diff options
author | wen <wen@FreeBSD.org> | 2010-07-02 16:54:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-07-02 16:54:56 +0800 |
commit | 63184f0e929a5542e0b17670d4bbab3ef022093f (patch) | |
tree | 98500a281e83cba570301bf18a1f2d55082ac343 /textproc/p5-HTML-HTML5-Parser/pkg-descr | |
parent | 8cda8fbb9152ddea300020af6a63c026e9aa9a39 (diff) | |
download | freebsd-ports-gnome-63184f0e929a5542e0b17670d4bbab3ef022093f.tar.gz freebsd-ports-gnome-63184f0e929a5542e0b17670d4bbab3ef022093f.tar.zst freebsd-ports-gnome-63184f0e929a5542e0b17670d4bbab3ef022093f.zip |
HTML::HTML5::Parse is substantially the same as the non-CPAN module
Whatpm::HTML. Changes include:
* Provides an XML::LibXML-like DOM interface. If you usually use
XML::LibXML's DOM parser, this should be a drop-in solution for tag
soup HTML.
* Constructs an XML::LibXML::Document as the result of parsing.
* Via bundling and modifications, removed external dependencies
on non-CPAN packages.
WWW: http://search.cpan.org/dist/HTML-HTML5-Parser/
PR: ports/148308
Submitted by: Ju Pengfei <jupengfei@gmail.com>
Feature safe: yes
Diffstat (limited to 'textproc/p5-HTML-HTML5-Parser/pkg-descr')
-rw-r--r-- | textproc/p5-HTML-HTML5-Parser/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-HTML-HTML5-Parser/pkg-descr b/textproc/p5-HTML-HTML5-Parser/pkg-descr new file mode 100644 index 000000000000..e1479d3b61fe --- /dev/null +++ b/textproc/p5-HTML-HTML5-Parser/pkg-descr @@ -0,0 +1,11 @@ +HTML::HTML5::Parse is substantially the same as the non-CPAN module +Whatpm::HTML. Changes include: + * Provides an XML::LibXML-like DOM interface. If you usually use +XML::LibXML's DOM parser, this should be a drop-in solution for tag +soup HTML. + * Constructs an XML::LibXML::Document as the result of parsing. + * Via bundling and modifications, removed external dependencies +on non-CPAN packages. + + +WWW: http://search.cpan.org/dist/HTML-HTML5-Parser/ |