aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-08-08 22:37:53 +0800
committererwin <erwin@FreeBSD.org>2003-08-08 22:37:53 +0800
commitaab2e775e1dbf864f1ffc53fcf4503ae0c2f53e8 (patch)
tree3c587f86439ed361150e0d74ed1cf186b6c0f5f0 /textproc
parent2b6c37ab89ac4d31d5bfe91d45dd5e5e9ace3d36 (diff)
downloadfreebsd-ports-gnome-aab2e775e1dbf864f1ffc53fcf4503ae0c2f53e8.tar.gz
freebsd-ports-gnome-aab2e775e1dbf864f1ffc53fcf4503ae0c2f53e8.tar.zst
freebsd-ports-gnome-aab2e775e1dbf864f1ffc53fcf4503ae0c2f53e8.zip
Add p5-XML-Generator-PerlData 0.89
XML::Generator::PerlData provides a simple way to generate SAX2 events from nested Perl data structures, while providing finer-grained control over the resulting document streams. PR: 55130 Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-Generator-PerlData/Makefile28
-rw-r--r--textproc/p5-XML-Generator-PerlData/distinfo1
-rw-r--r--textproc/p5-XML-Generator-PerlData/pkg-descr7
-rw-r--r--textproc/p5-XML-Generator-PerlData/pkg-plist7
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 7ad6d0357885..9898ee6f24eb 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -269,6 +269,7 @@
SUBDIR += p5-XML-Filter-XInclude
SUBDIR += p5-XML-Filter-XSLT
SUBDIR += p5-XML-Generator-DBI
+ SUBDIR += p5-XML-Generator-PerlData
SUBDIR += p5-XML-Grove
SUBDIR += p5-XML-Handler-Trees
SUBDIR += p5-XML-Handler-YAWriter
diff --git a/textproc/p5-XML-Generator-PerlData/Makefile b/textproc/p5-XML-Generator-PerlData/Makefile
new file mode 100644
index 000000000000..cc622284f633
--- /dev/null
+++ b/textproc/p5-XML-Generator-PerlData/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: XML::Generator::PerlData
+# Date created: 31.7.2003
+# Whom: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Generator-PerlData
+PORTVERSION= 0.89
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+#MASTER_SITE_SUBDIR= XML
+MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= hansjoerg.pehofer@uibk.ac.at
+COMMENT= "Perl extension for generating SAX2 events from Perl data structures."
+
+BUILD_DEPENDS= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX-Base
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= XML::Generator::PerlData.3
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Generator-PerlData/distinfo b/textproc/p5-XML-Generator-PerlData/distinfo
new file mode 100644
index 000000000000..32e4340883da
--- /dev/null
+++ b/textproc/p5-XML-Generator-PerlData/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Generator-PerlData-0.89.tar.gz) = 258030ef95a8ae7f4c9d3e6cae7700aa
diff --git a/textproc/p5-XML-Generator-PerlData/pkg-descr b/textproc/p5-XML-Generator-PerlData/pkg-descr
new file mode 100644
index 000000000000..2eea9e0f35ce
--- /dev/null
+++ b/textproc/p5-XML-Generator-PerlData/pkg-descr
@@ -0,0 +1,7 @@
+XML::Generator::PerlData provides a simple way to generate SAX2 events from
+nested Perl data structures, while providing finer-grained control over the
+resulting document streams.
+
+WWW: http://search.cpan.org/search?dist=XML-Generator-PerlData
+
+Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
diff --git a/textproc/p5-XML-Generator-PerlData/pkg-plist b/textproc/p5-XML-Generator-PerlData/pkg-plist
new file mode 100644
index 000000000000..cdf813f18c00
--- /dev/null
+++ b/textproc/p5-XML-Generator-PerlData/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/XML/Generator/PerlData.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Generator/PerlData/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Generator/PerlData
+@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/XML/Generator 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Generator 2>/dev/null || true