Revision: 22865 http://sourceforge.net/p/gar/code/22865 Author: dmichelsen Date: 2014-01-22 20:32:20 +0000 (Wed, 22 Jan 2014) Log Message: ----------- cpan/Class-Container/trunk: Update to makemake and sanitize package name
Modified Paths: -------------- csw/mgar/pkg/cpan/Class-Container/trunk/Makefile csw/mgar/pkg/cpan/Class-Container/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Class-Container/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Container/trunk/Makefile 2014-01-22 09:09:13 UTC (rev 22864) +++ csw/mgar/pkg/cpan/Class-Container/trunk/Makefile 2014-01-22 20:32:20 UTC (rev 22865) @@ -6,21 +6,24 @@ DESCRIPTION = Glues object frameworks together transparently define BLURB - This class facilitates building frameworks of several classes that - inter-operate. It was first designed and built for HTML::Mason, in which the - Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other - objects must create each other transparently, passing the appropriate - parameters to the right class, possibly substituting other subclasses for - any of these objects. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -DEP_PKGS = CSWpmparamsvalidate +LICENSE_TEXT = This module is licensed under the perl license -PACKAGES = CSWpmclscontainer -CATALOGNAME = pm_clscontainer +PACKAGES += CSWpm-class-container +CATALOGNAME_CSWpm-class-container = pm_class_container +SPKG_DESC_CSWpm-class-container = Glues object frameworks together transparently +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-class-container = 1 +RUNTIME_DEP_PKGS_CSWpm-class-container += CSWpm-params-validate +OBSOLETED_BY_CSWpm-class-container += CSWpmclscontainer +CATALOGNAME_CSWpmclscontainer = pm_clscontainer_stub -ARCHALL = 1 +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build include gar/category.mk Modified: csw/mgar/pkg/cpan/Class-Container/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Class-Container/trunk/checksums 2014-01-22 09:09:13 UTC (rev 22864) +++ csw/mgar/pkg/cpan/Class-Container/trunk/checksums 2014-01-22 20:32:20 UTC (rev 22865) @@ -1,2 +1 @@ -887efd6c24205452c5327aaba29886c4 COPYING 6896bdb4464b96ad638e22b0400acbc9 Class-Container-0.12.tar.gz Deleted: csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING 2014-01-22 09:09:13 UTC (rev 22864) +++ csw/mgar/pkg/cpan/Class-Container/trunk/files/COPYING 2014-01-22 20:32:20 UTC (rev 22865) @@ -1,11 +0,0 @@ -AUTHOR - Originally by Ken Williams <k...@mathforum.org> and Dave Rolsky - <auta...@urth.org> for the HTML::Mason project. Important feedback - contributed by Jonathan Swartz <swa...@pobox.com>. Extended by Ken - Williams for the AI::Categorizer project. - - Currently maintained by Ken Williams. - -COPYRIGHT - This program is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.