Date: Fri, 21 Apr 2006 04:09:07 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-RSS-Parser Makefile distinfo pkg-descr pkg-plist Message-ID: <200604210409.k3L497cS035749@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
leeym 2006-04-21 04:09:07 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/p5-XML-RSS-Parser Makefile distinfo pkg-descr
pkg-plist
Log:
- 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/
Revision Changes Path
1.953 +1 -0 ports/textproc/Makefile
1.9 +33 -0 ports/textproc/p5-XML-RSS-Parser/Makefile (new)
1.9 +3 -0 ports/textproc/p5-XML-RSS-Parser/distinfo (new)
1.4 +15 -0 ports/textproc/p5-XML-RSS-Parser/pkg-descr (new)
1.5 +12 -0 ports/textproc/p5-XML-RSS-Parser/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604210409.k3L497cS035749>
