[csw-devel] SF.net SVN: gar:[11571] csw/mgar/pkg/cpan/Regexp-Common/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Nov 11 15:12:05 CET 2010
Revision: 11571
http://gar.svn.sourceforge.net/gar/?rev=11571&view=rev
Author: dmichelsen
Date: 2010-11-11 14:12:05 +0000 (Thu, 11 Nov 2010)
Log Message:
-----------
cpan/Regexp-Common: Update to 2010010201 and mGAR v2, sanitize package name
Modified Paths:
--------------
csw/mgar/pkg/cpan/Regexp-Common/trunk/Makefile
csw/mgar/pkg/cpan/Regexp-Common/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/Regexp-Common/trunk/files/COPYING
Removed Paths:
-------------
csw/mgar/pkg/cpan/Regexp-Common/trunk/files/CSWpmregexpcom.gspec
csw/mgar/pkg/cpan/Regexp-Common/trunk/files/disable_squares_t.diff
Property Changed:
----------------
csw/mgar/pkg/cpan/Regexp-Common/trunk/
Property changes on: csw/mgar/pkg/cpan/Regexp-Common/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/Regexp-Common/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Regexp-Common/trunk/Makefile 2010-11-11 13:59:27 UTC (rev 11570)
+++ csw/mgar/pkg/cpan/Regexp-Common/trunk/Makefile 2010-11-11 14:12:05 UTC (rev 11571)
@@ -1,17 +1,28 @@
GARNAME = Regexp-Common
-GARVERSION = 2.120
+GARVERSION = 2010010201
CATEGORIES = cpan
AUTHOR = ABIGAIL
-DESCRIPTION = provide commonly requested regular expressions
+DESCRIPTION = Provide commonly requested regular expressions
define BLURB
By default, this module exports a single hash (%RE) that stores or generates
commonly needed regular expressions (see "List of available patterns").
endef
-DISTFILES += CSWpmregexpcom.gspec
+DISTFILES = COPYING
-# Beware -- Regexp::Common::numbers{square} may be flaky...
-#PATCHFILES = disable_squares_t.diff
+PACKAGES = CSWpmregexpcommon CSWpmregexpcom
+CATALOGNAME_CSWpmregexpcommon = pm_regexpcommon
+CATALOGNAME_CSWpmregexpcom = pm_regexpcom
+
+SPKG_DESC_CSWpmregexpcommon = $(DESCRIPTION)
+SPKG_DESC_CSWpmregexpcom = Empty stub as contents has been moved to CSWpmregexpcommon
+
+RUNTIME_DEPL_PKGS_ONLY_CSWpmregexpcom = CSWpmregexpcommon
+
+ARCHALL = 1
+
+PKGFILES_CSWpmregexpcom = NOFILES
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/Regexp-Common/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Regexp-Common/trunk/checksums 2010-11-11 13:59:27 UTC (rev 11570)
+++ csw/mgar/pkg/cpan/Regexp-Common/trunk/checksums 2010-11-11 14:12:05 UTC (rev 11571)
@@ -1,2 +1 @@
-d1025e54688327b79cf647e65e332fee download/CSWpmregexpcom.gspec
-a14f2a3c3f2718a567ec26f57a2bae13 download/Regexp-Common-2.120.tar.gz
+e4267a626af781ed62c696f05b2b60f3 Regexp-Common-2010010201.tar.gz
Copied: csw/mgar/pkg/cpan/Regexp-Common/trunk/files/COPYING (from rev 11153, csw/mgar/pkg/cpan/Regexp-Common/trunk/files/CSWpmregexpcom.gspec)
===================================================================
--- csw/mgar/pkg/cpan/Regexp-Common/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/Regexp-Common/trunk/files/COPYING 2010-11-11 14:12:05 UTC (rev 11571)
@@ -0,0 +1,4 @@
+Copyright (c) 2001, Damian Conway. All Rights Reserved.
+This module is free software. It may be used, redistributed
+and/or modified under the terms of the Perl Artistic License
+(see http://www.perl.com/perl/misc/Artistic.html)
Deleted: csw/mgar/pkg/cpan/Regexp-Common/trunk/files/CSWpmregexpcom.gspec
===================================================================
--- csw/mgar/pkg/cpan/Regexp-Common/trunk/files/CSWpmregexpcom.gspec 2010-11-11 13:59:27 UTC (rev 11570)
+++ csw/mgar/pkg/cpan/Regexp-Common/trunk/files/CSWpmregexpcom.gspec 2010-11-11 14:12:05 UTC (rev 11571)
@@ -1,9 +0,0 @@
-%var bitname pm_regexpcom
-%var pkgname CSWpmregexpcom
-%var arch all
-%include url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-Copyright (c) 2001, Damian Conway. All Rights Reserved.
-This module is free software. It may be used, redistributed
-and/or modified under the terms of the Perl Artistic License
-(see http://www.perl.com/perl/misc/Artistic.html)
Deleted: csw/mgar/pkg/cpan/Regexp-Common/trunk/files/disable_squares_t.diff
===================================================================
--- csw/mgar/pkg/cpan/Regexp-Common/trunk/files/disable_squares_t.diff 2010-11-11 13:59:27 UTC (rev 11570)
+++ csw/mgar/pkg/cpan/Regexp-Common/trunk/files/disable_squares_t.diff 2010-11-11 14:12:05 UTC (rev 11571)
@@ -1,13 +0,0 @@
---- Regexp-Common-2.113.orig/t/test_squares.t 2003-03-23 13:41:55.000000000 -0800
-+++ Regexp-Common-2.113/t/test_squares.t 2004-01-09 14:22:30.434940000 -0800
-@@ -8,6 +8,10 @@
- use Regexp::Common;
- use t::Common '5.008';
-
-+print "1..1\n";
-+print "ok\n";
-+__END__
-+
- local $^W = 0;
-
- my $MAX_INT32 = 0x7FFFFFFF;
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