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 | bde3ff045252f0ecce49b8ad5067ec19da299f33 (patch) | |
tree | 572a1f2aa73e4eefdf1dead9af90d6369807960d /www | |
parent | 8fdd940f8694a8d9da788700bbf760698fd9ae9a (diff) | |
download | pkgsrc-bde3ff045252f0ecce49b8ad5067ec19da299f33.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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-SimpleParse/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
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 |