Commit graph

12 commits

Author SHA1 Message Date
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wen
9fad0637cb Update to 5.4
Upstream changes:
Thu May 29 2014  Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 5.4
   Do not escape CDATA content.

Tue May 27 2014  Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 5.3
   Fix CDATA not being printed properly by as_XML. RT #95970
   Fix Devel::Cover declared as build_requires but not used RT #93155
   Fix XML::Catalog version number mismatch. RT #93154

Mon Dec 9 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 5.2

   Fix local path resolution. RT #90464
2014-07-16 08:52:39 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
e5404e78a1 Update to 5.1
Upstream changes:
Release 5.1

   Fix entities in attributes only working for root node. RT #89402

Thu Oct 03 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 5.0

   Add support for using XML Catalogs. (related to RT #87010)
   Add support for expanding entities.
   perl tidy FTW
   Remove xt/ deps from Build.PL. RT #78039
   Doc typo fixes. RT #66404
   Error out if args to new are not in a hash. RT #70654
   Add logic to keep entities in attributes when NoExpand is set. RT #88973

Jul 17 2013  Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 4.3

   Hard code VERSION in TreeBuilder.pm for PAUSE. RT #86964

Jul 15 2013  Jeff Fearn <Jeff.Fearn@gmail.com>
   Release 4.2

   Added store_cdata to handle CDATA.
   More test coverage.
2013-11-30 11:38:16 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
obache
6fb6a48e20 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
2013-03-11 12:26:13 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
f929aedcea Initial import of p5-XML-TreeBuilder version 3.09 in the NetBSD
Packages Collection.

The Perl 5 module XML::TreeBuilder uses XML::Parser to make XML
document trees constructed of XML::Element objects (and XML::Element
is a subclass of HTML::Element adapted for XML). XML::TreeBuilder
is meant particularly for people who are used to the HTML::TreeBuilder
/ HTML::Element interface to document trees, and who don't want to
learn some other document interface.
2010-04-24 09:34:10 +00:00