Revision: 18746 http://gar.svn.sourceforge.net/gar/?rev=18746&view=rev Author: dmichelsen Date: 2012-07-15 16:58:30 +0000 (Sun, 15 Jul 2012) Log Message: ----------- cpan/Class-Singleton/trunk: Update to makemake and sanitized package name
Modified Paths: -------------- csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile Modified: csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile 2012-07-15 16:51:22 UTC (rev 18745) +++ csw/mgar/pkg/cpan/Class-Singleton/trunk/Makefile 2012-07-15 16:58:30 UTC (rev 18746) @@ -4,26 +4,19 @@ GARTYPE = v2 AUTHOR = ABW -DESCRIPTION = Implementation of a "Singleton" class +DESCRIPTION = Base class for creating singleton objects 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 +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE_TEXT = This module is licensed under the license -include gar/category.mk +PACKAGES += CSWpm-class-singleton +CATALOGNAME_CSWpm-class-singleton = pm_class_singleton +SPKG_DESC_CSWpm-class-singleton = Base class for creating singleton objects +ARCHALL_CSWpm-class-singleton = 1 +OBSOLETED_BY_CSWpm-class-singleton += CSWpmclasssingleton +CATALOGNAME_CSWpmclasssingleton = pm_classsingleton_stub -pre-merge-modulated: - @cd $(WORKSRC) && sed -n '/^Copyright/,$$p' README > COPYING - @$(MAKECOOKIE) +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel