summaryrefslogtreecommitdiffstats
path: root/sysutils/nautilus-cd-burner
Commit message (Collapse)AuthorAgeFilesLines
* Correct the order in which we obtain read and write speeds so as not tomarcus2003-12-312-24/+24
| | | | | | | tokenize out the write speed before we process it. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1565 df743ca5-7f9a-e211-a948-0013205c9059
* Correct a typo that could prevent obtaining a correct write speed.marcus2003-12-302-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1557 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.2.marcus2003-12-305-21/+28
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1547 df743ca5-7f9a-e211-a948-0013205c9059
* Fix DVD and SCSI drive detection as well as report correct max CD writemarcus2003-12-222-22/+198
| | | | | | | speed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1513 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.1.marcus2003-12-118-17/+83
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1448 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.0.marcus2003-11-148-0/+209
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1324 df743ca5-7f9a-e211-a948-0013205c9059
* Patch merged into FreeBSD.adamw2003-09-257-169/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1273 df743ca5-7f9a-e211-a948-0013205c9059
* Fix n-c-b on -CURRENT where 'c' node entries for CD devices don't exist.marcus2003-09-207-0/+169
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1229 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD ports tree.marcus2003-09-196-131/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.3.marcus2003-09-103-2/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1164 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.2.marcus2003-09-043-2/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1144 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.1.marcus2003-08-263-2/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1087 df743ca5-7f9a-e211-a948-0013205c9059
* Add a pkg-message instructing users how to setup permissions to be able tomarcus2003-08-212-0/+24
| | | | | | | use nautilus-cd-burner. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1076 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.0.marcus2003-08-094-16/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1030 df743ca5-7f9a-e211-a948-0013205c9059
* Remove configure substitutions that have been rolled into the gnomehack ↵adamw2003-06-021-4/+0
| | | | | | | | | USE_GNOME macro. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@834 df743ca5-7f9a-e211-a948-0013205c9059
* Remove a patch forgotten in the last commit.marcus2003-05-281-11/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@820 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.3 featuring native FreeBSD support!marcus2003-05-285-125/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@817 df743ca5-7f9a-e211-a948-0013205c9059
* Remove this (to be immediately re-added).marcus2003-05-281-96/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@816 df743ca5-7f9a-e211-a948-0013205c9059
* Remove errno.h.marcus2003-05-231-2/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@803 df743ca5-7f9a-e211-a948-0013205c9059
* * Fix the FreeBSD CD driver supportmarcus2003-05-233-23/+30
| | | | | | | | | | * Correct a logic bug in the error display code Special thanks to Mezz for putting up with my blind patching, and helping to get this thing working on FreeBSD. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@802 df743ca5-7f9a-e211-a948-0013205c9059
* Yet another round of patches for the FreeBSD CD scanning code:marcus2003-05-222-15/+17
| | | | | | | | | | * CDRIOCWRITESPEED _sets_ the write speed, Joe. Instead, assume that we can do CDR_MAX_SPEED, and let the user figure it out * Make sure we open the acd* devices when dealing with ATAPI drives * Close the open device file descriptor git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@789 df743ca5-7f9a-e211-a948-0013205c9059
* * Clean up the FreeBSD code to be more inline with the going stylemarcus2003-05-212-22/+25
| | | | | | | | | | | * Make the freebsd_scan() function static just like the Linux version * Correct a logic mistake where by normal CD drives would be added to the list of recorders * Make sure to increment i even if we can't open the CD device. This prevents an infinite loop git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@786 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a stupid mistake that would always cause the list of CD devices tomarcus2003-05-212-3/+4
| | | | | | | be NULL. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@783 df743ca5-7f9a-e211-a948-0013205c9059
* * Update to 0.4.2marcus2003-05-215-3/+112
| | | | | | | * Add FreeBSD support for finding CD burners (untested) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@780 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.4.1.marcus2003-05-083-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@732 df743ca5-7f9a-e211-a948-0013205c9059
* Category should be sysutils not multimedia.marcus2003-04-141-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@648 df743ca5-7f9a-e211-a948-0013205c9059
* Add nautilus-cd-burner, a CD burner view for Nautilus.marcus2003-04-137-0/+203
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@637 df743ca5-7f9a-e211-a948-0013205c9059