Tue Jul 12 13:32:25 2011 UTC ()
Update to 3.01a05:

All:

-	The makefile system now by default disables smake Simple Suffix Rules
	and the POSIX Suffix Rules in order to speed up inference rule search.

Libschily:

-	New functions mkgmtime() mklgmtime() and timegm()

Libfind:

-	libfind no longer aborts with a lack of memory but writes an error
	message

-	libfind now correctly frees memory that has been allocated internaly
	from treewalk()

Mkisofs (Maintained/enhanced by J

-	Mkisofs now correctly supports El Torito multi boot entries by introducing
	a Boot Dection Header before a list of alternate boot entries.

-	New option -eltorito-platform allows to set the El Torito platform id
	for a boot entry or for a list of boot entries. Supported values for the
	parameter are:

	-	x86	the standard value vor x86 based PCs

	-	PPC	the Power PC platform

	-	Mac	The Apple Mac platform

	-	efi	EFI based boot for PCs

	-	#	an arbitrary numerical value

-	New option -modification-date allows to specify a predictable UUID for grub.

	The syntax is: YYYY[MM[DD[HH[MM[SS]]]]][.hh][+-GHGM] and is forgiving
	enought to accept the pupular POSIX date format created by:

		date "+%Y-%m-%d %H:%M:%S %z"


(wiz)
diff -r1.80 -r1.81 pkgsrc/sysutils/cdrtools/Makefile
diff -r1.58 -r1.59 pkgsrc/sysutils/cdrtools/distinfo

cvs diff -r1.80 -r1.81 pkgsrc/sysutils/cdrtools/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/cdrtools/Makefile 2011/05/02 13:15:10 1.80
+++ pkgsrc/sysutils/cdrtools/Makefile 2011/07/12 13:32:25 1.81
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.80 2011/05/02 13:15:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.81 2011/07/12 13:32:25 wiz Exp $
2 2
3DISTNAME= cdrtools-3.01a04 3DISTNAME= cdrtools-3.01a05
4PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} 4PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6#MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \ 6#MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
7# http://ftp.berlios.de/pub/cdrecord/ 7# http://ftp.berlios.de/pub/cdrecord/
8MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ 8MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
9 http://ftp.berlios.de/pub/cdrecord/alpha/ 9 http://ftp.berlios.de/pub/cdrecord/alpha/
10EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
11 11
12MAINTAINER= wiz@NetBSD.org 12MAINTAINER= wiz@NetBSD.org
13HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html 13HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html
14COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray 14COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray
15#LICENSE= CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1 15#LICENSE= CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1
16 16

cvs diff -r1.58 -r1.59 pkgsrc/sysutils/cdrtools/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/cdrtools/distinfo 2011/05/02 13:15:10 1.58
+++ pkgsrc/sysutils/cdrtools/distinfo 2011/07/12 13:32:25 1.59
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.58 2011/05/02 13:15:10 wiz Exp $ 1$NetBSD: distinfo,v 1.59 2011/07/12 13:32:25 wiz Exp $
2 2
3SHA1 (cdrtools-3.01a04.tar.bz2) = 936a83a4ae36ddf51ef9a4a719e6c49a98ae5f62 3SHA1 (cdrtools-3.01a05.tar.bz2) = e9a5c6413c9e0e9e52fbd634ab9f1e3a1157b832
4RMD160 (cdrtools-3.01a04.tar.bz2) = 0562346ff7b487f50e236b4846fed1e9628022c9 4RMD160 (cdrtools-3.01a05.tar.bz2) = a3962ce855a52d9eb7f5d528e1d91226a77f78bd
5Size (cdrtools-3.01a04.tar.bz2) = 1997119 bytes 5Size (cdrtools-3.01a05.tar.bz2) = 2001070 bytes