diff options
author | obache <obache@pkgsrc.org> | 2013-03-11 12:26:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-11 12:26:13 +0000 |
commit | e592d70774c723232be0cf54e147d48f67fe4a67 (patch) | |
tree | f667354fd5bcfd706506292d47d788b2d16dcaeb /textproc | |
parent | 205687b8564bc3dc6cd904f4180952c09b95fbc5 (diff) | |
download | pkgsrc-e592d70774c723232be0cf54e147d48f67fe4a67.tar.gz |
Update p5-XML-TreeBuilder to 4.1.
based on PR pkg/47636.
Mar 13 2011 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.1
Doc typo fixes. (Ansgar Burchardt) RT #66404
Use same version in all packages for CPAN indexing. RT #66111
Moved perlcritic tests to xt/author
Fix Authors is all PM files
Nov 24 2010 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.0
Added NoExpand option to allow entities to be left untouched in xml.
Added ErrorContext option to allow better reporting of error locations.
Expanded tests to test these options.
Added EncodeAmp option to encode unencoded ampersans on parsing.
Switched to Module::Build
Added Perl::Critic tests
Fixed Perl::Critic complaints
Switched t/10main.t to Test::More
Added create_makefile_pl to Build.pl
Bumped HTML::Element req to 4.1 for proper entity handling
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-TreeBuilder/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-TreeBuilder/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/textproc/p5-XML-TreeBuilder/Makefile b/textproc/p5-XML-TreeBuilder/Makefile index 3088cb0c137..9fb1e84f59d 100644 --- a/textproc/p5-XML-TreeBuilder/Makefile +++ b/textproc/p5-XML-TreeBuilder/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:41 asau Exp $ +# $NetBSD: Makefile,v 1.6 2013/03/11 12:26:13 obache Exp $ -DISTNAME= XML-TreeBuilder-3.09 +DISTNAME= XML-TreeBuilder-4.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -12,12 +11,13 @@ COMMENT= Perl 5 parser that builds a tree of XML::Element objects LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty -# The '-' below is not a typo! -PERL5_PACKLIST= auto/XML-TreeBuilder/.packlist +PERL5_PACKLIST= auto/XML/TreeBuilder/.packlist -DEPENDS+= p5-HTML-Tree>=3.08:../../www/p5-HTML-Tree +DEPENDS+= p5-HTML-Tree>=4.1:../../www/p5-HTML-Tree DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser +PERL5_MODULE_TYPE= Module::Build + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-TreeBuilder/distinfo b/textproc/p5-XML-TreeBuilder/distinfo index 91f23a13cdc..040fe20890a 100644 --- a/textproc/p5-XML-TreeBuilder/distinfo +++ b/textproc/p5-XML-TreeBuilder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/24 09:34:10 seb Exp $ +$NetBSD: distinfo,v 1.2 2013/03/11 12:26:13 obache Exp $ -SHA1 (XML-TreeBuilder-3.09.tar.gz) = 99362844b8400162fa344bb765b37dab30bed031 -RMD160 (XML-TreeBuilder-3.09.tar.gz) = 0d49a47172e13107e6ae564d867efe4cc1670ca7 -Size (XML-TreeBuilder-3.09.tar.gz) = 6546 bytes +SHA1 (XML-TreeBuilder-4.1.tar.gz) = 06340750f95fc99d274ec388c40e715bd2e46628 +RMD160 (XML-TreeBuilder-4.1.tar.gz) = e142bfcb21af83d9ffa529e9a201f0f8a7e45f79 +Size (XML-TreeBuilder-4.1.tar.gz) = 9782 bytes |