[csw-devel] SF.net SVN: gar:[18978] csw/mgar/pkg/cpan/UNIVERSAL-require/trunk
guillomovitch at users.sourceforge.net
guillomovitch at users.sourceforge.net
Thu Aug 16 15:48:48 CEST 2012
Revision: 18978
http://gar.svn.sourceforge.net/gar/?rev=18978&view=rev
Author: guillomovitch
Date: 2012-08-16 13:48:47 +0000 (Thu, 16 Aug 2012)
Log Message:
-----------
cpan/UNIVERSAL-require: update to 0.13, and update recipe to new standards
Modified Paths:
--------------
csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile
csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums
Modified: csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-16 13:36:33 UTC (rev 18977)
+++ csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-16 13:48:47 UTC (rev 18978)
@@ -1,14 +1,23 @@
NAME = UNIVERSAL-require
-VERSION = 0.11
+VERSION = 0.13
CATEGORIES = cpan
GARTYPE = v2
AUTHOR = MSCHWERN
-DESCRIPTION = require modules from a variable
+DESCRIPTION = Require() modules from a variable
define BLURB
- get around the bareword caveats on require()
+ If you've ever had to do this...
+ eval "require $module";
+ to get around the bareword caveats on require(), this module is for you. It
+ creates a universal require() class method that will work with every Perl
+ module and its secure.
endef
-DISTFILES += $(call admfiles,CSWpmunivrequire,depend prototype)
+LICENSE_TEXT = This module is licensed under the perl license
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+PACKAGES = CSWpm-universal-require
+CATALOGNAME = pm_universal_require
+ARCHALL = 1
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums 2012-08-16 13:36:33 UTC (rev 18977)
+++ csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums 2012-08-16 13:48:47 UTC (rev 18978)
@@ -1,4 +1 @@
-44bfda86888d4ef8e42de3f403dd4b3a download/CSWpmunivrequire.gspec
-6e0d583c86d7f74b43769810714242aa download/CSWpmunivrequire.depend
-23a52e8e800194aaf3a84dcd2ad1f91f download/CSWpmunivrequire.prototype
-a93b419333866dcf1e974e8079a41bd7 download/UNIVERSAL-require-0.11.tar.gz
+e6ea431fac9524077414d531a8cc203c UNIVERSAL-require-0.13.tar.gz
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