diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 06:03:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 06:03:51 +0000 |
commit | 233c36b93e05609278f57169bb14cd9a6cd76d3d (patch) | |
tree | 572a1f2aa73e4eefdf1dead9af90d6369807960d | |
parent | 16acb36c939f9e7b8a81484193feb5892c2e0114 (diff) | |
download | pkgsrc-233c36b93e05609278f57169bb14cd9a6cd76d3d.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/distinfo | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 02d84b1b786..876f73bdb7d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 @@ Changes to the packages collection and infrastructure in 2004: 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 --git a/www/p5-HTML-SimpleParse/Makefile b/www/p5-HTML-SimpleParse/Makefile index da2da83b193..ad20d27ba59 100644 --- a/www/p5-HTML-SimpleParse/Makefile +++ b/www/p5-HTML-SimpleParse/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= tech-pkg@NetBSD.org 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 --git a/www/p5-HTML-SimpleParse/distinfo b/www/p5-HTML-SimpleParse/distinfo index 79c516b1289..03bb8f0813b 100644 --- a/www/p5-HTML-SimpleParse/distinfo +++ b/www/p5-HTML-SimpleParse/distinfo @@ -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 |