Thu Oct 9 13:14:15 2008 UTC ()
Update to 2.01.01a50:

NEW features of cdrtools-2.01.01a50:

Libschily:

-	changed __malloc() -> ___malloc() for the ongoing ATARI Port
-	changed __realloc() -> ___realloc() for the ongoing ATARI Port
-	changed __savestr() -> ___savestr() for the ongoing ATARI Port

Cdrecord:

-	The cdrecord DVD multi-border code from May 2007 has been made OpenSource.
	Multi-Border is the DVD multi-session equivalent. It allows to write
	up to 1024 sessions on a single DVD.

	The code currently covers the most important case of writing to DVD-R/DVD-RW
	media.

	You need to specify -multi for every session.

-	The cdrecord man page now mentions -multi with respect to DVD multi-border.

Mkisofs (Maintained/enhanced by J

-	mkisofs -UDF now does not longer replace controlchars in case that -J has not
	been specified at the same time. This is a workaround for the fact that
	mkisofs still shares the file name management code between UDF ans Joliet.

NEW features of cdrtools-2.01.01a49:

All:

-	Several Makefiles have been modified to support not only "make all"
	but also "make install" without calling "make all" before. This was needed
	after the change that omits the symlinks from the tar archive.
	Thanks to a report from Klaus Ditze <kd@heise.de>

Libparanoia (Ported/enhanced by J

-	Plenty of new comments taken from cdparanoia-III-10.2
	This doubles the size of the code!
	Thanks to Monty (xiphmont@mit.edu)

-	i_paranoia_overlap_r() does not longer increment beginA/beginB after the
	match was found searching backwards. Taken from cdparanoia-III-10.2

-	paranoia_free() now also frees p->cache and p->fragments taken from cdparanoia-III-10.2

-	Some numerical values used in paranoia.c have been replaced by
	FLAG_* definitions.

Mkisofs (Maintained/enhanced by J

-	First step of changes intended to allow to remove Mac OS 9 "hfs" support
	from mkisofs. Mac OS X supports UDF extensions and "hfs" does not support
	large files. For this reason, "hfs" support is an anachronism.


(wiz)
diff -r1.43 -r1.44 pkgsrc/sysutils/cdrtools/Makefile
diff -r1.25 -r1.26 pkgsrc/sysutils/cdrtools/distinfo

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

--- pkgsrc/sysutils/cdrtools/Makefile 2008/09/06 23:44:39 1.43
+++ pkgsrc/sysutils/cdrtools/Makefile 2008/10/09 13:14:15 1.44
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.43 2008/09/06 23:44:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2008/10/09 13:14:15 wiz Exp $
2 2
3DISTNAME= cdrtools-2.01.01a48 3DISTNAME= cdrtools-2.01.01a50
4PKGNAME= cdrtools-2.01.01.48 4PKGNAME= cdrtools-2.01.01.50
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ 6MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html 10HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html
11COMMENT= Software for creating ISO9660 images and writing CDs/CD-RWs 11COMMENT= Software for creating ISO9660 images and writing CDs/CD-RWs
12 12
13CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]* 13CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]*
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17

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

--- pkgsrc/sysutils/cdrtools/distinfo 2008/09/06 13:34:21 1.25
+++ pkgsrc/sysutils/cdrtools/distinfo 2008/10/09 13:14:15 1.26
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.25 2008/09/06 13:34:21 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2008/10/09 13:14:15 wiz Exp $
2 2
3SHA1 (cdrtools-2.01.01a48.tar.bz2) = 94286b7771d53b2a0033fcb969446f468b969c1c 3SHA1 (cdrtools-2.01.01a50.tar.bz2) = b5fdc3cb7f4a6cb1feda77b9d22be4b8fba5e3bd
4RMD160 (cdrtools-2.01.01a48.tar.bz2) = ab86959f919cd5e6bdd250e36e860cce4b671796 4RMD160 (cdrtools-2.01.01a50.tar.bz2) = 2c6c7e99e97635d1b7443596edf8c3af7c099cc4
5Size (cdrtools-2.01.01a48.tar.bz2) = 1684221 bytes 5Size (cdrtools-2.01.01a50.tar.bz2) = 1698339 bytes
6SHA1 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8 6SHA1 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8
7SHA1 (patch-ab) = 5352fee446483e2a5e7917ebf9a84e7c7fd65bb7 7SHA1 (patch-ab) = 5352fee446483e2a5e7917ebf9a84e7c7fd65bb7
8SHA1 (patch-ad) = 06f33c8b995e7f6edb53d78164cb8fbcd0cdefa8 8SHA1 (patch-ad) = 06f33c8b995e7f6edb53d78164cb8fbcd0cdefa8
9SHA1 (patch-ai) = 5d46fd425fdac880ea8037f8a2f18094d6765336 9SHA1 (patch-ai) = 5d46fd425fdac880ea8037f8a2f18094d6765336
10SHA1 (patch-ch) = 65397614fe196709b26a789bdd34ed6776b4ef46 10SHA1 (patch-ch) = 65397614fe196709b26a789bdd34ed6776b4ef46
11SHA1 (patch-ci) = ff0d14544b0958f581a37c1b007fae581f871021 11SHA1 (patch-ci) = ff0d14544b0958f581a37c1b007fae581f871021