summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-09-05 01:01:59 +0000
committerade <ade@FreeBSD.org>2000-09-05 01:01:59 +0000
commit8f116fa35b1fc08e2e80c6f9d3b7db67e16c4c48 (patch)
tree4a26a4d2a2ea0b787715128f87b4c63e581db945 /textproc
parentfd25450a98241e468f3ccfe179bf9c9a98359442 (diff)
downloadFreeBSD-ports-8f116fa35b1fc08e2e80c6f9d3b7db67e16c4c48.zip
FreeBSD-ports-8f116fa35b1fc08e2e80c6f9d3b7db67e16c4c48.tar.gz
Add p5-XML-RSS, a perl extension to manage RDF Site Summary (RSS) files
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-RSS/Makefile28
-rw-r--r--textproc/p5-XML-RSS/distinfo1
-rw-r--r--textproc/p5-XML-RSS/pkg-comment1
-rw-r--r--textproc/p5-XML-RSS/pkg-descr3
-rw-r--r--textproc/p5-XML-RSS/pkg-plist3
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 543ba71..64dbf5b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -69,6 +69,7 @@
SUBDIR += p5-Text-Template
SUBDIR += p5-XML-DOM
SUBDIR += p5-XML-Parser
+ SUBDIR += p5-XML-RSS
SUBDIR += par
SUBDIR += perl2html
SUBDIR += pspell
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile
new file mode 100644
index 0000000..088f368d
--- /dev/null
+++ b/textproc/p5-XML-RSS/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: XML::RSS
+# Date created: 4th September 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-RSS
+PORTVERSION= 0.9
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ade@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
+USE_PERL5= yes
+
+MAN3= XML::RSS.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ CC="${CC}" CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo
new file mode 100644
index 0000000..ca50843
--- /dev/null
+++ b/textproc/p5-XML-RSS/distinfo
@@ -0,0 +1 @@
+MD5 (XML-RSS-0.9.tar.gz) = 5396e9a236c6ea0ac9a4366bd74adf9d
diff --git a/textproc/p5-XML-RSS/pkg-comment b/textproc/p5-XML-RSS/pkg-comment
new file mode 100644
index 0000000..fd404ae
--- /dev/null
+++ b/textproc/p5-XML-RSS/pkg-comment
@@ -0,0 +1 @@
+Perl extension to manage RDF Site Summary (RSS) files
diff --git a/textproc/p5-XML-RSS/pkg-descr b/textproc/p5-XML-RSS/pkg-descr
new file mode 100644
index 0000000..8e9c698
--- /dev/null
+++ b/textproc/p5-XML-RSS/pkg-descr
@@ -0,0 +1,3 @@
+This module was created to help those who need to manage
+RDF Site Summary (RSS) files. It makes quick work of
+creating, updating, and saving RSS files.
diff --git a/textproc/p5-XML-RSS/pkg-plist b/textproc/p5-XML-RSS/pkg-plist
new file mode 100644
index 0000000..c0728ca
--- /dev/null
+++ b/textproc/p5-XML-RSS/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/XML/RSS.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS
OpenPOWER on IntegriCloud