summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-09-06 03:17:31 +0000
committerfoxfair <foxfair@FreeBSD.org>2003-09-06 03:17:31 +0000
commit26aef866d5ebc80559916f23c6b29cf85d2e60cf (patch)
tree82ab40c67926d9e9f65945bb9450468fa95c0ec2 /textproc
parent67326968bca1ab0a32912d217d8395145aa53bc6 (diff)
downloadFreeBSD-ports-26aef866d5ebc80559916f23c6b29cf85d2e60cf.zip
FreeBSD-ports-26aef866d5ebc80559916f23c6b29cf85d2e60cf.tar.gz
Add p5-XML-RSS-Parser v0.21, A liberal parser for RSS Feeds.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-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
5 files changed, 43 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8974d1a..8cfbc26 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -285,6 +285,7 @@
SUBDIR += p5-XML-Parser
SUBDIR += p5-XML-Quote
SUBDIR += p5-XML-RSS
+ SUBDIR += p5-XML-RSS-Parser
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Base
diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile
new file mode 100644
index 0000000..b7c2118
--- /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 0000000..ed641f2
--- /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 0000000..958febc
--- /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 0000000..7a0d8887
--- /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
OpenPOWER on IntegriCloud