[csw-devel] SF.net SVN: gar:[3949] csw/mgar/pkg/cpan/Archive-Zip/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Mar 25 16:47:18 CET 2009


Revision: 3949
          http://gar.svn.sourceforge.net/gar/?rev=3949&view=rev
Author:   bonivart
Date:     2009-03-25 15:47:18 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
archive-zip: update to 1.26

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile
    csw/mgar/pkg/cpan/Archive-Zip/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/cpan/Archive-Zip/trunk/files/COPYING

Removed Paths:
-------------
    csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.depend
    csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.gspec
    csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.prototype

Property Changed:
----------------
    csw/mgar/pkg/cpan/Archive-Zip/trunk/


Property changes on: csw/mgar/pkg/cpan/Archive-Zip/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile	2009-03-25 15:21:11 UTC (rev 3948)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile	2009-03-25 15:47:18 UTC (rev 3949)
@@ -1,9 +1,9 @@
 GARNAME = Archive-Zip
-GARVERSION = 1.14
+GARVERSION = 1.26
 CATEGORIES = cpan
-AUTHOR = NEDKONZ
+AUTHOR = ADAMK
 
-DESCRIPTION = provide an interface to ZIP archive files.
+DESCRIPTION = Provides an interface to ZIP archive files
 define BLURB
   The Archive::Zip module allows a Perl program to create, manipulate, read,
   and write Zip archive files. Zip archives can be created, or you can read
@@ -17,11 +17,18 @@
   streams inside the files.
 endef
 
-DISTFILES = $(call admfiles,CSWpmarchivezip,depend prototype)
+DISTFILES = COPYING
 
+PACKAGES = CSWpmarchivezip
+CATALOGNAME = pm_archivezip
+ARCHALL = 1
+
 # Fix bug affecting Archive::SelfExtract
-PATCHFILES += seek.diff
+#PATCHFILES += seek.diff
 
-DEPENDS += cpan/Compress-Zlib
+REQUIRED_PKGS = CSWpmcompresszlib
 
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/Archive-Zip/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/checksums	2009-03-25 15:21:11 UTC (rev 3948)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/checksums	2009-03-25 15:47:18 UTC (rev 3949)
@@ -1,5 +1,2 @@
-a82fb5bca44ef6648a12186fda9dfbbe  download/CSWpmarchivezip.gspec
-b3caddca6e99172389ea538097bf25fd  download/CSWpmarchivezip.depend
-d552567e9fb28c457ee8484da4f08576  download/CSWpmarchivezip.prototype
-96b2caf19d5aea3adff02c323247e66a  download/Archive-Zip-1.14.tar.gz
-edd138d84c3e6fb7fb54517770fd2acd  download/seek.diff
+d706488da67bf9e146e07b0cc38f1c3f  download/COPYING
+a2e1cc1d99dbaebc41421295c93f61b5  download/Archive-Zip-1.26.tar.gz

Added: csw/mgar/pkg/cpan/Archive-Zip/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/files/COPYING	2009-03-25 15:47:18 UTC (rev 3949)
@@ -0,0 +1,3 @@
+Copyright (c) 2000-2003 Ned Konz. All rights reserved.  This program is free
+software; you can redistribute it and/or modify it under the same terms
+as Perl itself.

Deleted: csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.depend
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.depend	2009-03-25 15:21:11 UTC (rev 3948)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.depend	2009-03-25 15:47:18 UTC (rev 3949)
@@ -1 +0,0 @@
-P CSWpmcompresszlib pm_compresszlib - Interface to zlib compression library

Deleted: csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.gspec
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.gspec	2009-03-25 15:21:11 UTC (rev 3948)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.gspec	2009-03-25 15:47:18 UTC (rev 3949)
@@ -1,8 +0,0 @@
-%var            bitname pm_archivezip
-%var            pkgname CSWpmarchivezip
-%var            arch all
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright      
-Copyright (c) 2000-2003 Ned Konz. All rights reserved.  This program is free
-software; you can redistribute it and/or modify it under the same terms
-as Perl itself.

Deleted: csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.prototype
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.prototype	2009-03-25 15:21:11 UTC (rev 3948)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/files/CSWpmarchivezip.prototype	2009-03-25 15:47:18 UTC (rev 3949)
@@ -1,27 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/crc32 0555 root bin
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/perl 0755 root bin
-d none /opt/csw/lib/perl/csw 0755 root bin
-d none /opt/csw/lib/perl/csw/auto 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Archive 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Archive/Zip 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/Archive/Zip/.packlist 0644 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man3 0755 root bin
-f none /opt/csw/share/man/man3/Archive::Zip.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Archive::Zip::FAQ.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Archive::Zip::MemberRead.3perl 0444 root bin
-f none /opt/csw/share/man/man3/Archive::Zip::Tree.3perl 0444 root bin
-d none /opt/csw/share/perl 0755 root bin
-d none /opt/csw/share/perl/csw 0755 root bin
-d none /opt/csw/share/perl/csw/Archive 0755 root bin
-d none /opt/csw/share/perl/csw/Archive/Zip 0755 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip.pm 0444 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip.pod 0444 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip/BufferedFileHandle.pm 0444 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip/FAQ.pod 0444 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip/MemberRead.pm 0444 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip/MockFileHandle.pm 0444 root bin
-f none /opt/csw/share/perl/csw/Archive/Zip/Tree.pm 0444 root bin


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list