diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-06-20 22:25:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-06-20 22:25:59 +0000 |
commit | c5fce01970de1ab55de3fb8dccdab828b7f5459b (patch) | |
tree | fa9567e332fc5e88ed11ea148f241779e91936f9 /textproc/p5-XML-RSS-Parser | |
parent | 5edf384bec7ad49b73ee82e238cb490f81199de7 (diff) | |
download | pkgsrc-c5fce01970de1ab55de3fb8dccdab828b7f5459b.tar.gz |
Initial import of p5-XML-RSS-Parser.
XML::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.
Diffstat (limited to 'textproc/p5-XML-RSS-Parser')
-rw-r--r-- | textproc/p5-XML-RSS-Parser/DESCR | 7 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Parser/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Parser/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Parser/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS-Parser/DESCR b/textproc/p5-XML-RSS-Parser/DESCR new file mode 100644 index 00000000000..53f761373fe --- /dev/null +++ b/textproc/p5-XML-RSS-Parser/DESCR @@ -0,0 +1,7 @@ +XML::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. diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile new file mode 100644 index 00000000000..7d1316194f2 --- /dev/null +++ b/textproc/p5-XML-RSS-Parser/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 22:25:59 schmonz Exp $ + +DISTNAME= XML-RSS-Parser-2.15 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= schmonz@NetBSD.org +COMMENT= Liberal object-oriented parser for RSS feeds + +DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser +DEPENDS+= p5-Class-XPath>=1.4:../../devel/p5-Class-XPath + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RSS/Parser/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-RSS-Parser/PLIST b/textproc/p5-XML-RSS-Parser/PLIST new file mode 100644 index 00000000000..b5d2cc5ee58 --- /dev/null +++ b/textproc/p5-XML-RSS-Parser/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 22:25:59 schmonz Exp $ diff --git a/textproc/p5-XML-RSS-Parser/distinfo b/textproc/p5-XML-RSS-Parser/distinfo new file mode 100644 index 00000000000..2f67a3db620 --- /dev/null +++ b/textproc/p5-XML-RSS-Parser/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/20 22:25:59 schmonz Exp $ + +SHA1 (XML-RSS-Parser-2.15.tar.gz) = e66643901739ea1164fca23119d4590d4aa36d59 +Size (XML-RSS-Parser-2.15.tar.gz) = 9601 bytes |