summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS-Parser
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-09-06 03:17:31 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-09-06 03:17:31 +0000
commit2847db516adb59ca9f2bb42606f6c4b8d04d5f08 (patch)
tree65f54313d0be2d0f93acfa925972991917b539cc /textproc/p5-XML-RSS-Parser
parentPR: 56405 (diff)
Add p5-XML-RSS-Parser v0.21, A liberal parser for RSS Feeds.
Notes
Notes: svn path=/head/; revision=88619
Diffstat (limited to 'textproc/p5-XML-RSS-Parser')
-rw-r--r--textproc/p5-XML-RSS-Parser/Makefile24
-rw-r--r--textproc/p5-XML-RSS-Parser/distinfo1
-rw-r--r--textproc/p5-XML-RSS-Parser/pkg-descr10
-rw-r--r--textproc/p5-XML-RSS-Parser/pkg-plist7
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile
new file mode 100644
index 000000000000..b7c21187516d
--- /dev/null
+++ b/textproc/p5-XML-RSS-Parser/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-XML-RSS-Parser
+# Date created: 04 Sep 2003
+# Whom: Foxfair Hu <foxfair@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-RSS-Parser
+PORTVERSION= 0.21
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A liberal parser for RSS Feeds
+
+BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::RSS::Parser.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-RSS-Parser/distinfo b/textproc/p5-XML-RSS-Parser/distinfo
new file mode 100644
index 000000000000..ed641f296533
--- /dev/null
+++ b/textproc/p5-XML-RSS-Parser/distinfo
@@ -0,0 +1 @@
+MD5 (XML-RSS-Parser-0.21.tar.gz) = d67b7cf3b18bcc1009b4890f99e5be9f
diff --git a/textproc/p5-XML-RSS-Parser/pkg-descr b/textproc/p5-XML-RSS-Parser/pkg-descr
new file mode 100644
index 000000000000..958febc654d4
--- /dev/null
+++ b/textproc/p5-XML-RSS-Parser/pkg-descr
@@ -0,0 +1,10 @@
+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
+MovableType plugin. This parser is "liberal" in that it does not demand
+compliance to a specific RSS version and will attempt to gracefully handle
+tags it does not expect or understand. The parser's only requirement is that
+the file is well-formed XML. The module is leaner then XML::RSS -- the majority
+of code was for generating RSS files.
+
+WWW: http://search.cpan.org/dist/XML-RSS-Parser/
+
diff --git a/textproc/p5-XML-RSS-Parser/pkg-plist b/textproc/p5-XML-RSS-Parser/pkg-plist
new file mode 100644
index 000000000000..7a0d888728b0
--- /dev/null
+++ b/textproc/p5-XML-RSS-Parser/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/XML/RSS/Parser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/Parser/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/Parser
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/XML/RSS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true