pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Zip pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2662fa9f6b0
branches:  trunk
changeset: 395244:c2662fa9f6b0
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 19:10:05 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Archive::Zip from 1.26 to 1.30
  - Setting license according to META.yml to ${PERL5_LICENSE}

Upstream changes:
1.30 Tue 30 Jun 2009 - Adam Kennedy
        - Fixed a bad use of Cwd::getcwd

1.29 Mon 29 Jun 2009 - Adam Kennedy
        - Changed _asLocalName back to rel2abs, but this time using
          Cwd::getcwd as the base path instead of Cwd::cwd.
          This hopefully resolved #47223 (ADAMK)

1.28 Tue 16 Jun 2009 - Adam Kennedy
        - Changing to production version for release
        - Reverted to revision 4736 and converted `External File Attribute'
          values for symbolic links to hexadecimal (HAGGAI)
        - Fixed: #15026: AddTree does not include files with german
          umlauts in the filename (HAGGAI)
        - Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA)
        - Moved crc32 from bin to script (ADAMK)

1.27_01 Tue 16 Dec 2008 - Adam Kennedy
        - Makefile.PL will create a better META.yml
        - This is a test release for various improvements provided by
          Alan Haggai. The entire release is credited to his grant work.
        - Fixed #25726: extractMembers failing across fork on Windows.
        - Fixed #12493: Can't add new files to archives which contain
          files named 0,1,2,3,4,5,6,7,8,9 with no extension.
          (Files named "0" are not archived)
        - Fixed #22933: Properly extract symbolic links.
        - Fixed #20246: Ability to assign a compression level to addTree
          calls.
        - Corrected regular expression for stripping trailing /
        - Corrected addFileOrDirectory() behaviour and cleaned up some code
        - Added symbolic link support to addFileOrDirectory
        - Fixed #34657: No option, undefined behavior zipping symbolic
          links (symlinks)
        - Added storeSymbolicLink()
        - Fixed bitFlag() to set General Pupose Bit Flags

diffstat:

 archivers/p5-Archive-Zip/Makefile |  6 +++---
 archivers/p5-Archive-Zip/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 3dd1e4755b24 -r c2662fa9f6b0 archivers/p5-Archive-Zip/Makefile
--- a/archivers/p5-Archive-Zip/Makefile Tue Jul 07 19:07:35 2009 +0000
+++ b/archivers/p5-Archive-Zip/Makefile Tue Jul 07 19:10:05 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2009/04/11 23:15:19 sno Exp $
+# $NetBSD: Makefile,v 1.28 2009/07/07 19:10:05 sno Exp $
 
-DISTNAME=              Archive-Zip-1.26
+DISTNAME=              Archive-Zip-1.30
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 SVR4_PKGNAME=          p5zip
 CATEGORIES=            archivers perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -10,6 +9,7 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Archive-Zip/
 COMMENT=               Perl5 module interface to manipulate zip files
+LICENSE=               ${PERL5_LICENSE}
 
 DEPENDS+=              p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
 
diff -r 3dd1e4755b24 -r c2662fa9f6b0 archivers/p5-Archive-Zip/distinfo
--- a/archivers/p5-Archive-Zip/distinfo Tue Jul 07 19:07:35 2009 +0000
+++ b/archivers/p5-Archive-Zip/distinfo Tue Jul 07 19:10:05 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/10/20 21:50:50 he Exp $
+$NetBSD: distinfo,v 1.10 2009/07/07 19:10:05 sno Exp $
 
-SHA1 (Archive-Zip-1.26.tar.gz) = 06a18f9ab39504e4467ab32fd65a03d5d258aebd
-RMD160 (Archive-Zip-1.26.tar.gz) = cd533665636827530493473eae1470b91ddffccb
-Size (Archive-Zip-1.26.tar.gz) = 193921 bytes
+SHA1 (Archive-Zip-1.30.tar.gz) = 06237589a4f61c4b04d3e7c93719268fc3ae031a
+RMD160 (Archive-Zip-1.30.tar.gz) = 2a26be69f356c4ccc75712c04b578ea65e0b6a89
+Size (Archive-Zip-1.30.tar.gz) = 197179 bytes



Home | Main Index | Thread Index | Old Index