diff options
author | wen <wen> | 2013-05-27 15:20:34 +0000 |
---|---|---|
committer | wen <wen> | 2013-05-27 15:20:34 +0000 |
commit | dd515efb984a7614799c856f21c97a8ecab91d46 (patch) | |
tree | 2410dd6a311e754e206d96343bc5c13bc74865e3 /www | |
parent | fbcf8c737ad5e2854fbdf3848ad61b8151ef2ba9 (diff) | |
download | pkgsrc-dd515efb984a7614799c856f21c97a8ecab91d46.tar.gz |
Update to 0.23
Upstream changes:
0.23 2013-05-17T00:16:48Z
- fixed guts(), clone() and replace_with() to properly handle XML::LibXML::Dtd nodes
- guts() now includes the Dtd node in the returned document (unless it were implicitly created)
- clone() calls createInternalSubset() on the new document
- replace_with() calls createInternalSubset() if the replacement is a XML::LibXML::Dtd (can't import Dtd node)
(cafe01)
0.22 2013-05-13T00:04:09Z
- improved guts(), calling nonBlankChildNodes() instead of childNodes()
- improved HTML::TreeBuilder::LibXML::Node documentation
(cafe01)
0.21 2013-05-12T19:12:53Z
- fixed guts(),
- now returning nodes from <head> and <body> instead of just <body>
- now returning text and comment nodes instead of just element nodes
- returned nodes now belong to the same document
- fixed to_HTML to render valid html, not xml
(cafe01)
0.20 2013-05-10T20:44:16Z
- improved replace_with() on document node.
- fixed push_content() and unshift_content() to work with document mode.
(cafe01)
0.19 2013-05-10T01:03:58Z
- fixed replace_with() and parent(),
to avoid calling appendChild() on a Document node, which is not supported by XML::LibXML.
(cafe01)
0.18 2013-05-09T20:49:04Z
- implemented all node methods needed for Web::Query::LibXML to work
- clone_list
- detach
- delete_content
- content_list
- replace_with
- push_content
- unshift_content
- postinsert
- preinsert
- disembowel (HTML::TreeBuilder::LibXML)
(cafe01)
- modified parse_file() to read file content, then call parse_content()
- thats because parse_content() will detect (heuristically) when the parser will add implict <html><body> tags, so guts() can work properly.
(cafe01)
0.18 2013-05-09T01:27:46Z
- implemented matches(), parent(), guts() node method
(Carlos Fernando Avila Gratz)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-TreeBuilder-LibXML/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-TreeBuilder-LibXML/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-HTML-TreeBuilder-LibXML/Makefile b/www/p5-HTML-TreeBuilder-LibXML/Makefile index e7a40359e24..42622069dbc 100644 --- a/www/p5-HTML-TreeBuilder-LibXML/Makefile +++ b/www/p5-HTML-TreeBuilder-LibXML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/28 06:30:40 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/05/27 15:20:34 wen Exp $ -DISTNAME= HTML-TreeBuilder-LibXML-0.17 +DISTNAME= HTML-TreeBuilder-LibXML-0.23 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -13,7 +13,9 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTML/TreeBuilder/LibXML/.packlist -DEPENDS+= p5-HTML-TreeBuilder-XPath>=0.11:../../www/p5-HTML-TreeBuilder-XPath +PERL5_MODULE_TYPE= Module::Build + +DEPENDS+= p5-HTML-TreeBuilder-XPath>=0.14:../../www/p5-HTML-TreeBuilder-XPath DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML .include "../../lang/perl5/module.mk" diff --git a/www/p5-HTML-TreeBuilder-LibXML/distinfo b/www/p5-HTML-TreeBuilder-LibXML/distinfo index e68d6c52bba..8ba550e5b24 100644 --- a/www/p5-HTML-TreeBuilder-LibXML/distinfo +++ b/www/p5-HTML-TreeBuilder-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/10/21 23:13:52 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/05/27 15:20:34 wen Exp $ -SHA1 (HTML-TreeBuilder-LibXML-0.17.tar.gz) = 8e95d946924908b8cc0d7e01ded418a10c97be2c -RMD160 (HTML-TreeBuilder-LibXML-0.17.tar.gz) = ae245ec445322683124457d4d187f5e47ef2b803 -Size (HTML-TreeBuilder-LibXML-0.17.tar.gz) = 26701 bytes +SHA1 (HTML-TreeBuilder-LibXML-0.23.tar.gz) = 76127ef2086a55368179cff1f2d2486bf6e09bab +RMD160 (HTML-TreeBuilder-LibXML-0.23.tar.gz) = f5070a694b1a00dc9fdf225ed2f66e9c95b8f1c0 +Size (HTML-TreeBuilder-LibXML-0.23.tar.gz) = 22306 bytes |