summaryrefslogtreecommitdiffstats
path: root/sysutils/nautilus-cd-burner/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.9.4.marcus2005-01-124-63/+71
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3398 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISION to sync with new Nautilus.marcus2004-11-255-0/+311
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3132 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the ports tree.marcus2004-11-085-311/+0
| | | | | | | Next stop, GNOME 2.9! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build on 4.X.marcus2004-11-041-0/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3032 df743ca5-7f9a-e211-a948-0013205c9059
* Correct previous patch. Memory has to be freed after it's allocated.marcus2004-11-011-8/+11
| | | | | | | | There also seems to be a potential g_free(NULL) in the original code, so correct that as well. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3026 df743ca5-7f9a-e211-a948-0013205c9059
* Change the default where the ISO creates in the directory. The default wasmezz2004-11-011-0/+30
| | | | | | | | | | | | | | | | | | | | /var/tmp has been changed to ~/.ncb. The CD and DVD are bigger than FreeBSD's default installtion of / and /var partitions. With this change will avoid the complain message of full space in /var by default now. You still can change the default by edit via gconf (/apps/nautilus-cd-burner/temp_iso_dir). CD: 700mb - 800mb DVD: 4gb? (as for dual, 8gb?) /: 128mb? (FreeBSD 4.x) and 256mb (FreeBSD 5.x) /var: 128mb? (FreeBSD 4.x) and 256mb (FreeBSD 5.x) Thanks marcus for your small help with the patch. I hope, I put the g_free() path1 in the right place (still rookie on C ;-). Reviewed by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3025 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.8.4.marcus2004-10-211-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3003 df743ca5-7f9a-e211-a948-0013205c9059
* * Enable DVD support by default when doing package buildingmarcus2004-10-051-10/+126
| | | | | | | | | | | * Fix a crash that can occur when processing CD-ROM drives and recordable drives without any discs [1] Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1] Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2930 df743ca5-7f9a-e211-a948-0013205c9059
* This patch is no longer needed.marcus2004-08-021-51/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2584 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build after some messed up #ifdef's.marcus2004-08-021-0/+102
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2583 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.7.4.adamw2004-07-221-15/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2528 df743ca5-7f9a-e211-a948-0013205c9059
* Remove a bashism to fix the build on 5.X.marcus2004-06-201-5/+14
| | | | | | | Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2405 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.7.3.marcus2004-06-191-17/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2403 df743ca5-7f9a-e211-a948-0013205c9059
* Use a stdc++ hack to fix the build on 5.X.marcus2004-06-122-5/+73
| | | | | | | Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2393 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.7.2.marcus2004-06-122-0/+45
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2392 df743ca5-7f9a-e211-a948-0013205c9059
* Garbage collection GNOME 2.5. Next stop, GNOME 2.7.marcus2004-04-061-18/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
* Remove another patch.marcus2004-01-131-26/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1623 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.3.marcus2004-01-134-270/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1622 df743ca5-7f9a-e211-a948-0013205c9059
* Correct the order in which we obtain read and write speeds so as not tomarcus2003-12-311-23/+23
| | | | | | | 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-301-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1557 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.2.marcus2003-12-302-18/+19
| | | | 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-221-22/+197
| | | | | | | speed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1513 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.1.marcus2003-12-115-14/+78
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1448 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.6.0.marcus2003-11-143-0/+74
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1324 df743ca5-7f9a-e211-a948-0013205c9059
* Patch merged into FreeBSD.adamw2003-09-252-47/+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-202-0/+47
| | | | 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-191-10/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.5.0.marcus2003-08-091-13/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1030 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-283-122/+13
| | | | 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-232-22/+29
| | | | | | | | | | * 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-221-14/+16
| | | | | | | | | | * 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-211-21/+24
| | | | | | | | | | | * 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-211-3/+3
| | | | | | | be NULL. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@783 df743ca5-7f9a-e211-a948-0013205c9059
* * Update to 0.4.2marcus2003-05-212-0/+107
| | | | | | | * Add FreeBSD support for finding CD burners (untested) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@780 df743ca5-7f9a-e211-a948-0013205c9059
* Add nautilus-cd-burner, a CD burner view for Nautilus.marcus2003-04-133-0/+121
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@637 df743ca5-7f9a-e211-a948-0013205c9059