[csw-devel] SF.net SVN: gar:[20289] csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Sun Feb 10 16:11:10 CET 2013
Revision: 20289
http://gar.svn.sourceforge.net/gar/?rev=20289&view=rev
Author: bonivart
Date: 2013-02-10 15:11:07 +0000 (Sun, 10 Feb 2013)
Log Message:
-----------
cpan/Archive-Zip/trunk: fix name
Modified Paths:
--------------
csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile
Modified: csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile 2013-02-10 15:00:33 UTC (rev 20288)
+++ csw/mgar/pkg/cpan/Archive-Zip/trunk/Makefile 2013-02-10 15:11:07 UTC (rev 20289)
@@ -6,26 +6,18 @@
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
- from existing zip files. Once created, they can be written to files,
- streams, or strings. Members can be added, removed, extracted, replaced,
- rearranged, and enumerated. They can also be renamed or have their dates,
- comments, or other attributes queried or modified. Their data can be
- compressed or uncompressed as needed. Members can be created from members in
- existing Zip files, or from existing directories, files, or strings. This
- module uses the Compress::Zlib library to read and write the compressed
- streams inside the files.
endef
-PACKAGES = CSWpmarchivezip
-CATALOGNAME = pm_archivezip
+PACKAGES = CSWpm-archive-zip
+CATALOGNAME = pm_archive_zip
+SPKG_DESC_CSWpm-archive-zip = $(DESCRIPTION)
+OBSOLETED_BY_CSWpm-archive-zip = CSWpmarchivezip
+CATALOGNAME_CSWpmarchivezip = pm_archivezip
+
ARCHALL = 1
+
LICENSE = LICENSE
-RUNTIME_DEP_PKGS = CSWpmiocompress
+RUNTIME_DEP_PKGS = CSWpm-io-compress
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
include gar/category.mk
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