aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-04-21 04:09:07 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-04-21 04:09:07 +0000
commit21687c1105299a2fe36b1e512bd8413e341ba409 (patch)
treeba543e604c27923ccf8d49a05e402d5594d86a62 /textproc/Makefile
parent884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa (diff)
downloadports-21687c1105299a2fe36b1e512bd8413e341ba409.tar.gz
ports-21687c1105299a2fe36b1e512bd8413e341ba409.zip
- add p5-XML-RSS-Parser 4.0
XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser is "liberal" in that it does not demand compliance of a specific RSS version and will attempt to gracefully handle tags it does not expect or understand. The parser's only requirements is that the file is well-formed XML and remotely resembles RSS. Roughly speaking, well formed XML with a channel element as a direct sibling or the root tag and item elements etc. There are a number of advantages to using this module then just using a standard parser-tree combination. There are a number of different RSS formats in use today. In very subtle ways these formats are not entirely compatible from one to another. XML::RSS::Parser makes a couple assumptions to "normalize" the parse tree into a more consistent form. For instance, it forces channel and item into a parent-child relationship. WWW: http://search.cpan.org/dist/XML-RSS-Parser/
Notes
Notes: svn path=/head/; revision=160051
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 9ca2091f133b..7895d8573e34 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -545,6 +545,7 @@
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-RSS-JavaScript
SUBDIR += p5-XML-RSS-LibXML
+ SUBDIR += p5-XML-RSS-Parser
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Expat