aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.01. For changes since 2.00.3 please see:Marius Strobl2004-12-291-0/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=125474
* - Add a workaround for the problem that cdda2wav doesn't use a pageAlexander Leidinger2004-06-021-0/+23
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=110679
* erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:Alexander Leidinger2004-04-201-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 revision 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. Notes: svn path=/head/; revision=107753
* Upgrade to cdrtools-1.10 after repository copy from cdrecord.Dirk Froemberg2001-08-021-1/+1
| | | | | | | Add knobs for mkisofs slave port. Notes: svn path=/head/; revision=45724
* - upgrade to cdrecord-1.8a33Dirk Froemberg1999-12-061-0/+1
| | | | | | | | | | - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL Notes: svn path=/head/; revision=23608
* Add a link from cdda2wav to list_audio_tracks.Dirk Froemberg1999-09-241-0/+1
| | | | | | | | | | list_audio_tracks lists the sectors for a audio track and is used by ${WRKSRC}/cdda2wav/cdda2mp3. Submitted by: TAOKA Satoshi <taoka@FreeBSD.org> Notes: svn path=/head/; revision=21924
* - upgrade to 1.8a28:Dirk Froemberg1999-09-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=21677
* Upgrade to version 1.8a.Jean-Marc Zucconi1999-03-231-0/+1
| | | | | | | Submitted by: Khetan Gajjar <khetan@link.freebsd.os.org.za> Notes: svn path=/head/; revision=17366
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12657
* Create/delete the /dev/scgx symlink in pkg/PLIST.Steve Price1998-03-291-0/+2
| | | | | | | Suggested by: Satoshi Asami Notes: svn path=/head/; revision=10373
* Upgrade to version 1.6a12.Steve Price1998-03-161-3/+0
| | | | | | | | PR: 6001 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10165
* Cdrecord allows you to create CD's on a CD-Recorder.Jean-Marc Zucconi1997-11-051-0/+5
Notes: svn path=/head/; revision=8486