[Lunar-commits] CVS: moonbase/perl/HTML-Parser BUILD, 1.1.1.1, 1.2 DETAILS, 1.5, 1.6

Florin Braescu florin at lunar-linux.org
Sat Jan 8 11:40:13 UTC 2005


Update of /var/cvs/lunar/moonbase/perl/HTML-Parser
In directory espresso.foo-projects.org:/tmp/cvs-serv3599/perl/HTML-Parser

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version to 3.45.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/HTML-Parser/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ BUILD	8 Jan 2005 11:40:08 -0000	1.2
@@ -1,8 +1,6 @@
 (
 
   perl  Makefile.PL  &&
-  make               &&
-  prepare_install    &&
-  make    install
+  default_make 
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/HTML-Parser/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	5 Oct 2004 09:30:15 -0000	1.5
+++ DETAILS	8 Jan 2005 11:40:08 -0000	1.6
@@ -1,19 +1,16 @@
           MODULE=HTML-Parser
-         VERSION=3.36
+         VERSION=3.45
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/GAAS/
+   SOURCE_URL=http://www.cpan.org/authors/id/GAAS/
+      SOURCE_VFY=sha1:f5b8fa1829ab279db7437a7de7fe1bf6af696dc4
         WEB_SITE=http://gisle.aas.no
          ENTERED=20020727
-         UPDATED=20040808
+         UPDATED=20050108
            SHORT="HTML-Parser is a perl module for working with HTML"
+
 cat << EOF
 HTML::Entities, HTML::Filter, HTML::HeadParser, HTML::LinkExtor,
 HTML::Parser, HTML::PullParser, HTML::TokeParser
-
-A perl 5 module which is a toolbox for several kinds of HTML manipulations.
-Entities -- encodes or decode strings with HTML entities.  Filter -- HTML text
-through the parser.  HeadParser -- Parse <HEAD> section of a HTML document.
-LinkExtor -- Extarct links from an HTML document.  Parser -- HTML Parser class.
-PullParser -- Alternative HTML::Parser interface.  TokeParser -- Alternative
-HTML::Parser interface.
+A perl 5 module which is a toolbox for several kinds of HTML 
+manipulations.
 EOF



More information about the Lunar-commits mailing list