SF.net SVN: gar:[22870] csw/mgar/pkg/cpan/Tree-Simple/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 22 22:17:50 CET 2014
Revision: 22870
http://sourceforge.net/p/gar/code/22870
Author: dmichelsen
Date: 2014-01-22 21:17:48 +0000 (Wed, 22 Jan 2014)
Log Message:
-----------
cpan/Tree-Simple/trunk: Update to 1.23 and makemake
Modified Paths:
--------------
csw/mgar/pkg/cpan/Tree-Simple/trunk/Makefile
csw/mgar/pkg/cpan/Tree-Simple/trunk/checksums
Modified: csw/mgar/pkg/cpan/Tree-Simple/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Tree-Simple/trunk/Makefile 2014-01-22 21:10:16 UTC (rev 22869)
+++ csw/mgar/pkg/cpan/Tree-Simple/trunk/Makefile 2014-01-22 21:17:48 UTC (rev 22870)
@@ -1,25 +1,33 @@
NAME = Tree-Simple
-VERSION = 1.18
+VERSION = 1.23
CATEGORIES = cpan
GARTYPE = v2
-AUTHOR = STEVAN
+AUTHOR = RSAVAGE
-DESCRIPTION = a simple tree object
+DESCRIPTION = A simple tree object
define BLURB
- This module in an fully object-oriented implementation of a simple n-ary
- tree. It is built upon the concept of parent-child relationships, so
- therefore every Tree::Simple object has both a parent and a set of children
- (who themselves may have children, and so on). Every Tree::Simple object
- also has siblings, as they are just the children of their immediate parent.
endef
-RUNTIME_DEP_PKGS_CSWpmtreesimple = CSWpmtstexception
-BUILD_DEP_PKGS_CSWpmtreesimple = CSWpmtstexception
+MODDIST = Tree-Simple-1.23.tgz
-PACKAGES = CSWpmtreesimple
-CATALOGNAME = pm_treesimple
-ARCHALL = 1
+CATALOG_RELEASE = unstable
-LICENSE = README
+LICENSE_TEXT = This module is licensed under the perl license, please see for details https://www.gnu.org/licenses/license-list.html#PerlLicense
+BUILD_DEP_PKGS += CSWpm-test-version
+BUILD_DEP_PKGS += CSWpm-test-exception
+
+PACKAGES += CSWpm-tree-simple
+CATALOGNAME_CSWpm-tree-simple = pm_tree_simple
+SPKG_DESC_CSWpm-tree-simple = A simple tree object
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-tree-simple = 1
+OBSOLETED_BY_CSWpm-tree-simple += CSWpmtreesimple
+CATALOGNAME_CSWpmtreesimple = pm_treesimple_stub
+
+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/Tree-Simple/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Tree-Simple/trunk/checksums 2014-01-22 21:10:16 UTC (rev 22869)
+++ csw/mgar/pkg/cpan/Tree-Simple/trunk/checksums 2014-01-22 21:17:48 UTC (rev 22870)
@@ -1 +1 @@
-70462938108a8b8658b1b1d2f12dbeab Tree-Simple-1.18.tar.gz
+827b2d3d9d7c876aa92fcc7357ecf348 Tree-Simple-1.23.tgz
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