summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Compress
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-11 22:42:33 +0000
committersno <sno@pkgsrc.org>2009-04-11 22:42:33 +0000
commit219f8dfee3ce5816778e2cfd0530f02e99eda33a (patch)
tree1dd2716f6e77e5512b06621c3cc098f133c7ee65 /devel/p5-IO-Compress
parent994eb2055957e8c4a25afc26ae394279f46464ae (diff)
downloadpkgsrc-219f8dfee3ce5816778e2cfd0530f02e99eda33a.tar.gz
PkgSrc changes:
- Importing package devel/p5-IO-Compress which updates (finally) * devel/p5-IO-Compress-Base * devel/p5-IO-Compress-Bzip2 * devel/p5-IO-Compress-Zlib * devel/p5-Compress-Zlib 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 'devel/p5-IO-Compress')
-rw-r--r--devel/p5-IO-Compress/DESCR5
-rw-r--r--devel/p5-IO-Compress/Makefile28
-rw-r--r--devel/p5-IO-Compress/distinfo5
3 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-IO-Compress/DESCR b/devel/p5-IO-Compress/DESCR
new file mode 100644
index 00000000000..6313796a9c3
--- /dev/null
+++ b/devel/p5-IO-Compress/DESCR
@@ -0,0 +1,5 @@
+This distribution provides a Perl interface to allow reading and writing of
+compressed data created with the zlib and bzip2 libraries.
+
+IO-Compress supports reading and writing of bzip2, RFC 1950, RFC
+1951, RFC 1952 (i.e. gzip) and zip files/buffers.
diff --git a/devel/p5-IO-Compress/Makefile b/devel/p5-IO-Compress/Makefile
new file mode 100644
index 00000000000..072a83ec3a9
--- /dev/null
+++ b/devel/p5-IO-Compress/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/11 22:42:33 sno Exp $
+
+DISTNAME= IO-Compress-2.017
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5icb
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IO-Compress/
+COMMENT= IO Interface to compressed data files/buffers
+
+CONFLICTS+= p5-IO-Compress-Base-[0-9]*
+CONFLICTS+= p5-IO-Compress-Zlib-[0-9]*
+CONFLICTS+= p5-IO-Compress-Bzip2-[0-9]*
+CONFLICTS+= p5-Compress-Zlib-[0-9]*
+
+DEPENDS+= p5-Compress-Raw-Zlib>=2.017:../../devel/p5-Compress-Raw-Zlib
+DEPENDS+= p5-Compress-Raw-Bzip2>=2.017:../../devel/p5-Compress-Raw-Bzip2
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/IO/Compress/.packlist
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-Compress/distinfo b/devel/p5-IO-Compress/distinfo
new file mode 100644
index 00000000000..64e7bb73e9d
--- /dev/null
+++ b/devel/p5-IO-Compress/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/11 22:42:33 sno Exp $
+
+SHA1 (IO-Compress-2.017.tar.gz) = 3629036707abf10c90de35134af46b816761e66b
+RMD160 (IO-Compress-2.017.tar.gz) = 2024eeaf13166c47b23b72d499255e6e0e33670e
+Size (IO-Compress-Base-2.017.tar.gz) = 204116 bytes