pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-RSS-Parser Initial import of p5-XML-RS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ff0292ff898
branches: trunk
changeset: 476814:9ff0292ff898
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Jun 20 22:25:59 2004 +0000
description:
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:
textproc/p5-XML-RSS-Parser/DESCR | 7 +++++++
textproc/p5-XML-RSS-Parser/Makefile | 20 ++++++++++++++++++++
textproc/p5-XML-RSS-Parser/PLIST | 1 +
textproc/p5-XML-RSS-Parser/distinfo | 4 ++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 619ef428f399 -r 9ff0292ff898 textproc/p5-XML-RSS-Parser/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-RSS-Parser/DESCR Sun Jun 20 22:25:59 2004 +0000
@@ -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 -r 619ef428f399 -r 9ff0292ff898 textproc/p5-XML-RSS-Parser/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-RSS-Parser/Makefile Sun Jun 20 22:25:59 2004 +0000
@@ -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@localhost
+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 -r 619ef428f399 -r 9ff0292ff898 textproc/p5-XML-RSS-Parser/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-RSS-Parser/PLIST Sun Jun 20 22:25:59 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 22:25:59 schmonz Exp $
diff -r 619ef428f399 -r 9ff0292ff898 textproc/p5-XML-RSS-Parser/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-RSS-Parser/distinfo Sun Jun 20 22:25:59 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index