aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS-Parser
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-10-13 08:06:03 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-10-13 08:06:03 +0000
commitf41dc2f5bc745765cc3d2a0f4750a2b96d5b818b (patch)
treee95ce2722b20f3735e7cfc057ec4409fa87dd96b /textproc/p5-XML-RSS-Parser
parentb0b161c0536bbc2b95cb0bd49e7b1fd9490ea591 (diff)
downloadports-f41dc2f5bc745765cc3d2a0f4750a2b96d5b818b.tar.gz
ports-f41dc2f5bc745765cc3d2a0f4750a2b96d5b818b.zip
Notes
Diffstat (limited to 'textproc/p5-XML-RSS-Parser')
-rw-r--r--textproc/p5-XML-RSS-Parser/Makefile27
-rw-r--r--textproc/p5-XML-RSS-Parser/distinfo2
-rw-r--r--textproc/p5-XML-RSS-Parser/pkg-descr9
-rw-r--r--textproc/p5-XML-RSS-Parser/pkg-plist10
4 files changed, 0 insertions, 48 deletions
diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile
deleted file mode 100644
index a0c28fa62d8c..000000000000
--- a/textproc/p5-XML-RSS-Parser/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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= 2.15
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= XML
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= clsung@FreeBSD.org
-COMMENT= A liberal object-oriented parser for RSS Feeds
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/Class/XPath.pm:${PORTSDIR}/devel/p5-Class-XPath
-
-PERL_CONFIGURE= yes
-
-MAN3= XML::RSS::Parser.3 \
- XML::RSS::Parser::Element.3 \
- XML::RSS::Parser::Feed.3
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-XML-RSS-Parser/distinfo b/textproc/p5-XML-RSS-Parser/distinfo
deleted file mode 100644
index b058e18d59f9..000000000000
--- a/textproc/p5-XML-RSS-Parser/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (XML-RSS-Parser-2.15.tar.gz) = 264d2b544961b10fb0a0e9ebfcc8c348
-SIZE (XML-RSS-Parser-2.15.tar.gz) = 9601
diff --git a/textproc/p5-XML-RSS-Parser/pkg-descr b/textproc/p5-XML-RSS-Parser/pkg-descr
deleted file mode 100644
index 136c3af791a9..000000000000
--- a/textproc/p5-XML-RSS-Parser/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index a67728c2e9f2..000000000000
--- a/textproc/p5-XML-RSS-Parser/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%SITE_PERL%%/XML/RSS/Parser.pm
-%%SITE_PERL%%/XML/RSS/Parser/Feed.pm
-%%SITE_PERL%%/XML/RSS/Parser/Element.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
-@dirrm %%SITE_PERL%%/XML/RSS/Parser
-@unexec rmdir %D/%%SITE_PERL%%/XML/RSS 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true