[csw-devel] SF.net SVN: gar:[4871] csw/mgar/pkg/cpan

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri May 15 14:23:13 CEST 2009


Revision: 4871
          http://gar.svn.sourceforge.net/gar/?rev=4871&view=rev
Author:   skayser
Date:     2009-05-15 12:23:13 +0000 (Fri, 15 May 2009)

Log Message:
-----------
cpan/Class-Singleton: inital commit

Added Paths:
-----------
    csw/mgar/pkg/cpan/Class-Singleton/
    csw/mgar/pkg/cpan/Class-Singleton/branches/
    csw/mgar/pkg/cpan/Class-Singleton/tags/
    csw/mgar/pkg/cpan/Class-Singleton/trunk/
    csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile
    csw/mgar/pkg/cpan/Class-Singleton/trunk/checksums
    csw/mgar/pkg/cpan/Class-Singleton/trunk/files/


Property changes on: csw/mgar/pkg/cpan/Class-Singleton/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile	2009-05-15 12:23:13 UTC (rev 4871)
@@ -0,0 +1,28 @@
+GARNAME = Class-Singleton
+GARVERSION = 1.4
+CATEGORIES = cpan
+AUTHOR = ABW
+
+DESCRIPTION = Implementation of a "Singleton" class
+define BLURB
+  This is the Class::Singleton module. A Singleton describes an object
+  class that can have only one instance in any system. An example of a
+  Singleton might be a print spooler or system registry. This module
+  implements a Singleton class from which other classes can be derived. By
+  itself, the Class::Singleton module does very little other than manage
+  the instantiation of a single object. In deriving a class from
+  Class::Singleton, your module will inherit the Singleton instantiation
+  method and can implement whatever specific functionality is
+  required.
+endef
+
+PACKAGES = CSWpmclasssingleton
+CATALOGNAME = pm_classsingleton
+
+ARCHALL = 1
+
+include gar/category.mk
+
+pre-merge-modulated:
+	@cd $(WORKSRC) && sed -n '/^Copyright/,$$p' README > COPYING
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/cpan/Class-Singleton/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Class-Singleton/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Class-Singleton/trunk/checksums	2009-05-15 12:23:13 UTC (rev 4871)
@@ -0,0 +1 @@
+a18b108ab97e2107cbbe816d2b3e2ee3  download/Class-Singleton-1.4.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