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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Fri Jan 7 13:15:18 CET 2011


Revision: 12233
          http://gar.svn.sourceforge.net/gar/?rev=12233&view=rev
Author:   bonivart
Date:     2011-01-07 12:15:17 +0000 (Fri, 07 Jan 2011)

Log Message:
-----------
pm_archiveextract: update to 0.46, remove man page

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

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

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

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


Property changes on: csw/mgar/pkg/cpan/Archive-Extract/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-Extract/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Archive-Extract/trunk/Makefile	2011-01-07 11:41:15 UTC (rev 12232)
+++ csw/mgar/pkg/cpan/Archive-Extract/trunk/Makefile	2011-01-07 12:15:17 UTC (rev 12233)
@@ -1,7 +1,7 @@
 NAME = Archive-Extract
-VERSION = 0.16
+VERSION = 0.46
 CATEGORIES = cpan
-AUTHOR = KANE
+AUTHOR = BINGOS
 
 DESCRIPTION = A generic archive extracting mechanism
 define BLURB
@@ -12,12 +12,15 @@
   on your system.
 endef
 
-DISTFILES += $(call admfiles,CSWpmarchiveextract,depend prototype)
+DISTFILES += COPYING
 
-DEPENDS += cpan/IPC-Cmd
-DEPENDS += cpan/Params-Check
-DEPENDS += cpan/Module-Load-Conditional
-DEPENDS += cpan/Locale-Maketext-Simple
+PACKAGES = CSWpmarchiveextract
+CATALOGNAME = pm_archiveextract
+ARCHALL = 1
 
+RUNTIME_DEP_PKGS += CSWpmipccmd CSWpmlclemktxtsimple CSWpmmodloadcond CSWpmprmscheck
+
+EXTRA_MERGE_EXCLUDE_FILES = \/opt\/csw\/share\/man.*
+
 include gar/category.mk
 

Modified: csw/mgar/pkg/cpan/Archive-Extract/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Archive-Extract/trunk/checksums	2011-01-07 11:41:15 UTC (rev 12232)
+++ csw/mgar/pkg/cpan/Archive-Extract/trunk/checksums	2011-01-07 12:15:17 UTC (rev 12233)
@@ -1,4 +1 @@
-71684aba07f9c169bc5300c71f26b72a  download/CSWpmarchiveextract.gspec
-7cd4a916ca7f866a53ae312d53f25694  download/CSWpmarchiveextract.depend
-2e9095df726f273b3e9203ad54955605  download/CSWpmarchiveextract.prototype
-d800e684865d38f36ccae7a40dbf13b3  download/Archive-Extract-0.16.tar.gz
+ce99b25fa0dacb584574a6c27b1f0e24  Archive-Extract-0.46.tar.gz

Added: csw/mgar/pkg/cpan/Archive-Extract/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Archive-Extract/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/Archive-Extract/trunk/files/COPYING	2011-01-07 12:15:17 UTC (rev 12233)
@@ -0,0 +1,6 @@
+COPYRIGHT
+    This module is copyright (c) 2002 Jos Boumans <kane at cpan.org>. All
+    rights reserved.
+
+    This library is free software; you may redistribute and/or modify it
+    under the same terms as Perl itself.

Deleted: csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.depend
===================================================================
--- csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.depend	2011-01-07 11:41:15 UTC (rev 12232)
+++ csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.depend	2011-01-07 12:15:17 UTC (rev 12233)
@@ -1,4 +0,0 @@
-P CSWpmipccmd pm_ipccmd - Finding and running system commands made easy
-P CSWpmlclemktxtsimple pm_lclemktxtsimple - simple interface to Locale::Maketext::Lexicon
-P CSWpmmodloadcond pm_modloadcond - Query module information and load at runtime
-P CSWpmprmscheck pm_prmscheck - A generic input parsing/checking mechanism.

Deleted: csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.gspec
===================================================================
--- csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.gspec	2011-01-07 11:41:15 UTC (rev 12232)
+++ csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.gspec	2011-01-07 12:15:17 UTC (rev 12233)
@@ -1,10 +0,0 @@
-%var            bitname pm_archiveextract
-%var            pkgname CSWpmarchiveextract
-%var            arch all
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright      
-This module is copyright (c) 2002 Jos Boumans <kane at cpan.org>. All
-rights reserved.
-
-This library is free software; you may redistribute and/or modify it
-under the same terms as Perl itself.

Deleted: csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.prototype
===================================================================
--- csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.prototype	2011-01-07 11:41:15 UTC (rev 12232)
+++ csw/mgar/pkg/cpan/Archive-Extract/trunk/files/CSWpmarchiveextract.prototype	2011-01-07 12:15:17 UTC (rev 12233)
@@ -1,15 +0,0 @@
-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/Extract 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/Archive/Extract/.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::Extract.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
-f none /opt/csw/share/perl/csw/Archive/Extract.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