SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
www/p5-HTML-Parser/pkg/DESCR
Normal file
26
www/p5-HTML-Parser/pkg/DESCR
Normal file
|
@ -0,0 +1,26 @@
|
|||
This is a collection of modules that parse and extract information
|
||||
from HTML documents. Bug reports and discussions about these modules
|
||||
can be sent to the <libwww@perl.org> mailing list. Remember to
|
||||
also look at the HTML-Tree package that creates and extracts
|
||||
information from HTML syntax trees.
|
||||
|
||||
The modules present in this collection are:
|
||||
|
||||
HTML::Parser - The parser base class. It receives arbitrary sized
|
||||
chunks of the HTML text, recognizes markup elements, and
|
||||
separates them from the plain text. As different kinds of
|
||||
markup and text are recognized, the corresponding event
|
||||
handlers are invoked.
|
||||
|
||||
HTML::Entities - Provides functions to encode and decode text
|
||||
with embedded HTML >entities>.
|
||||
|
||||
HTML::HeadParser - A lightweight HTML::Parser subclass that
|
||||
extracts information from the <HEAD> section of an HTML document.
|
||||
|
||||
HTML::LinkExtor - An HTML::Parser subclass that extracts links
|
||||
from an HTML document.
|
||||
|
||||
HTML::TokeParser - An alternative interface to the basic parser
|
||||
that does not require event driven programming. Most simple
|
||||
parsing needs are probably best attacked with this module.
|
18
www/p5-HTML-Parser/pkg/PLIST
Normal file
18
www/p5-HTML-Parser/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
${P5ARCH}/HTML/
|
||||
${P5ARCH}/HTML/Entities.pm
|
||||
${P5ARCH}/HTML/Filter.pm
|
||||
${P5ARCH}/HTML/HeadParser.pm
|
||||
${P5ARCH}/HTML/LinkExtor.pm
|
||||
${P5ARCH}/HTML/Parser.pm
|
||||
${P5ARCH}/HTML/PullParser.pm
|
||||
${P5ARCH}/HTML/TokeParser.pm
|
||||
${P5ARCH}/auto/HTML/
|
||||
${P5ARCH}/auto/HTML/Parser/
|
||||
@so ${P5ARCH}/auto/HTML/Parser/Parser.so
|
||||
@man man/man3p/HTML::Entities.3p
|
||||
@man man/man3p/HTML::Filter.3p
|
||||
@man man/man3p/HTML::HeadParser.3p
|
||||
@man man/man3p/HTML::LinkExtor.3p
|
||||
@man man/man3p/HTML::Parser.3p
|
||||
@man man/man3p/HTML::PullParser.3p
|
||||
@man man/man3p/HTML::TokeParser.3p
|
Loading…
Add table
Add a link
Reference in a new issue