The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD sysutils : cdrtools

CD/CD-R[W] and ISO-9660 image creation and extraction tools CD/CD-R[W] and ISO-9660 image creation and extraction tools CD/CD-R[W] and ISO-9660 image creation and extraction tools

 The cdrtools software includes tools to create and/or extract
ISO-9660 filesystems, verify their integrity, and write them to
disc.

This package contains the following programs:
- cdda2wav (an digital CD audio extraction program)
- cdrecord (a CD-R[W] recording program)
- devdump (dump a device or file in hex)
- isodebug (show debug info contained in an ISO-9660 image)
- isodump (dump a device or file based on ISO-9660)
- isoinfo (analyze or list an ISO-9660 image)
- isovfy (verify an ISO-9660 image)
- mkisofs (an ISO-9660 filesystem image creator)
- mkhybrid (an ISO-9660/HFS filesystem image creator)
  Link to mkisofs.
- readcd (a data CD reading and recording program)
  May be used to to write to DVD-RAM and to copy Solaris boot CD's.
- scgcheck (checks and validates the ABI of libscg)
- rscsi (daemon providing access to local SCSI-devices over the network) 

http://cdrecord.berlios.de/old/private/cdrecord.html http://cdrecord.berlios.de/old/private/cdrecord.html http://cdrecord.berlios.de/old/private/cdrecord.html



cdrtools history


v. 1.70
date: 2007/04/16 17:28:52;  author: ahze;  state: Exp;  lines: +2 -2
Chase libcddb libver bump

v. 1.69 date: 2006/08/03 09:29:49; author: marius; state: Exp; lines: +1 -1 Re-grab maintainership. Approved by: netchild
v. 1.68 date: 2006/05/24 09:13:18; author: mich; state: Exp; lines: +2 -2 - Chase lib version bump to libcdio
v. 1.67 date: 2006/05/14 11:08:52; author: lawrance; state: Exp; lines: +2 -4 Use SUB_FILES instead of post-patch commands. PR: ports/97225 Submitted by: Ports Fury
v. 1.66 date: 2006/05/07 18:52:09; author: marius; state: Exp; lines: +5 -3 Allow this port to be compiled with CC set to something containing a path component. Approved by: netchild
v. 1.65 date: 2006/03/18 15:19:48; author: pav; state: Exp; lines: +1 -2 - Fix coredump in TOC parsing in cdda2wav PR: ports/94554 Submitted by: Fabian Keil Obtained from: cdrtools-devel
v. 1.64 date: 2006/02/18 15:55:40; author: marius; state: Exp; lines: +1 -1 - Replace the fix to make `readcd -scanbus` work which was added in 2.01_2 with the "official" version from cdrtools 2.01.01a06. - Patch i386-freebsd-cc.rul to allow compilation with CC set to a compiler other than the default (as long as it doesn't include a path component, which requires considerably changes to make work). - Make the direct ATAPI transport of cdda2wav work again with FreeBSD after device major numbers were abandoned; bump PORTREVISION for this. Approved by: netchild
v. 1.63 date: 2006/01/15 17:08:04; author: anray; state: Exp; lines: +1 -1 Fix readcd -scanbus work. PR: ports/91763 Submitted by: Fabian Keil
v. 1.62 date: 2005/07/24 03:46:10; author: ahze; state: Exp; lines: +11 -1 - Add knob WITH_CDDB, adds cddb support. this is also auto-detected and can not be turned off because there is no configure knob to turn off. - Bump PORTREVISION because libcddb just got bumped so people wont' run in to problems with libver stuff.
v. 1.61 date: 2005/07/10 13:48:23; author: marius; state: Exp; lines: +1 -1 Resign from maintainership. Approved by: netchild
v. 1.60 date: 2004/12/29 22:17:04; author: marius; state: Exp; lines: +13 -8 - Update to 2.01. For changes since 2.00.3 please see: ftp://ftp.berlios.de/pub/cdrecord/AN-2.01 - Once again remove the patch for the configure script to disable the use of mlockall(2) as it no longer causes negative side effects on FreeBSD => 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2) as such changes are not allowed according to a comment in xconfig.h.in. A patch for aclocal.m4 was submitted upstream but didn't get integrated. Mkisofs 2.01 was verified to produce working FreeBSD install images for alpha, i386, ia64 and sparc64. Thanks to: marcel for verifying mkisofs on ia64 Approved by: netchild
v. 1.59 date: 2004/08/29 14:40:23; author: marius; state: Exp; lines: +1 -1 Fix a security bug in the rscsi client code. Approved by: netchild Obtained from: cdrtools 2.01a38
v. 1.58 date: 2004/06/07 13:20:56; author: netchild; state: Exp; lines: +4 -4 Make usable as master port for the upcomming sysutils/cdrtools-cjk. Submitted by: marius
v. 1.57 date: 2004/06/02 17:16:04; author: netchild; state: Exp; lines: +29 -49 - Add a workaround for the problem that cdda2wav doesn't use a page aligned buffer for the SCSI transfers in paranoia mode. [1] - Stop the artificial separation of mkisofs from cdrtools and merge sysutils/mkisofs into sysutils/cdrtools which brings us in line with other distributions. The separation of mkisofs caused quite some confusion among users as well as committers about why its PORTVERSION was different from the cdrtools port, how to install it, etc. PR: 63775 [1] Submitted by: marius
v. 1.56 date: 2004/05/25 14:26:39; author: netchild; state: Exp; lines: +10 -9 - Fix installation when CC is not set to "cc". [1] - Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9. PR: 66925 [1] Submitted by: marius
v. 1.55 date: 2004/04/20 20:46:32; author: netchild; state: Exp; lines: +130 -26 erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel: Changes common to cdrtools and mkisofs: - Delete targets for mkisofs and friends when building cdrtools and vice versa to speed up the build of the respective port. - Respect CC already at the configure-stage. - Manually replace included copies of config.guess and config.sub with versions from ${PORTSDIR}/Templates. - Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some manual pages also reference these. - Add a workaround for what appears to be a problem with gmake and certain locales on -current. [1] Changes to cdrtools: - Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s. - Install scgcheck, a tool to check and validate the ABI of libscg. - Patch cdrecord to use ${PREFIX}/etc as the location of the global configuration file, rather than using /etc/default. The installed documentaion also gets patched accordingly and a PKGMESSAGE reflecting this change as required by the terms in cdrecord/defaults.c (PR 50835). - Install a sample configuration file for cdrecord, also install a configuration file if it doesn't already exist. - Patch manpages to better correspond to files and locations on FreeBSD. - Add a knob to optionally build and install rscsi, a tool that allows using SCSI-devices over the network. The required rscsi user gets added automatically and templates for the configuration file also get installed. PKGINSTALL points to for further information on how to configure remote access to SCSI-devices. Note that the stock rscsi of cdrtools 2.00.3 has a small security issue, the fix from the cdrtools alpha version has been added to the port. - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see v. 1.48 of sysutils/cdrtools-devel/Makefile for a more detailed description). - Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed. - Properly initialise the verbosity level of cdda2wav when the cooked_ioctl interface is used so it's disabled by default. - Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100 originated in the FreeBSD port of cdrtools but the relevant parts were incorporated in cdrtools-1.10a14. - Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for a description of the problem). Changes to mkisofs: - Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8. - Install isodebug, a simple tool to display the creation date and the commandline options used to create a certain ISO-image with mkisofs. - Remove apple_driver.8, this tool doesn't get installed. - Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8. - Remove patch-bb, its purpose is unclear and there's no indication in the CVS history why it was added. Requested by: pav [1] Submitted by: marius (maintainer) Changes to UPDATING: - add a note about the new location of the global configuration of cdrecord.
v. 1.54 date: 2004/04/20 13:49:28; author: netchild; state: Exp; lines: +1 -1 Use the @FreeBSD.org address of the maintainer. Approved by: marius
v. 1.53 date: 2004/03/17 14:34:31; author: netchild; state: Exp; lines: +1 -1 Give this port into the hands of Marius Strobl, he already maintains cdrtools-devel and is willing to sync both ports as necessary. Requested by: Marius Strobl
v. 1.52 date: 2004/02/22 01:40:47; author: kris; state: Exp; lines: +1 -1 Don my portmgr hat and return dirk@FreeBSD.org's ports back to the unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
v. 1.51 date: 2004/02/04 05:08:55; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.50 date: 2004/01/18 18:20:17; author: eivind; state: Exp; lines: +1 -1 Remove mkisofs mention from comment; it disappeared from the port sometime in 1998
v. 1.49 date: 2004/01/03 07:53:43; author: edwin; state: Exp; lines: +1 -1 Make MAINTAINER section conditional, a slave port might want to set it. PR: ports/58051 (related) Submitted by: Statue
v. 1.48 date: 2003/08/19 16:22:06; author: netchild; state: Exp; lines: +2 -0 cdrtools and mkisofs: - Add CONFLICTS for corresponding -devel ports. mkisofs: - Rearrange a line in the Makefile in oder to quiet portlint (3 errors/ 1 warning -> 0 errors/1 warning). PR: ports/52849 Submitted by: Marius Strobl
v. 1.47 date: 2003/07/06 21:25:18; author: osa; state: Exp; lines: +3 -3 Update to 2.0.3 (maintainer timeout after 19 days) Approved by: fjoe (mentor) (implicit)
v. 1.46 date: 2003/05/20 20:33:44; author: oliver; state: Exp; lines: +1 -1 Fix a securety issue which may cause a local root exploit (if the cdrecord binary is suid 0). For more information about this, feel free to take a look at http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 Approved by: maintainer hasn't responded within 3 days, alex (mentor)
v. 1.45 date: 2003/03/06 19:23:18; author: ade; state: Exp; lines: +1 -0 Destroy pkg-comment for some of the stranger uses in the tree, pending the final semi-automatic purge. Approved by: portmgr (implicitly)
v. 1.44 date: 2003/01/11 20:48:57; author: obrien; state: Exp; lines: +1 -1 Always use -f with ln.
v. 1.43 date: 2003/01/11 20:16:51; author: obrien; state: Exp; lines: +1 -0 Unbreak mkisofs.
v. 1.42 date: 2003/01/11 20:09:49; author: obrien; state: Exp; lines: +4 -6 Update to version 2.0.
v. 1.41 date: 2003/01/11 20:01:42; author: obrien; state: Exp; lines: +5 -5 Update to 1.11.a40 (which is really a version 2.0 alpha).
v. 1.40 date: 2002/12/20 04:37:14; author: marcel; state: Exp; lines: +1 -1 Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386 version in the RULES directory if the build machine is not i386. This fixes the port on ia64 because it simply wasn't enumerated. No response: dirk@
v. 1.39 date: 2002/10/27 19:29:12; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.11.a39.
v. 1.38 date: 2002/10/14 22:13:22; author: jake; state: Exp; lines: +2 -2 Make this compile on sparc64. Needed for make release.
v. 1.37 date: 2002/08/04 08:02:05; author: dirk; state: Exp; lines: +2 -2 Upgrade to cdrtools-1.11a28.
v. 1.36 date: 2002/04/16 19:02:18; author: dirk; state: Exp; lines: +9 -8 Upgrade to cdrtools-1.11a21.
v. 1.35 date: 2001/11/18 11:50:31; author: dirk; state: Exp; lines: +1 -0 Fix cdda2wav for ATAPI drives. Submitted by: Naoya Nishimura
v. 1.34 date: 2001/08/02 08:55:16; author: dirk; state: Exp; lines: +35 -10 Upgrade to cdrtools-1.10 after repository copy from cdrecord. Add knobs for mkisofs slave port.
v. 1.33 date: 2000/07/31 09:02:00; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.9. cdda2wav-ATAPI-Reviewed-by: reg
v. 1.32 date: 2000/04/29 16:00:10; author: dirk; state: Exp; lines: +4 -3 Upgrade to 1.8.1.
v. 1.31 date: 2000/04/22 10:11:43; author: mharo; state: Exp; lines: +2 -2 Corrrect whitespace introduced during PORTNAME conversion and portlint
v. 1.30 date: 2000/04/09 19:07:18; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variable
v. 1.29 date: 2000/01/29 23:53:55; author: dirk; state: Exp; lines: +7 -8 Upgrade to 1.8.
v. 1.28 date: 2000/01/18 23:36:07; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a40.
v. 1.27 date: 1999/12/30 11:31:17; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a37.
v. 1.26 date: 1999/12/22 10:25:45; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a36.
v. 1.25 date: 1999/12/06 00:11:13; author: dirk; state: Exp; lines: +4 -2 - upgrade to cdrecord-1.8a33 - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL
v. 1.24 date: 1999/11/09 11:41:49; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.8a31.
v. 1.23 date: 1999/10/19 12:39:14; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.8a30.
v. 1.22 date: 1999/09/24 20:39:27; author: dirk; state: Exp; lines: +2 -1 Add a link from cdda2wav to list_audio_tracks. list_audio_tracks lists the sectors for a audio track and is used by ${WRKSRC}/cdda2wav/cdda2mp3. Submitted by: TAOKA Satoshi
v. 1.21 date: 1999/09/20 10:34:40; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a29. From AN-1.8a29: "removed a bug that caused an endless loop if a TEAC-CDR 50 /55 was present without a media. This bug has been introduced when tryint to find a workaround for a bug in the Ricoh 7040 firmware."
v. 1.20 date: 1999/09/18 18:52:53; author: dirk; state: Exp; lines: +11 -5 Make cdrecord build on alpha (at least). It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great.
v. 1.19 date: 1999/09/17 12:20:03; author: dirk; state: Exp; lines: +6 -6 - upgrade to 1.8a28: highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems
v. 1.18 date: 1999/09/17 11:37:50; author: dirk; state: Exp; lines: +2 -2 Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org. Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi
v. 1.17 date: 1999/08/31 01:59:35; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.16 date: 1999/07/01 14:26:07; author: billf; state: Exp; lines: +2 -2 Include audio as a virtual category, this port has an audio ripper too. PR: ports/12474 Submitted By: Marc van Woerkom
v. 1.15 date: 1999/05/31 06:22:06; author: mharo; state: Exp; lines: +2 -2 Update to 1.8a22 PR: 11949 Submited by: Juergen Lock
v. 1.14 date: 1999/05/11 02:29:25; author: obrien; state: Exp; lines: +2 -2 Update to 1.8a21.
v. 1.13 date: 1999/04/07 08:10:00; author: obrien; state: Exp; lines: +2 -2 Upgrade to 1.8a20 (all patches still apply)
v. 1.12 date: 1999/03/27 22:18:05; author: asami; state: Exp; lines: +3 -3 portlint
v. 1.11 date: 1999/03/24 20:54:01; author: jmz; state: Exp; lines: +2 -3 Fix the path for cdda2wav.1. Remove the (now useless) link to /dev/rworm0.ctl. Submitted by: Andre Albsmeier
v. 1.10 date: 1999/03/23 23:28:51; author: jmz; state: Exp; lines: +9 -6 Upgrade to version 1.8a. Submitted by: Khetan Gajjar
v. 1.9 date: 1998/10/31 07:00:21; author: obrien; state: Exp; lines: +3 -5 Upgrade to version 1.6.1.
v. 1.8 date: 1998/10/30 03:33:20; author: jmz; state: Exp; lines: +1 -3 Remove the run dependency on mkisofs. PR: ports/7004, ports/7818
v. 1.7 date: 1998/10/07 14:46:22; author: jmz; state: Exp; lines: +5 -4 Upgrade to version 1.6.1a4
v. 1.6 date: 1998/05/13 01:51:02; author: jmz; state: Exp; lines: +4 -5 Upgrade: cdrecord-1.6a12 -> cdrecord-1.6 PR: ports/6607 Submitted by: SADA Kenji
v. 1.5 date: 1998/03/27 23:14:05; author: steve; state: Exp; lines: +2 -2 Symbolic link should be to /dev/scgx instead. Submitted by: Andre Albsmeier
v. 1.4 date: 1998/03/16 07:45:59; author: steve; state: Exp; lines: +2 -1 Put back the symbloic link creation smashed in the last commit and add a forgotten patch.
v. 1.3 date: 1998/03/16 02:38:21; author: steve; state: Exp; lines: +7 -6 Upgrade to version 1.6a12. PR: 6001 Submitted by: SADA Kenji
v. 1.2 date: 1997/11/05 23:55:31; author: asami; state: Exp; lines: +3 -4 portlint.
v. 1.1 date: 1997/11/05 15:22:36; author: jmz; state: Exp; I forgot this one during import. ============================================================================= v. 1.70 date: 2007/04/16 17:28:52; author: ahze; state: Exp; lines: +2 -2 Chase libcddb libver bump
v. 1.69 date: 2006/08/03 09:29:49; author: marius; state: Exp; lines: +1 -1 Re-grab maintainership. Approved by: netchild
v. 1.68 date: 2006/05/24 09:13:18; author: mich; state: Exp; lines: +2 -2 - Chase lib version bump to libcdio
v. 1.67 date: 2006/05/14 11:08:52; author: lawrance; state: Exp; lines: +2 -4 Use SUB_FILES instead of post-patch commands. PR: ports/97225 Submitted by: Ports Fury
v. 1.66 date: 2006/05/07 18:52:09; author: marius; state: Exp; lines: +5 -3 Allow this port to be compiled with CC set to something containing a path component. Approved by: netchild
v. 1.65 date: 2006/03/18 15:19:48; author: pav; state: Exp; lines: +1 -2 - Fix coredump in TOC parsing in cdda2wav PR: ports/94554 Submitted by: Fabian Keil Obtained from: cdrtools-devel
v. 1.64 date: 2006/02/18 15:55:40; author: marius; state: Exp; lines: +1 -1 - Replace the fix to make `readcd -scanbus` work which was added in 2.01_2 with the "official" version from cdrtools 2.01.01a06. - Patch i386-freebsd-cc.rul to allow compilation with CC set to a compiler other than the default (as long as it doesn't include a path component, which requires considerably changes to make work). - Make the direct ATAPI transport of cdda2wav work again with FreeBSD after device major numbers were abandoned; bump PORTREVISION for this. Approved by: netchild
v. 1.63 date: 2006/01/15 17:08:04; author: anray; state: Exp; lines: +1 -1 Fix readcd -scanbus work. PR: ports/91763 Submitted by: Fabian Keil
v. 1.62 date: 2005/07/24 03:46:10; author: ahze; state: Exp; lines: +11 -1 - Add knob WITH_CDDB, adds cddb support. this is also auto-detected and can not be turned off because there is no configure knob to turn off. - Bump PORTREVISION because libcddb just got bumped so people wont' run in to problems with libver stuff.
v. 1.61 date: 2005/07/10 13:48:23; author: marius; state: Exp; lines: +1 -1 Resign from maintainership. Approved by: netchild
v. 1.60 date: 2004/12/29 22:17:04; author: marius; state: Exp; lines: +13 -8 - Update to 2.01. For changes since 2.00.3 please see: ftp://ftp.berlios.de/pub/cdrecord/AN-2.01 - Once again remove the patch for the configure script to disable the use of mlockall(2) as it no longer causes negative side effects on FreeBSD => 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2) as such changes are not allowed according to a comment in xconfig.h.in. A patch for aclocal.m4 was submitted upstream but didn't get integrated. Mkisofs 2.01 was verified to produce working FreeBSD install images for alpha, i386, ia64 and sparc64. Thanks to: marcel for verifying mkisofs on ia64 Approved by: netchild
v. 1.59 date: 2004/08/29 14:40:23; author: marius; state: Exp; lines: +1 -1 Fix a security bug in the rscsi client code. Approved by: netchild Obtained from: cdrtools 2.01a38
v. 1.58 date: 2004/06/07 13:20:56; author: netchild; state: Exp; lines: +4 -4 Make usable as master port for the upcomming sysutils/cdrtools-cjk. Submitted by: marius
v. 1.57 date: 2004/06/02 17:16:04; author: netchild; state: Exp; lines: +29 -49 - Add a workaround for the problem that cdda2wav doesn't use a page aligned buffer for the SCSI transfers in paranoia mode. [1] - Stop the artificial separation of mkisofs from cdrtools and merge sysutils/mkisofs into sysutils/cdrtools which brings us in line with other distributions. The separation of mkisofs caused quite some confusion among users as well as committers about why its PORTVERSION was different from the cdrtools port, how to install it, etc. PR: 63775 [1] Submitted by: marius
v. 1.56 date: 2004/05/25 14:26:39; author: netchild; state: Exp; lines: +10 -9 - Fix installation when CC is not set to "cc". [1] - Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9. PR: 66925 [1] Submitted by: marius
v. 1.55 date: 2004/04/20 20:46:32; author: netchild; state: Exp; lines: +130 -26 erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel: Changes common to cdrtools and mkisofs: - Delete targets for mkisofs and friends when building cdrtools and vice versa to speed up the build of the respective port. - Respect CC already at the configure-stage. - Manually replace included copies of config.guess and config.sub with versions from ${PORTSDIR}/Templates. - Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some manual pages also reference these. - Add a workaround for what appears to be a problem with gmake and certain locales on -current. [1] Changes to cdrtools: - Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s. - Install scgcheck, a tool to check and validate the ABI of libscg. - Patch cdrecord to use ${PREFIX}/etc as the location of the global configuration file, rather than using /etc/default. The installed documentaion also gets patched accordingly and a PKGMESSAGE reflecting this change as required by the terms in cdrecord/defaults.c (PR 50835). - Install a sample configuration file for cdrecord, also install a configuration file if it doesn't already exist. - Patch manpages to better correspond to files and locations on FreeBSD. - Add a knob to optionally build and install rscsi, a tool that allows using SCSI-devices over the network. The required rscsi user gets added automatically and templates for the configuration file also get installed. PKGINSTALL points to for further information on how to configure remote access to SCSI-devices. Note that the stock rscsi of cdrtools 2.00.3 has a small security issue, the fix from the cdrtools alpha version has been added to the port. - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see v. 1.48 of sysutils/cdrtools-devel/Makefile for a more detailed description). - Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed. - Properly initialise the verbosity level of cdda2wav when the cooked_ioctl interface is used so it's disabled by default. - Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100 originated in the FreeBSD port of cdrtools but the relevant parts were incorporated in cdrtools-1.10a14. - Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for a description of the problem). Changes to mkisofs: - Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8. - Install isodebug, a simple tool to display the creation date and the commandline options used to create a certain ISO-image with mkisofs. - Remove apple_driver.8, this tool doesn't get installed. - Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8. - Remove patch-bb, its purpose is unclear and there's no indication in the CVS history why it was added. Requested by: pav [1] Submitted by: marius (maintainer) Changes to UPDATING: - add a note about the new location of the global configuration of cdrecord.
v. 1.54 date: 2004/04/20 13:49:28; author: netchild; state: Exp; lines: +1 -1 Use the @FreeBSD.org address of the maintainer. Approved by: marius
v. 1.53 date: 2004/03/17 14:34:31; author: netchild; state: Exp; lines: +1 -1 Give this port into the hands of Marius Strobl, he already maintains cdrtools-devel and is willing to sync both ports as necessary. Requested by: Marius Strobl
v. 1.52 date: 2004/02/22 01:40:47; author: kris; state: Exp; lines: +1 -1 Don my portmgr hat and return dirk@FreeBSD.org's ports back to the unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
v. 1.51 date: 2004/02/04 05:08:55; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.50 date: 2004/01/18 18:20:17; author: eivind; state: Exp; lines: +1 -1 Remove mkisofs mention from comment; it disappeared from the port sometime in 1998
v. 1.49 date: 2004/01/03 07:53:43; author: edwin; state: Exp; lines: +1 -1 Make MAINTAINER section conditional, a slave port might want to set it. PR: ports/58051 (related) Submitted by: Statue
v. 1.48 date: 2003/08/19 16:22:06; author: netchild; state: Exp; lines: +2 -0 cdrtools and mkisofs: - Add CONFLICTS for corresponding -devel ports. mkisofs: - Rearrange a line in the Makefile in oder to quiet portlint (3 errors/ 1 warning -> 0 errors/1 warning). PR: ports/52849 Submitted by: Marius Strobl
v. 1.47 date: 2003/07/06 21:25:18; author: osa; state: Exp; lines: +3 -3 Update to 2.0.3 (maintainer timeout after 19 days) Approved by: fjoe (mentor) (implicit)
v. 1.46 date: 2003/05/20 20:33:44; author: oliver; state: Exp; lines: +1 -1 Fix a securety issue which may cause a local root exploit (if the cdrecord binary is suid 0). For more information about this, feel free to take a look at http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 Approved by: maintainer hasn't responded within 3 days, alex (mentor)
v. 1.45 date: 2003/03/06 19:23:18; author: ade; state: Exp; lines: +1 -0 Destroy pkg-comment for some of the stranger uses in the tree, pending the final semi-automatic purge. Approved by: portmgr (implicitly)
v. 1.44 date: 2003/01/11 20:48:57; author: obrien; state: Exp; lines: +1 -1 Always use -f with ln.
v. 1.43 date: 2003/01/11 20:16:51; author: obrien; state: Exp; lines: +1 -0 Unbreak mkisofs.
v. 1.42 date: 2003/01/11 20:09:49; author: obrien; state: Exp; lines: +4 -6 Update to version 2.0.
v. 1.41 date: 2003/01/11 20:01:42; author: obrien; state: Exp; lines: +5 -5 Update to 1.11.a40 (which is really a version 2.0 alpha).
v. 1.40 date: 2002/12/20 04:37:14; author: marcel; state: Exp; lines: +1 -1 Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386 version in the RULES directory if the build machine is not i386. This fixes the port on ia64 because it simply wasn't enumerated. No response: dirk@
v. 1.39 date: 2002/10/27 19:29:12; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.11.a39.
v. 1.38 date: 2002/10/14 22:13:22; author: jake; state: Exp; lines: +2 -2 Make this compile on sparc64. Needed for make release.
v. 1.37 date: 2002/08/04 08:02:05; author: dirk; state: Exp; lines: +2 -2 Upgrade to cdrtools-1.11a28.
v. 1.36 date: 2002/04/16 19:02:18; author: dirk; state: Exp; lines: +9 -8 Upgrade to cdrtools-1.11a21.
v. 1.35 date: 2001/11/18 11:50:31; author: dirk; state: Exp; lines: +1 -0 Fix cdda2wav for ATAPI drives. Submitted by: Naoya Nishimura
v. 1.34 date: 2001/08/02 08:55:16; author: dirk; state: Exp; lines: +35 -10 Upgrade to cdrtools-1.10 after repository copy from cdrecord. Add knobs for mkisofs slave port.
v. 1.33 date: 2000/07/31 09:02:00; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.9. cdda2wav-ATAPI-Reviewed-by: reg
v. 1.32 date: 2000/04/29 16:00:10; author: dirk; state: Exp; lines: +4 -3 Upgrade to 1.8.1.
v. 1.31 date: 2000/04/22 10:11:43; author: mharo; state: Exp; lines: +2 -2 Corrrect whitespace introduced during PORTNAME conversion and portlint
v. 1.30 date: 2000/04/09 19:07:18; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variable
v. 1.29 date: 2000/01/29 23:53:55; author: dirk; state: Exp; lines: +7 -8 Upgrade to 1.8.
v. 1.28 date: 2000/01/18 23:36:07; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a40.
v. 1.27 date: 1999/12/30 11:31:17; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a37.
v. 1.26 date: 1999/12/22 10:25:45; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a36.
v. 1.25 date: 1999/12/06 00:11:13; author: dirk; state: Exp; lines: +4 -2 - upgrade to cdrecord-1.8a33 - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL
v. 1.24 date: 1999/11/09 11:41:49; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.8a31.
v. 1.23 date: 1999/10/19 12:39:14; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.8a30.
v. 1.22 date: 1999/09/24 20:39:27; author: dirk; state: Exp; lines: +2 -1 Add a link from cdda2wav to list_audio_tracks. list_audio_tracks lists the sectors for a audio track and is used by ${WRKSRC}/cdda2wav/cdda2mp3. Submitted by: TAOKA Satoshi
v. 1.21 date: 1999/09/20 10:34:40; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a29. From AN-1.8a29: "removed a bug that caused an endless loop if a TEAC-CDR 50 /55 was present without a media. This bug has been introduced when tryint to find a workaround for a bug in the Ricoh 7040 firmware."
v. 1.20 date: 1999/09/18 18:52:53; author: dirk; state: Exp; lines: +11 -5 Make cdrecord build on alpha (at least). It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great.
v. 1.19 date: 1999/09/17 12:20:03; author: dirk; state: Exp; lines: +6 -6 - upgrade to 1.8a28: highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems
v. 1.18 date: 1999/09/17 11:37:50; author: dirk; state: Exp; lines: +2 -2 Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org. Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi
v. 1.17 date: 1999/08/31 01:59:35; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.16 date: 1999/07/01 14:26:07; author: billf; state: Exp; lines: +2 -2 Include audio as a virtual category, this port has an audio ripper too. PR: ports/12474 Submitted By: Marc van Woerkom
v. 1.15 date: 1999/05/31 06:22:06; author: mharo; state: Exp; lines: +2 -2 Update to 1.8a22 PR: 11949 Submited by: Juergen Lock
v. 1.14 date: 1999/05/11 02:29:25; author: obrien; state: Exp; lines: +2 -2 Update to 1.8a21.
v. 1.13 date: 1999/04/07 08:10:00; author: obrien; state: Exp; lines: +2 -2 Upgrade to 1.8a20 (all patches still apply)
v. 1.12 date: 1999/03/27 22:18:05; author: asami; state: Exp; lines: +3 -3 portlint
v. 1.11 date: 1999/03/24 20:54:01; author: jmz; state: Exp; lines: +2 -3 Fix the path for cdda2wav.1. Remove the (now useless) link to /dev/rworm0.ctl. Submitted by: Andre Albsmeier
v. 1.10 date: 1999/03/23 23:28:51; author: jmz; state: Exp; lines: +9 -6 Upgrade to version 1.8a. Submitted by: Khetan Gajjar
v. 1.9 date: 1998/10/31 07:00:21; author: obrien; state: Exp; lines: +3 -5 Upgrade to version 1.6.1.
v. 1.8 date: 1998/10/30 03:33:20; author: jmz; state: Exp; lines: +1 -3 Remove the run dependency on mkisofs. PR: ports/7004, ports/7818
v. 1.7 date: 1998/10/07 14:46:22; author: jmz; state: Exp; lines: +5 -4 Upgrade to version 1.6.1a4
v. 1.6 date: 1998/05/13 01:51:02; author: jmz; state: Exp; lines: +4 -5 Upgrade: cdrecord-1.6a12 -> cdrecord-1.6 PR: ports/6607 Submitted by: SADA Kenji
v. 1.5 date: 1998/03/27 23:14:05; author: steve; state: Exp; lines: +2 -2 Symbolic link should be to /dev/scgx instead. Submitted by: Andre Albsmeier
v. 1.4 date: 1998/03/16 07:45:59; author: steve; state: Exp; lines: +2 -1 Put back the symbloic link creation smashed in the last commit and add a forgotten patch.
v. 1.3 date: 1998/03/16 02:38:21; author: steve; state: Exp; lines: +7 -6 Upgrade to version 1.6a12. PR: 6001 Submitted by: SADA Kenji
v. 1.2 date: 1997/11/05 23:55:31; author: asami; state: Exp; lines: +3 -4 portlint.
v. 1.1 date: 1997/11/05 15:22:36; author: jmz; state: Exp; I forgot this one during import. ============================================================================= v. 1.70 date: 2007/04/16 17:28:52; author: ahze; state: Exp; lines: +2 -2 Chase libcddb libver bump
v. 1.69 date: 2006/08/03 09:29:49; author: marius; state: Exp; lines: +1 -1 Re-grab maintainership. Approved by: netchild
v. 1.68 date: 2006/05/24 09:13:18; author: mich; state: Exp; lines: +2 -2 - Chase lib version bump to libcdio
v. 1.67 date: 2006/05/14 11:08:52; author: lawrance; state: Exp; lines: +2 -4 Use SUB_FILES instead of post-patch commands. PR: ports/97225 Submitted by: Ports Fury
v. 1.66 date: 2006/05/07 18:52:09; author: marius; state: Exp; lines: +5 -3 Allow this port to be compiled with CC set to something containing a path component. Approved by: netchild
v. 1.65 date: 2006/03/18 15:19:48; author: pav; state: Exp; lines: +1 -2 - Fix coredump in TOC parsing in cdda2wav PR: ports/94554 Submitted by: Fabian Keil Obtained from: cdrtools-devel
v. 1.64 date: 2006/02/18 15:55:40; author: marius; state: Exp; lines: +1 -1 - Replace the fix to make `readcd -scanbus` work which was added in 2.01_2 with the "official" version from cdrtools 2.01.01a06. - Patch i386-freebsd-cc.rul to allow compilation with CC set to a compiler other than the default (as long as it doesn't include a path component, which requires considerably changes to make work). - Make the direct ATAPI transport of cdda2wav work again with FreeBSD after device major numbers were abandoned; bump PORTREVISION for this. Approved by: netchild
v. 1.63 date: 2006/01/15 17:08:04; author: anray; state: Exp; lines: +1 -1 Fix readcd -scanbus work. PR: ports/91763 Submitted by: Fabian Keil
v. 1.62 date: 2005/07/24 03:46:10; author: ahze; state: Exp; lines: +11 -1 - Add knob WITH_CDDB, adds cddb support. this is also auto-detected and can not be turned off because there is no configure knob to turn off. - Bump PORTREVISION because libcddb just got bumped so people wont' run in to problems with libver stuff.
v. 1.61 date: 2005/07/10 13:48:23; author: marius; state: Exp; lines: +1 -1 Resign from maintainership. Approved by: netchild
v. 1.60 date: 2004/12/29 22:17:04; author: marius; state: Exp; lines: +13 -8 - Update to 2.01. For changes since 2.00.3 please see: ftp://ftp.berlios.de/pub/cdrecord/AN-2.01 - Once again remove the patch for the configure script to disable the use of mlockall(2) as it no longer causes negative side effects on FreeBSD => 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2) as such changes are not allowed according to a comment in xconfig.h.in. A patch for aclocal.m4 was submitted upstream but didn't get integrated. Mkisofs 2.01 was verified to produce working FreeBSD install images for alpha, i386, ia64 and sparc64. Thanks to: marcel for verifying mkisofs on ia64 Approved by: netchild
v. 1.59 date: 2004/08/29 14:40:23; author: marius; state: Exp; lines: +1 -1 Fix a security bug in the rscsi client code. Approved by: netchild Obtained from: cdrtools 2.01a38
v. 1.58 date: 2004/06/07 13:20:56; author: netchild; state: Exp; lines: +4 -4 Make usable as master port for the upcomming sysutils/cdrtools-cjk. Submitted by: marius
v. 1.57 date: 2004/06/02 17:16:04; author: netchild; state: Exp; lines: +29 -49 - Add a workaround for the problem that cdda2wav doesn't use a page aligned buffer for the SCSI transfers in paranoia mode. [1] - Stop the artificial separation of mkisofs from cdrtools and merge sysutils/mkisofs into sysutils/cdrtools which brings us in line with other distributions. The separation of mkisofs caused quite some confusion among users as well as committers about why its PORTVERSION was different from the cdrtools port, how to install it, etc. PR: 63775 [1] Submitted by: marius
v. 1.56 date: 2004/05/25 14:26:39; author: netchild; state: Exp; lines: +10 -9 - Fix installation when CC is not set to "cc". [1] - Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9. PR: 66925 [1] Submitted by: marius
v. 1.55 date: 2004/04/20 20:46:32; author: netchild; state: Exp; lines: +130 -26 erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel: Changes common to cdrtools and mkisofs: - Delete targets for mkisofs and friends when building cdrtools and vice versa to speed up the build of the respective port. - Respect CC already at the configure-stage. - Manually replace included copies of config.guess and config.sub with versions from ${PORTSDIR}/Templates. - Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some manual pages also reference these. - Add a workaround for what appears to be a problem with gmake and certain locales on -current. [1] Changes to cdrtools: - Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s. - Install scgcheck, a tool to check and validate the ABI of libscg. - Patch cdrecord to use ${PREFIX}/etc as the location of the global configuration file, rather than using /etc/default. The installed documentaion also gets patched accordingly and a PKGMESSAGE reflecting this change as required by the terms in cdrecord/defaults.c (PR 50835). - Install a sample configuration file for cdrecord, also install a configuration file if it doesn't already exist. - Patch manpages to better correspond to files and locations on FreeBSD. - Add a knob to optionally build and install rscsi, a tool that allows using SCSI-devices over the network. The required rscsi user gets added automatically and templates for the configuration file also get installed. PKGINSTALL points to for further information on how to configure remote access to SCSI-devices. Note that the stock rscsi of cdrtools 2.00.3 has a small security issue, the fix from the cdrtools alpha version has been added to the port. - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see v. 1.48 of sysutils/cdrtools-devel/Makefile for a more detailed description). - Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed. - Properly initialise the verbosity level of cdda2wav when the cooked_ioctl interface is used so it's disabled by default. - Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100 originated in the FreeBSD port of cdrtools but the relevant parts were incorporated in cdrtools-1.10a14. - Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for a description of the problem). Changes to mkisofs: - Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8. - Install isodebug, a simple tool to display the creation date and the commandline options used to create a certain ISO-image with mkisofs. - Remove apple_driver.8, this tool doesn't get installed. - Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8. - Remove patch-bb, its purpose is unclear and there's no indication in the CVS history why it was added. Requested by: pav [1] Submitted by: marius (maintainer) Changes to UPDATING: - add a note about the new location of the global configuration of cdrecord.
v. 1.54 date: 2004/04/20 13:49:28; author: netchild; state: Exp; lines: +1 -1 Use the @FreeBSD.org address of the maintainer. Approved by: marius
v. 1.53 date: 2004/03/17 14:34:31; author: netchild; state: Exp; lines: +1 -1 Give this port into the hands of Marius Strobl, he already maintains cdrtools-devel and is willing to sync both ports as necessary. Requested by: Marius Strobl
v. 1.52 date: 2004/02/22 01:40:47; author: kris; state: Exp; lines: +1 -1 Don my portmgr hat and return dirk@FreeBSD.org's ports back to the unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
v. 1.51 date: 2004/02/04 05:08:55; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.50 date: 2004/01/18 18:20:17; author: eivind; state: Exp; lines: +1 -1 Remove mkisofs mention from comment; it disappeared from the port sometime in 1998
v. 1.49 date: 2004/01/03 07:53:43; author: edwin; state: Exp; lines: +1 -1 Make MAINTAINER section conditional, a slave port might want to set it. PR: ports/58051 (related) Submitted by: Statue
v. 1.48 date: 2003/08/19 16:22:06; author: netchild; state: Exp; lines: +2 -0 cdrtools and mkisofs: - Add CONFLICTS for corresponding -devel ports. mkisofs: - Rearrange a line in the Makefile in oder to quiet portlint (3 errors/ 1 warning -> 0 errors/1 warning). PR: ports/52849 Submitted by: Marius Strobl
v. 1.47 date: 2003/07/06 21:25:18; author: osa; state: Exp; lines: +3 -3 Update to 2.0.3 (maintainer timeout after 19 days) Approved by: fjoe (mentor) (implicit)
v. 1.46 date: 2003/05/20 20:33:44; author: oliver; state: Exp; lines: +1 -1 Fix a securety issue which may cause a local root exploit (if the cdrecord binary is suid 0). For more information about this, feel free to take a look at http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 Approved by: maintainer hasn't responded within 3 days, alex (mentor)
v. 1.45 date: 2003/03/06 19:23:18; author: ade; state: Exp; lines: +1 -0 Destroy pkg-comment for some of the stranger uses in the tree, pending the final semi-automatic purge. Approved by: portmgr (implicitly)
v. 1.44 date: 2003/01/11 20:48:57; author: obrien; state: Exp; lines: +1 -1 Always use -f with ln.
v. 1.43 date: 2003/01/11 20:16:51; author: obrien; state: Exp; lines: +1 -0 Unbreak mkisofs.
v. 1.42 date: 2003/01/11 20:09:49; author: obrien; state: Exp; lines: +4 -6 Update to version 2.0.
v. 1.41 date: 2003/01/11 20:01:42; author: obrien; state: Exp; lines: +5 -5 Update to 1.11.a40 (which is really a version 2.0 alpha).
v. 1.40 date: 2002/12/20 04:37:14; author: marcel; state: Exp; lines: +1 -1 Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386 version in the RULES directory if the build machine is not i386. This fixes the port on ia64 because it simply wasn't enumerated. No response: dirk@
v. 1.39 date: 2002/10/27 19:29:12; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.11.a39.
v. 1.38 date: 2002/10/14 22:13:22; author: jake; state: Exp; lines: +2 -2 Make this compile on sparc64. Needed for make release.
v. 1.37 date: 2002/08/04 08:02:05; author: dirk; state: Exp; lines: +2 -2 Upgrade to cdrtools-1.11a28.
v. 1.36 date: 2002/04/16 19:02:18; author: dirk; state: Exp; lines: +9 -8 Upgrade to cdrtools-1.11a21.
v. 1.35 date: 2001/11/18 11:50:31; author: dirk; state: Exp; lines: +1 -0 Fix cdda2wav for ATAPI drives. Submitted by: Naoya Nishimura
v. 1.34 date: 2001/08/02 08:55:16; author: dirk; state: Exp; lines: +35 -10 Upgrade to cdrtools-1.10 after repository copy from cdrecord. Add knobs for mkisofs slave port.
v. 1.33 date: 2000/07/31 09:02:00; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.9. cdda2wav-ATAPI-Reviewed-by: reg
v. 1.32 date: 2000/04/29 16:00:10; author: dirk; state: Exp; lines: +4 -3 Upgrade to 1.8.1.
v. 1.31 date: 2000/04/22 10:11:43; author: mharo; state: Exp; lines: +2 -2 Corrrect whitespace introduced during PORTNAME conversion and portlint
v. 1.30 date: 2000/04/09 19:07:18; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variable
v. 1.29 date: 2000/01/29 23:53:55; author: dirk; state: Exp; lines: +7 -8 Upgrade to 1.8.
v. 1.28 date: 2000/01/18 23:36:07; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a40.
v. 1.27 date: 1999/12/30 11:31:17; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a37.
v. 1.26 date: 1999/12/22 10:25:45; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a36.
v. 1.25 date: 1999/12/06 00:11:13; author: dirk; state: Exp; lines: +4 -2 - upgrade to cdrecord-1.8a33 - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL
v. 1.24 date: 1999/11/09 11:41:49; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.8a31.
v. 1.23 date: 1999/10/19 12:39:14; author: dirk; state: Exp; lines: +2 -2 Upgrade to 1.8a30.
v. 1.22 date: 1999/09/24 20:39:27; author: dirk; state: Exp; lines: +2 -1 Add a link from cdda2wav to list_audio_tracks. list_audio_tracks lists the sectors for a audio track and is used by ${WRKSRC}/cdda2wav/cdda2mp3. Submitted by: TAOKA Satoshi
v. 1.21 date: 1999/09/20 10:34:40; author: dirk; state: Exp; lines: +3 -3 Upgrade to 1.8a29. From AN-1.8a29: "removed a bug that caused an endless loop if a TEAC-CDR 50 /55 was present without a media. This bug has been introduced when tryint to find a workaround for a bug in the Ricoh 7040 firmware."
v. 1.20 date: 1999/09/18 18:52:53; author: dirk; state: Exp; lines: +11 -5 Make cdrecord build on alpha (at least). It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great.
v. 1.19 date: 1999/09/17 12:20:03; author: dirk; state: Exp; lines: +6 -6 - upgrade to 1.8a28: highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems
v. 1.18 date: 1999/09/17 11:37:50; author: dirk; state: Exp; lines: +2 -2 Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org. Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi
v. 1.17 date: 1999/08/31 01:59:35; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.16 date: 1999/07/01 14:26:07; author: billf; state: Exp; lines: +2 -2 Include audio as a virtual category, this port has an audio ripper too. PR: ports/12474 Submitted By: Marc van Woerkom
v. 1.15 date: 1999/05/31 06:22:06; author: mharo; state: Exp; lines: +2 -2 Update to 1.8a22 PR: 11949 Submited by: Juergen Lock
v. 1.14 date: 1999/05/11 02:29:25; author: obrien; state: Exp; lines: +2 -2 Update to 1.8a21.
v. 1.13 date: 1999/04/07 08:10:00; author: obrien; state: Exp; lines: +2 -2 Upgrade to 1.8a20 (all patches still apply)
v. 1.12 date: 1999/03/27 22:18:05; author: asami; state: Exp; lines: +3 -3 portlint
v. 1.11 date: 1999/03/24 20:54:01; author: jmz; state: Exp; lines: +2 -3 Fix the path for cdda2wav.1. Remove the (now useless) link to /dev/rworm0.ctl. Submitted by: Andre Albsmeier
v. 1.10 date: 1999/03/23 23:28:51; author: jmz; state: Exp; lines: +9 -6 Upgrade to version 1.8a. Submitted by: Khetan Gajjar
v. 1.9 date: 1998/10/31 07:00:21; author: obrien; state: Exp; lines: +3 -5 Upgrade to version 1.6.1.
v. 1.8 date: 1998/10/30 03:33:20; author: jmz; state: Exp; lines: +1 -3 Remove the run dependency on mkisofs. PR: ports/7004, ports/7818
v. 1.7 date: 1998/10/07 14:46:22; author: jmz; state: Exp; lines: +5 -4 Upgrade to version 1.6.1a4
v. 1.6 date: 1998/05/13 01:51:02; author: jmz; state: Exp; lines: +4 -5 Upgrade: cdrecord-1.6a12 -> cdrecord-1.6 PR: ports/6607 Submitted by: SADA Kenji
v. 1.5 date: 1998/03/27 23:14:05; author: steve; state: Exp; lines: +2 -2 Symbolic link should be to /dev/scgx instead. Submitted by: Andre Albsmeier
v. 1.4 date: 1998/03/16 07:45:59; author: steve; state: Exp; lines: +2 -1 Put back the symbloic link creation smashed in the last commit and add a forgotten patch.
v. 1.3 date: 1998/03/16 02:38:21; author: steve; state: Exp; lines: +7 -6 Upgrade to version 1.6a12. PR: 6001 Submitted by: SADA Kenji
v. 1.2 date: 1997/11/05 23:55:31; author: asami; state: Exp; lines: +3 -4 portlint.
v. 1.1 date: 1997/11/05 15:22:36; author: jmz; state: Exp; I forgot this one during import. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm