Thu Jan 2 17:51:14 2014 UTC ()
Update to 3.01a20:

All:

-	New Schily Makefiles rules for armv7l-linux

-	autoconf/xconfig.h.in now treats MinGW32 the same as when compiling
	with cl.exe

Libschily:

-	libschily::format.c (printf) now supports length modifiers
	like h hh l ll t z for the %n format.

-	libschily::format.c has been restructured for parsing the
	field width parameters in a way that would allow to later
	introduce support for %n$

-	Try to take care about the fact that MinGW32 does not support
	a standard compliant mkdir() function with two parameters.
	This applies top libschily/mkdirat.c and libschily/mkdirs.c

-	Corrected a typo in libschily/mkfifoat.c that called mkdir()
	instead of mkfifo()

-	libschily/getdtablesize.c needs the same treatment for MinGW32 as for
	cl.exe

Libparanoia (Ported/enhanced by J�rg Schilling, originated by Monty xiphmont@mit.edu):

-	libparanoia now implements the first stage in C2 error pointer
	support: it now is able to deal with input data that contains
	C2 pointers and it implements new callbacks to report C2
	statistics back to the caller.

-	libparanoia now supports to control the size of the read ahead buffer.
	This allows libparanoia to be adopted to the current constraints.


(wiz)
diff -r1.102 -r1.103 pkgsrc/sysutils/cdrtools/Makefile
diff -r1.78 -r1.79 pkgsrc/sysutils/cdrtools/distinfo

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

--- pkgsrc/sysutils/cdrtools/Makefile 2013/11/26 15:26:06 1.102
+++ pkgsrc/sysutils/cdrtools/Makefile 2014/01/02 17:51:14 1.103
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.102 2013/11/26 15:26:06 tron Exp $ 1# $NetBSD: Makefile,v 1.103 2014/01/02 17:51:14 wiz Exp $
2 2
3DISTNAME= cdrtools-3.01a19 3DISTNAME= cdrtools-3.01a20
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.78 -r1.79 pkgsrc/sysutils/cdrtools/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/cdrtools/distinfo 2013/11/25 12:06:07 1.78
+++ pkgsrc/sysutils/cdrtools/distinfo 2014/01/02 17:51:14 1.79
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.78 2013/11/25 12:06:07 wiz Exp $ 1$NetBSD: distinfo,v 1.79 2014/01/02 17:51:14 wiz Exp $
2 2
3SHA1 (cdrtools-3.01a19.tar.bz2) = b0825336cdcc857208af392d3218cdf30e76750c 3SHA1 (cdrtools-3.01a20.tar.bz2) = 7674e1c8705d4865de4cb2e115d2f6ecc36f5d96
4RMD160 (cdrtools-3.01a19.tar.bz2) = d503b4a8ceb899c9837d2d4cd396b839a4c722f9 4RMD160 (cdrtools-3.01a20.tar.bz2) = 9980e63f4903a082e975557d444c116b8134a30f
5Size (cdrtools-3.01a19.tar.bz2) = 2065394 bytes 5Size (cdrtools-3.01a20.tar.bz2) = 2065515 bytes
6SHA1 (patch-include_schily_sha2.h) = dab2dd40b20a37f1f2ff8cbd64f8361e800e1753 6SHA1 (patch-include_schily_sha2.h) = dab2dd40b20a37f1f2ff8cbd64f8361e800e1753