Up to [NetBSD + pkgsrc-wip] / pkgsrc / www / p5-HTML-TreeBuilder-LibXML
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Updated to 0.15
ChangeLog:
0.15
* Add additional methods to better match
HTML::TreeBuilder::XPath::Node API:
- exists($xpath)
- find($elem_name)
- findvalues($xpath)
- findnodes_as_string($xpath)
- findnodes_as_strings($xpath)
(genehack)
0.14
* added workaround for Web::Scraper 0.36
(tokuhirom)
Update p5-HTML-TreeBuilder-LibXML to 0.13.
Changes from previous:
0.13
* Added 'getValue' node's method as in HTML::TreeBuilder::XPath for
comment nodes in web-scraper module
* Added dummy method 'store_comments' as in HTML::TreeBuilder
for web-scraper module (for comment nodes) and for
HTML::TreeBuilder::XPath working in tests with comment nodes
* Now this module requires HTML::TreeBuilder::XPath v.0.14 (before 0.14
there getValue() didn't work for comment nodes)
Updating www/p5-HTML-TreeBuilder-LibXML from 0.11nb1 to 0.12
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.12 21 Sep 2010
* no Test::Base(tokuhirom)
* depend to latest libraries(tokuhirom)
ref. http://d.hatena.ne.jp/mikeda/20100622/1277229060
* fixed typo in pod(tokuhirom)
Initial import of p5-HTML-TreeBuilder-LibXML version 0.11 in the NetBSD Packages Collection. The Perl 5 module HTML::TreeBuilder::LibXML is a libxml based compatible interface to HTML::TreeBuilder, which could be slow for a large document.
Initial revision