summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Tree
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2003-03-16 21:27:21 +0000
committerkleink <kleink@pkgsrc.org>2003-03-16 21:27:21 +0000
commit162ad8c82fb231468ee1c88faf1a1f37dd0a4087 (patch)
tree510b2e25b925b7a11daa73e993d95cf5119e574c /www/p5-HTML-Tree
parent9cf2fcd80c6b016f87b2a5d4b46f2277a9da37ee (diff)
downloadpkgsrc-162ad8c82fb231468ee1c88faf1a1f37dd0a4087.tar.gz
Update to 3.17 (3.11 is no longer available from CPAN); changes include:
2003-01-18 Sean M. Burke <sburke@cpan.org> Release 3.17 -- minor bugfix HTML::Element : Making as_HTML('',...) work just like as_HTML(undef,...). Also fixing as_XML's docs to remove mention of an unimplemented feature (specifying what characters to escape). 2002-11-06 Sean M. Burke <sburke@cpan.org> Release 3.16 -- just fixing a doc typo. 2002-11-06 Sean M. Burke <sburke@cpan.org> Release 3.15 -- a few new features. Added the aliases "descendents" and "find" to HTML::Element. Added a new method "simplify_pres" to HTML::Element. 2002-10-19 Sean M. Burke <sburke@cpan.org> Release 3.14 -- minor bugfix Just fixes a few problems in HTML::Element with the number_lists method. 2002-08-16 Sean M. Burke <sburke@cpan.org> Release 3.13 -- basically a bugfix version It turns out that 3.12 had a hideous HTML::TreeBuilder bug that made the whole thing damn near useless. Fixed. Many many thanks to Michael Koehne for catching this! Wrote t/parse.t, to catch this sort of thing from happening again. Fixed a bug that would treat <td> outside any table context as <tr><table><td> instead of <table><tr><td> 2002-07-30 Sean M. Burke <sburke@cpan.org> Release 3.12 Added as_trimmed_text method to HTML::Element, as described (prophesied?) in the fantabulous new book /Perl & LWP/. Bugfix: fixed unshift_content when given a LoL. (_parent wasn't getting set right.) HTML::Element and HTML::TreeBuilder now enforce at least some minimal sanity on what can be in a tag name. (Notably, no spaces, slashes, or control characters.) Semi-bugfix: $element->replace_with(...) can now take LoLs in its replacement list. Bumped HTML::Element version up to 3.12 (right from 3.09) Semi-bugfix: as_XML now doesn't use named entities in its return value -- it always uses numeric entities. Added behavior: new_frow_lol can now do clever things in list context. HTML::Tree -- added blurb for /Perl & LWP/ HTML::TreeBuilder -- added blurb for /Perl & LWP/ Also added a few tweaks to do better with XHTML parsing. Added guts() and disembowel() methods, for parsing document fragments. TODO: desperately need to add tests to t/
Diffstat (limited to 'www/p5-HTML-Tree')
-rw-r--r--www/p5-HTML-Tree/Makefile4
-rw-r--r--www/p5-HTML-Tree/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile
index 0e9132d5b18..cf51321cb3d 100644
--- a/www/p5-HTML-Tree/Makefile
+++ b/www/p5-HTML-Tree/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2002/10/27 20:48:56 seb Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/16 21:27:21 kleink Exp $
-DISTNAME= HTML-Tree-3.11
+DISTNAME= HTML-Tree-3.17
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htr
CATEGORIES= www perl5
diff --git a/www/p5-HTML-Tree/distinfo b/www/p5-HTML-Tree/distinfo
index 62e0baf77b3..d76a4b2f624 100644
--- a/www/p5-HTML-Tree/distinfo
+++ b/www/p5-HTML-Tree/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/07/09 17:43:57 tv Exp $
+$NetBSD: distinfo,v 1.4 2003/03/16 21:27:21 kleink Exp $
-SHA1 (HTML-Tree-3.11.tar.gz) = 0612c5ae799e0b11f7759742fa95b8d4f509782d
-Size (HTML-Tree-3.11.tar.gz) = 113132 bytes
+SHA1 (HTML-Tree-3.17.tar.gz) = 23a80125a4273cb4ac03bb26738d9a5390e915cf
+Size (HTML-Tree-3.17.tar.gz) = 118038 bytes