[csw-devel] SF.net SVN: gar:[8585] csw/mgar/pkg/cpan/HTML-Tree/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Feb 16 15:26:54 CET 2010
Revision: 8585
http://gar.svn.sourceforge.net/gar/?rev=8585&view=rev
Author: dmichelsen
Date: 2010-02-16 14:26:50 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
cpan/HTML-Tree: Update to 3.23 and mGAR v2
Modified Paths:
--------------
csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile
csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING
Removed Paths:
-------------
csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.depend
csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.gspec
csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.prototype
Property Changed:
----------------
csw/mgar/pkg/cpan/HTML-Tree/trunk/
Property changes on: csw/mgar/pkg/cpan/HTML-Tree/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile 2010-02-16 14:25:24 UTC (rev 8584)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile 2010-02-16 14:26:50 UTC (rev 8585)
@@ -1,7 +1,7 @@
GARNAME = HTML-Tree
-GARVERSION = 3.18
+GARVERSION = 3.23
CATEGORIES = cpan
-AUTHOR = SBURKE
+AUTHOR = PETEK
DESCRIPTION = modules for making parse trees from HTML source.
define BLURB
@@ -10,8 +10,13 @@
refer to: HTML::TreeBuilder and HTML::Element.
endef
-DISTFILES = $(call admfiles,CSWpmhtmltree,depend prototype)
+DISTFILES = COPYING
-DEPENDS += cpan/HTML-Parser
+PACKAGES = CSWpmhtmltree
+CATALOGNAME = pm_htmltree
+DEP_PKGS = CSWpmhtmlparser CSWpmhtmltagset
+
+ARCHALL = 1
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums 2010-02-16 14:25:24 UTC (rev 8584)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums 2010-02-16 14:26:50 UTC (rev 8585)
@@ -1,4 +1,2 @@
-2fca210557626eb5cecdd957c43a0412 download/CSWpmhtmltree.gspec
-0bf3ff321e09803f0eaf63a1a3104a12 download/CSWpmhtmltree.depend
-085a4ea998281be7bfabc029f1b4e2a0 download/CSWpmhtmltree.prototype
-6a9e4e565648c9772e7d8ec6d4392497 download/HTML-Tree-3.18.tar.gz
+d8d35396eb93dc8329340447517ce8b7 COPYING
+6352f50be402301f79b580dd235d7762 HTML-Tree-3.23.tar.gz
Copied: csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING (from rev 8558, csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.gspec)
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING 2010-02-16 14:26:50 UTC (rev 8585)
@@ -0,0 +1,15 @@
+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.
Deleted: csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.depend
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.depend 2010-02-16 14:25:24 UTC (rev 8584)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.depend 2010-02-16 14:26:50 UTC (rev 8585)
@@ -1 +0,0 @@
-P CSWpmhtmlparser pm_htmlparser - HTML parser class
Deleted: csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.gspec
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.gspec 2010-02-16 14:25:24 UTC (rev 8584)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.gspec 2010-02-16 14:26:50 UTC (rev 8585)
@@ -1,20 +0,0 @@
-%var bitname pm_htmltree
-%var pkgname CSWpmhtmltree
-%var arch all
-%include url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-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.
Deleted: csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.prototype
===================================================================
--- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.prototype 2010-02-16 14:25:24 UTC (rev 8584)
+++ csw/mgar/pkg/cpan/HTML-Tree/trunk/files/CSWpmhtmltree.prototype 2010-02-16 14:26:50 UTC (rev 8585)
@@ -1,33 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/perl 0755 root bin
-d none /opt/csw/lib/perl/csw 0755 root bin
-d none /opt/csw/lib/perl/csw/auto 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/HTML 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/HTML-Tree 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/HTML-Tree/.packlist 0644 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man3 0755 root bin
-f none /opt/csw/share/man/man3/HTML::AsSubs.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Element.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Element::traverse.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Parse.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Tree.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Tree::AboutObjects.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Tree::AboutTrees.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::Tree::Scanning.3perl 0444 root bin
-f none /opt/csw/share/man/man3/HTML::TreeBuilder.3perl 0444 root bin
-d none /opt/csw/share/perl 0755 root bin
-d none /opt/csw/share/perl/csw 0755 root bin
-d none /opt/csw/share/perl/csw/HTML 0755 root bin
-f none /opt/csw/share/perl/csw/HTML/AsSubs.pm 0444 root bin
-d none /opt/csw/share/perl/csw/HTML/Element 0755 root bin
-f none /opt/csw/share/perl/csw/HTML/Element.pm 0444 root bin
-f none /opt/csw/share/perl/csw/HTML/Element/traverse.pm 0444 root bin
-f none /opt/csw/share/perl/csw/HTML/Parse.pm 0444 root bin
-d none /opt/csw/share/perl/csw/HTML/Tree 0755 root bin
-f none /opt/csw/share/perl/csw/HTML/Tree.pm 0444 root bin
-f none /opt/csw/share/perl/csw/HTML/Tree/AboutObjects.pod 0444 root bin
-f none /opt/csw/share/perl/csw/HTML/Tree/AboutTrees.pod 0444 root bin
-f none /opt/csw/share/perl/csw/HTML/Tree/Scanning.pod 0444 root bin
-f none /opt/csw/share/perl/csw/HTML/TreeBuilder.pm 0444 root bin
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