aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-04 10:52:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-04 10:52:10 +0000
commit9e55a82a81f7637c19691506a1c16f23a2c04360 (patch)
tree377e8c0890398105e8a314aa69260e3a354c148c /textproc/Makefile
parentf5be21a894e06d634a37f1946c9b3c65c6772a4b (diff)
downloadports-9e55a82a81f7637c19691506a1c16f23a2c04360.tar.gz
ports-9e55a82a81f7637c19691506a1c16f23a2c04360.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>
Notes
Notes: svn path=/head/; revision=218025
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ac51819b2549..09dfaf318e28 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