[csw-devel] SF.net SVN: gar:[19036] csw/mgar/pkg/cpan/HTML-Tree/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Aug 20 17:49:41 CEST 2012


Revision: 19036
          http://gar.svn.sourceforge.net/gar/?rev=19036&view=rev
Author:   dmichelsen
Date:     2012-08-20 15:49:41 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
cpan/HTML-Tree/trunk: Update to 5.02 and sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile
    csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING

Modified: csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile	2012-08-20 11:58:35 UTC (rev 19035)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile	2012-08-20 15:49:41 UTC (rev 19036)
@@ -1,24 +1,33 @@
 NAME = HTML-Tree
-VERSION = 4.1
+VERSION = 5.02
 CATEGORIES = cpan
 GARTYPE = v2
-AUTHOR = PETEK
+AUTHOR = CJM
 
-DESCRIPTION = Modules for making parse trees from HTML source
+DESCRIPTION = Work with HTML in a DOM-like tree structure
 define BLURB
-  HTML-Tree is a suite of Perl modules for making parse trees out of HTML
-  source.  It consists of mainly two modules, whose documentation you should
-  refer to: HTML::TreeBuilder and HTML::Element.
 endef
 
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
 
-PACKAGES = CSWpmhtmltree
-CATALOGNAME = pm_htmltree
+LICENSE = LICENSE
 
-RUNTIME_DEP_PKGS_CSWpmhtmltree += CSWpmhtmlparser
-RUNTIME_DEP_PKGS_CSWpmhtmltree += CSWpmhtmltagset
+BUILD_DEP_PKGS += CSWpm-test-fatal
+BUILD_DEP_PKGS += CSWpm-module-build
 
-ARCHALL = 1
+PACKAGES += CSWpm-html-tree
+CATALOGNAME_CSWpm-html-tree = pm_html_tree
+SPKG_DESC_CSWpm-html-tree = Work with HTML in a DOM-like tree structure
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-html-tree = 1
+RUNTIME_DEP_PKGS_CSWpm-html-tree += CSWpm-html-parser
+RUNTIME_DEP_PKGS_CSWpm-html-tree += CSWpm-html-tagset
+OBSOLETED_BY_CSWpm-html-tree += CSWpmhtmltree
+CATALOGNAME_CSWpmhtmltree = pm_htmltree_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/HTML-Tree/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums	2012-08-20 11:58:35 UTC (rev 19035)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums	2012-08-20 15:49:41 UTC (rev 19036)
@@ -1 +1 @@
-c339cc18ec68e9c677480d2e714b20d1  HTML-Tree-4.1.tar.gz
+e82037a19710924e99acd2d14435c999  HTML-Tree-5.02.tar.gz

Deleted: csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING	2012-08-20 11:58:35 UTC (rev 19035)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING	2012-08-20 15:49:41 UTC (rev 19036)
@@ -1,15 +0,0 @@
-Copyright 1995-1998 Gisle Aas; copyright 1999-2002 Sean M. Burke.
-(Except the articles contained in HTML::Tree::AboutObjects,
-HTML::Tree::AboutTrees, and HTML::Tree::Scanning, which are all
-copyright 2000 The Perl Journal.)
-
-Except for those three TPJ articles, the whole HTML-Tree distribution,
-of which this file is a part, is free software; you can redistribute
-it and/or modify it under the same terms as Perl itself.
-
-Those three TPJ articles may be distributed under the same terms as
-Perl itself.
-
-The programs in this library are distributed in the hope that they
-will be useful, but without any warranty; without even the implied
-warranty of merchantability or fitness for a particular purpose.

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