diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-04 18:52:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-04 18:52:10 +0800 |
commit | 03cc493dc16c9355f195c48d862dda630f5442c7 (patch) | |
tree | 1bae204509c9d62e3011d8ba89c941fb274acf96 /textproc/Makefile | |
parent | cb291aca067f915be50d8ead675e75b961517ca0 (diff) | |
download | freebsd-ports-graphics-03cc493dc16c9355f195c48d862dda630f5442c7.tar.gz freebsd-ports-graphics-03cc493dc16c9355f195c48d862dda630f5442c7.tar.zst freebsd-ports-graphics-03cc493dc16c9355f195c48d862dda630f5442c7.zip |
This module attempts to extract the maximum amount of content from available
documents, and is less concerned with XML compliance than alternatives.
Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
Perl regular expressions.
WWW: http://search.cpan.org/dist/XML-RSSLite/
PR: ports/126116
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ac51819b254..09dfaf318e2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -718,6 +718,7 @@ SUBDIR += p5-XML-RSS-Liberal SUBDIR += p5-XML-RSS-Parser SUBDIR += p5-XML-RSS-SimpleGen + SUBDIR += p5-XML-RSSLite SUBDIR += p5-XML-RegExp SUBDIR += p5-XML-SAX SUBDIR += p5-XML-SAX-Expat |