pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Compress-Zlib Update to 2.008:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e7e32cb375b
branches:  trunk
changeset: 535935:4e7e32cb375b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 30 15:30:40 2007 +0000

description:
Update to 2.008:

  2.008 2 November 2007

      * Minor documentation changes in README

      * t/compress/truncate.pl
        EBCDIC Cleanup.

      * IO::Compress::Gzip::Constants.pm
        Tidied up the character classes used to defined invalid
        FNAME & FCOMMENT fields for EBCDIC.

  2.006 1 September 2007

      * Makefile.PL
        Added INSTALLDIRS directive to install as a core module when built
        on a perl >= 5.9.

      * IO::Uncompress::RawDeflate

        - Fixed export problem - "$RawDeflateError" and "rawdeflate" were
          not being exported with ":all".

  2.005 18 June 2007

      * IO::Compress::Gzip & IO::Uncompress::Gunzip

        - RFC1952 says that the FNAME & FCOMMENT header fields must be ISO
          8859-1 (LATIN-1) characters. The code can optionally police this.
          Added a fix for this logic when running on EBCDIC.

      * Makefile.PL

        - Check if IO::Compress::Bzip2 is already installed. If it is, add
          to the PREREQ_PM list.

diffstat:

 devel/p5-IO-Compress-Zlib/Makefile |  8 ++++----
 devel/p5-IO-Compress-Zlib/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r a5ddf303aca0 -r 4e7e32cb375b devel/p5-IO-Compress-Zlib/Makefile
--- a/devel/p5-IO-Compress-Zlib/Makefile        Fri Nov 30 15:30:13 2007 +0000
+++ b/devel/p5-IO-Compress-Zlib/Makefile        Fri Nov 30 15:30:40 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2007/03/08 19:02:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/30 15:30:40 wiz Exp $
 
-DISTNAME=              IO-Compress-Zlib-2.004
+DISTNAME=              IO-Compress-Zlib-2.008
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5icz
 CATEGORIES=            devel perl5
@@ -10,8 +10,8 @@
 HOMEPAGE=              http://search.cpan.org/dist/IO-Compress-Zlib/
 COMMENT=               Perl module to parse gzip and zip files and buffers
 
-DEPENDS+=              p5-IO-Compress-Base>=2.004:../../devel/p5-IO-Compress-Base
-DEPENDS+=              p5-Compress-Raw-Zlib>=2.004:../../devel/p5-Compress-Raw-Zlib
+DEPENDS+=              p5-IO-Compress-Base>=2.008:../../devel/p5-IO-Compress-Base
+DEPENDS+=              p5-Compress-Raw-Zlib>=2.008:../../devel/p5-Compress-Raw-Zlib
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r a5ddf303aca0 -r 4e7e32cb375b devel/p5-IO-Compress-Zlib/distinfo
--- a/devel/p5-IO-Compress-Zlib/distinfo        Fri Nov 30 15:30:13 2007 +0000
+++ b/devel/p5-IO-Compress-Zlib/distinfo        Fri Nov 30 15:30:40 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/03/08 19:02:29 wiz Exp $
+$NetBSD: distinfo,v 1.3 2007/11/30 15:30:40 wiz Exp $
 
-SHA1 (IO-Compress-Zlib-2.004.tar.gz) = 5681a5f7c60d145282c625255774a5bf07ca3fda
-RMD160 (IO-Compress-Zlib-2.004.tar.gz) = 01967eeb986bf18d18974cdbfa1080526e8e8475
-Size (IO-Compress-Zlib-2.004.tar.gz) = 133210 bytes
+SHA1 (IO-Compress-Zlib-2.008.tar.gz) = d0fd527236c75750259c876d4d50e195ecbdfb35
+RMD160 (IO-Compress-Zlib-2.008.tar.gz) = 8a47b2a90afdb8d129b7a3a57b7d92affd51eab8
+Size (IO-Compress-Zlib-2.008.tar.gz) = 135067 bytes



Home | Main Index | Thread Index | Old Index