summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-11 23:15:19 +0000
committersno <sno@pkgsrc.org>2009-04-11 23:15:19 +0000
commit626a03064c576e50971eecc1807f3a6273175ceb (patch)
tree56e83e85856f1198c1252ad8b8bfd1593b0e3ac5 /textproc
parent962f8f6e64e17ee6c961062da1b25081eb8da068 (diff)
downloadpkgsrc-626a03064c576e50971eecc1807f3a6273175ceb.tar.gz
PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Convert-ASCII-Armour/Makefile6
-rw-r--r--textproc/p5-PDF-API2/Makefile5
-rw-r--r--textproc/p5-Text-PDF/Makefile6
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Convert-ASCII-Armour/Makefile b/textproc/p5-Convert-ASCII-Armour/Makefile
index d06a8af6fa3..751142be150 100644
--- a/textproc/p5-Convert-ASCII-Armour/Makefile
+++ b/textproc/p5-Convert-ASCII-Armour/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:47 he Exp $
+# $NetBSD: Makefile,v 1.17 2009/04/11 23:15:21 sno Exp $
#
DISTNAME= Convert-ASCII-Armour-1.4
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= p5cas
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
@@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
-DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-IO-Compress-[0-9]:../../devel/p5-IO-Compress
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Convert/ASCII/Armour/.packlist
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile
index 56d337fb336..12a363e37aa 100644
--- a/textproc/p5-PDF-API2/Makefile
+++ b/textproc/p5-PDF-API2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2009/01/11 16:01:29 he Exp $
+# $NetBSD: Makefile,v 1.20 2009/04/11 23:15:21 sno Exp $
DISTNAME= PDF-API2-0.72.003
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AR/AREIBENS/}
@@ -11,7 +12,7 @@ COMMENT= Perl5 module for next generation api for pdf
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Compress-Zlib>=1.0:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
PERL5_PACKLIST= auto/PDF/API2/.packlist
diff --git a/textproc/p5-Text-PDF/Makefile b/textproc/p5-Text-PDF/Makefile
index 0830a04e52f..520e1466cbb 100644
--- a/textproc/p5-Text-PDF/Makefile
+++ b/textproc/p5-Text-PDF/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:56 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/11 23:15:21 sno Exp $
#
DISTNAME= Text-PDF-0.29a
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/Text-PDF-0.29
USE_LANGUAGES= # empty
-DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
PERL5_PACKLIST= auto/Text/PDF/.packlist