pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update p5-HTML-SimpleParse to 0.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ad213408f76
branches:  trunk
changeset: 474047:6ad213408f76
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 25 06:03:51 2004 +0000

description:
Update p5-HTML-SimpleParse to 0.12.
Bl3ify and enable pkgviews installation.

Changes since 0.10:
 - Clarify the relationship between this module and HTML::TreeBuilder
   in the documentation. [suggested by Gisle Aas]
 - Moved regression tests from test.pl to t/basic.t
 - Use Test.pm to output testing results.
 - Avoid an 'undefined value' warning when creating a SimpleParse
   object with an empty string.
 - Fixed a problem that caused an infinite loop in certain bizarre
   (and as yet unduplicated by me) situations.  Reported by Peter Suschlik.
 - Added a Build.PL script to build & install via Module::Build.

diffstat:

 doc/CHANGES                      |  3 ++-
 www/p5-HTML-SimpleParse/Makefile |  9 ++++++---
 www/p5-HTML-SimpleParse/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r c0aa8e4972d0 -r 6ad213408f76 doc/CHANGES
--- a/doc/CHANGES       Sun Apr 25 06:02:54 2004 +0000
+++ b/doc/CHANGES       Sun Apr 25 06:03:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5732 2004/04/25 04:15:43 xtraeme Exp $
+$NetBSD: CHANGES,v 1.5733 2004/04/25 06:03:51 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2236,3 +2236,4 @@
        Added ices-mp3-0.3 [kim 2004-04-24]
        Added mstream-0.2 [kim 2004-04-24]
        Updated gdk-pixbuf to 0.22.0nb2 [xtraeme 2004-04-25]
+       Updated p5-HTML-SimpleParse to 0.12 [minskim 2004-04-25]
diff -r c0aa8e4972d0 -r 6ad213408f76 www/p5-HTML-SimpleParse/Makefile
--- a/www/p5-HTML-SimpleParse/Makefile  Sun Apr 25 06:02:54 2004 +0000
+++ b/www/p5-HTML-SimpleParse/Makefile  Sun Apr 25 06:03:51 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2003/07/22 04:14:32 martti Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/25 06:03:51 minskim Exp $
 
-DISTNAME=      HTML-SimpleParse-0.10
+DISTNAME=      HTML-SimpleParse-0.12
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5hsp
 CATEGORIES=    www perl5
@@ -9,7 +9,10 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Perl5 module implementing a bare-bones HTML parser
 
-USE_BUILDLINK2=                YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/HTML/SimpleParse/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r c0aa8e4972d0 -r 6ad213408f76 www/p5-HTML-SimpleParse/distinfo
--- a/www/p5-HTML-SimpleParse/distinfo  Sun Apr 25 06:02:54 2004 +0000
+++ b/www/p5-HTML-SimpleParse/distinfo  Sun Apr 25 06:03:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/01 01:58:26 jlam Exp $
+$NetBSD: distinfo,v 1.2 2004/04/25 06:03:51 minskim Exp $
 
-SHA1 (HTML-SimpleParse-0.10.tar.gz) = 2b12b7a45b8bd01f952ca78e08b2364cb986b681
-Size (HTML-SimpleParse-0.10.tar.gz) = 8162 bytes
+SHA1 (HTML-SimpleParse-0.12.tar.gz) = 46823e4344ab6ca91078a21e16434a26aafe5f9d
+Size (HTML-SimpleParse-0.12.tar.gz) = 8486 bytes



Home | Main Index | Thread Index | Old Index