[csw-devel] SF.net SVN: gar:[17477] csw/mgar/pkg/cpan/Scope-Guard/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Mar 20 11:36:05 CET 2012


Revision: 17477
          http://gar.svn.sourceforge.net/gar/?rev=17477&view=rev
Author:   dmichelsen
Date:     2012-03-20 10:36:05 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
cpan/Scope-Guard/trunk: Update to 0.20 and sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Scope-Guard/trunk/Makefile
    csw/mgar/pkg/cpan/Scope-Guard/trunk/checksums

Modified: csw/mgar/pkg/cpan/Scope-Guard/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Scope-Guard/trunk/Makefile	2012-03-20 10:34:40 UTC (rev 17476)
+++ csw/mgar/pkg/cpan/Scope-Guard/trunk/Makefile	2012-03-20 10:36:05 UTC (rev 17477)
@@ -1,21 +1,23 @@
 NAME = Scope-Guard
-VERSION = 0.03
+VERSION = 0.20
 CATEGORIES = cpan
 GARTYPE = v2
 AUTHOR = CHOCOLATE
 
-DESCRIPTION = lexically scoped resource management
+DESCRIPTION = Lexically-scoped resource management
 define BLURB
-  This module provides a convenient way to perform cleanup or other 
-  forms of resource management at the end of a scope. It is particularly 
-  useful when dealing with exceptions: the Scope::Guard constructor takes 
-  a reference to a subroutine that is guaranteed to be called even if the 
-  thread of execution is aborted prematurely. This effectively allows 
-  lexically-scoped "promises" to be made that are automatically honoured 
-  by perl's garbage collector.
 endef
 
-PACKAGES = CSWpmscopeguard
-CATALOGNAME = pm_scopeguard
+CATALOG_RELEASE = unstable
 
+LICENSE_TEXT = This module is licensed under the perl license
+
+PACKAGES += CSWpm-scope-guard
+CATALOGNAME_CSWpm-scope-guard = pm_scope_guard
+SPKG_DESC_CSWpm-scope-guard = Lexically-scoped resource management
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-scope-guard = 1
+OBSOLETED_BY_CSWpm-scope-guard += CSWpmscopeguard
+CATALOGNAME_CSWpmscopeguard = pm_scopeguard_stub
+
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/Scope-Guard/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Scope-Guard/trunk/checksums	2012-03-20 10:34:40 UTC (rev 17476)
+++ csw/mgar/pkg/cpan/Scope-Guard/trunk/checksums	2012-03-20 10:36:05 UTC (rev 17477)
@@ -1 +1 @@
-a33ab0a31d837b94797e61050afff894  Scope-Guard-0.03.tar.gz
+495d5ae16a2df8128fd068c386c9d4ac  Scope-Guard-0.20.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