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.004:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/484580dd0cbc
branches:  trunk
changeset: 526369:484580dd0cbc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 08 19:02:29 2007 +0000

description:
Update to 2.004:
  2.004 3 March 2007

      * IO::Compress::Zip

        - Added Zip64 documentation.

        - Fixed extended timestamp.
          Creation time isn't available in Unix so only store the
          modification time and the last access time in the extended field.

        - Fixed file mode.

        - Added ExtAttr option to control the value of the "external file
          attributes" field in the central directory.

        - Added Unix2 extended attribute ("Ux").
          This stores the UID & GID.

      * IO::Compress::Gzip

        - Fixed 050interop-gzip.t for Windows

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 cdbc86be0f9a -r 484580dd0cbc devel/p5-IO-Compress-Zlib/Makefile
--- a/devel/p5-IO-Compress-Zlib/Makefile        Thu Mar 08 18:59:47 2007 +0000
+++ b/devel/p5-IO-Compress-Zlib/Makefile        Thu Mar 08 19:02:29 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/02 19:09:57 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/08 19:02:29 wiz Exp $
 
-DISTNAME=              IO-Compress-Zlib-2.003
+DISTNAME=              IO-Compress-Zlib-2.004
 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.003:../../devel/p5-IO-Compress-Base
-DEPENDS+=              p5-Compress-Raw-Zlib>=2.003:../../devel/p5-Compress-Raw-Zlib
+DEPENDS+=              p5-IO-Compress-Base>=2.004:../../devel/p5-IO-Compress-Base
+DEPENDS+=              p5-Compress-Raw-Zlib>=2.004:../../devel/p5-Compress-Raw-Zlib
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r cdbc86be0f9a -r 484580dd0cbc devel/p5-IO-Compress-Zlib/distinfo
--- a/devel/p5-IO-Compress-Zlib/distinfo        Thu Mar 08 18:59:47 2007 +0000
+++ b/devel/p5-IO-Compress-Zlib/distinfo        Thu Mar 08 19:02:29 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/02 19:09:57 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/03/08 19:02:29 wiz Exp $
 
-SHA1 (IO-Compress-Zlib-2.003.tar.gz) = fd261025f93b4ed33f797d9ff573bc08bf824e8b
-RMD160 (IO-Compress-Zlib-2.003.tar.gz) = 55417aa53e1a6450e1ebf64ee7a8f9a646680984
-Size (IO-Compress-Zlib-2.003.tar.gz) = 132445 bytes
+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



Home | Main Index | Thread Index | Old Index