Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CDAF463C464 for ; Wed, 3 Feb 2010 16:04:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 8414B63B1D4; Wed, 3 Feb 2010 16:04:28 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EF70163B10E for ; Wed, 3 Feb 2010 16:04:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D8665175DD; Wed, 3 Feb 2010 16:04:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 3 Feb 2010 16:04:26 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/sysutils/cdrtools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20100203160426.D8665175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed Feb 3 16:04:26 UTC 2010 Modified Files: pkgsrc/sysutils/cdrtools: Makefile distinfo Log Message: Update to 2.01.01alpha74: NEW features of cdrtools-2.01.01a73: Cdrecord: - The *.inf file parser now supports a new tag "Track=" that is intended to carry the absolute track number from the original disk. Cdda2wav (Maintained/enhanced by J - Cdda2wav now permits to use "max" for the endtrack number. This allows to specify e.g. -t2+max for a list of tracks from track #2 to the last audio track on the disk. - New option -cuefile allows to tell cdda2wav to create a CDRWIN CUE file. This currently only works together with wither -tall, or with -t0+max or -t1+max. Note that due to a misconception in the CDRWIN CUE file definition, it is impossible to create 100% correct CD-audio copy by 100% following the CDRWIN CUE file definition and having separate audio files for each track at the same time. For this reason, it is currently impossible to create CDRWIN CUE files while using cdda2wav -B. - Cdda2wav now only writes a binary *.cdtext file in case that this file would contain more data than a header that tells that there is no further content. - Cdda2wav no longer removes the Index0 entry from a longer Index list if Index0 is -1. - Cdda2wav now automatically scans for hidden audio tracks. This is a complex task as there are drives that do not allow to read the hidden data before track 1. - New option -no-hidden-track allows to prevent cdda2wav from scanning for a hidden audio track. - Cdda2wav now writes the new tag "Track=" into the *.inf files that is intended to carry the absolute track number from the original disk. - A shortcut for paraopts=sectors-per-track-1,retries=200 was introduced. The name of the shortcut is "proof", so just use "paraopts=proof" for selecting the most stringent paranoia mode. - Cdda2wav now automatically selects paranoia mode in case that the paraopts= option was used. - Cdda2wav now again works in suid root mode on Solaris 11. It seems that the development versions from Solaris 11 did change the behavior with fine grained privileges in a way that was incompatible with the way cdda2wav did try to handle both suid root and fine grained privileges. Mkisofs (Maintained/enhanced by J - The man page for mkisofs was enhanced in order to better mention that mkisofs always writes ISO-9660 and that other file systems are thus always added as a hybrid file system. NEW features of cdrtools-2.01.01a74: Cdrecord: - Cdrecord now supports to copy CDs with hidden track if there are *.inf files created by cdda2wav. In order to copy a CD with hidden Track with optimal quality, call: cdda2wav -vall -B -paranoia paraports=proof cddb=0 cdrecord -v -sao -useinfo -text *.wav - cdwrite@lists.debian.org removed from man page please use the official mailing lists for cdrecord that exist since 10 years: http://developer.berlios.de/mail/?group_id=5 Cdda2wav (Maintained/enhanced by J - A forgotten debug message from implementing support for hidden tracks has been removed. - Fixed a small bug that made cdda2wav with hidden track support not fully compatible to earlier versions. In case that only one track is to be extracted, this is again always track #1 regsrdless whether the CD has a hidden track. - Fixed a bug with CDRWIN CUE file support. Cdda2wav used the tag "WAV" instead of "WAVE" for the data type specifier in the FILE tag. - cdwrite@lists.debian.org removed from man page please use the official mailing lists for cdrecord that exist since 10 years: http://developer.berlios.de/mail/?group_id=5 Readcd: - cdwrite@lists.debian.org removed from man page please use the official mailing lists for cdrecord that exist since 10 years: http://developer.berlios.de/mail/?group_id=5 Scgcheck: - cdwrite@lists.debian.org removed from man page please use the official mailing lists for cdrecord that exist since 10 years: http://developer.berlios.de/mail/?group_id=5 Btcflash: - cdwrite@lists.debian.org removed from man page please use the official mailing lists for cdrecord that exist since 10 years: http://developer.berlios.de/mail/?group_id=5 Mkisofs (Maintained/enhanced by J - cdwrite@lists.debian.org removed from man page please use the official mailing lists for cdrecord that exist since 10 years: http://developer.berlios.de/mail/?group_id=5 To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/sysutils/cdrtools/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/cdrtools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.