1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup perl5 1.0 |
---|
4 | |
---|
5 | perl5.setup HTML-Tree 4.0 |
---|
6 | maintainers openmantainer |
---|
7 | description build and scan parse-trees of HTML |
---|
8 | |
---|
9 | long_description HTML-Tree is a suite of Perl modules for making parse \ |
---|
10 | trees out of HTML source. It consists of mainly two modules, \ |
---|
11 | whose documentation you should refer to: HTML::TreeBuilder \ |
---|
12 | and HTML::Element. \ |
---|
13 | HTML::TreeBuilder is the module that builds the parse trees. \ |
---|
14 | (It uses HTML::Parser to do the work of breaking the HTML up \ |
---|
15 | into tokens.) \ |
---|
16 | The tree that TreeBuilder builds for you is made up of objects \ |
---|
17 | of the class HTML::Element. |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | checksums md5 7ba44995905a117c00f6744350799883 \ |
---|
22 | sha1 78689f1fd026f03432e886c6b4b49f7d4d89aa8b \ |
---|
23 | rmd160 ad245baea05b58b63adf7ba6addef32a90057fda |
---|
24 | |
---|
25 | supported_archs noarch |
---|
26 | |
---|
27 | depends_lib-append port:p5-test-exception \ |
---|
28 | port:p5-sub-uplevel \ |
---|
29 | port:p5-extutils-cbuilder \ |
---|
30 | port:p5-extutils-parsexs \ |
---|
31 | port:p5-html-parser \ |
---|
32 | port:p5-html-tagset |
---|