Path to this page:
./
textproc/p5-XML-RSS-Parser,
Liberal object-oriented parser for RSS feeds
Branch: CURRENT,
Version: 4.0nb3,
Package name: p5-XML-RSS-Parser-4.0nb3,
Maintainer: rhaenXML::RSS::Parser is a lightweight liberal parser of RSS feeds that
is derived from the XML::Parser::LP module the I developed for
mt-rssfeed -- a Movable Type plugin. 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.
Required to run:[
textproc/p5-XML-SAX] [
lang/perl5] [
devel/p5-Class-ErrorHandler] [
devel/p5-Class-XPath] [
textproc/p5-XML-Elemental]
Master sites: (Expand)
SHA1: 210e08ad7dc39b51545a01f9fce28d59ec8ce6d8
RMD160: c21e59f4af48d8e2ff3ff70546f1a688ec55b45f
Filesize: 12.445 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-XML-RSS-Parser-4.0nb3
- (2008-10-20) Updated to version: p5-XML-RSS-Parser-4.0nb2
- (2008-07-22) Updated to version: p5-XML-RSS-Parser-4.0nb1
- (2006-04-09) Updated to version: p5-XML-RSS-Parser-4.0
- (2006-02-06) Updated to version: p5-XML-RSS-Parser-2.15nb4
- (2006-01-24) Updated to version: p5-XML-RSS-Parser-2.15nb3
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
| 2008-07-16 11:30:37 by Ulrich Habel | Files touched by this commit (1) |
Log message:
- added needed dependency to textproc/p5-XML-Elemental
- took maintainership
- bumped pkgrevision
|
| 2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
| 2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
| 2007-03-24 08:18:26 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Relinquish MAINTAINER.
|
2006-04-09 03:01:19 by Amitai Schlair | Files touched by this commit (2) |  |
Log message:
Update to 4.0. From the changelog:
- Requires XML::Elemental 2.0 for SAX-based parsing.
- Switched internal storage of element and attribute names to
Clarkian notation.
- Too many bug fixes and minor enhancements to list.
- Added atom, itunes, openSerch, feedburner and creativeCommons
namespaces to default set.
- Moved XPath namespace and prefixes storage from Element to the
Parser module.
- Added register_ns_prefix, prefix and namespace methods to parser
for OO access to the internal hashes.
- Introduced use of Class::ErroHandler for more quieter error
handling.
- We have tests.
- Introduction of Util module. Moved as_xml and encode_xml methods
from Element to Util.
|
| 2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|