aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-DumpXML
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-02-08 15:54:28 +0800
committerpetef <petef@FreeBSD.org>2002-02-08 15:54:28 +0800
commitfc6d2724d463aba9daf42a8edf372d13abb10b44 (patch)
tree303af7f128338290594146449a5ea3a0c401202c /devel/p5-Data-DumpXML
parentc6f95af73ba14950a955004c59277bea6bc606c3 (diff)
downloadfreebsd-ports-graphics-fc6d2724d463aba9daf42a8edf372d13abb10b44.tar.gz
freebsd-ports-graphics-fc6d2724d463aba9daf42a8edf372d13abb10b44.tar.zst
freebsd-ports-graphics-fc6d2724d463aba9daf42a8edf372d13abb10b44.zip
Add p5-Data-DumpXML 1.03, dump arbitrary data structures as XML.
PR: 33415 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'devel/p5-Data-DumpXML')
-rw-r--r--devel/p5-Data-DumpXML/Makefile28
-rw-r--r--devel/p5-Data-DumpXML/distinfo1
-rw-r--r--devel/p5-Data-DumpXML/pkg-comment1
-rw-r--r--devel/p5-Data-DumpXML/pkg-descr8
-rw-r--r--devel/p5-Data-DumpXML/pkg-plist7
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-Data-DumpXML/Makefile b/devel/p5-Data-DumpXML/Makefile
new file mode 100644
index 00000000000..6a0ba06ed31
--- /dev/null
+++ b/devel/p5-Data-DumpXML/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: Data::DumpXML
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Data-DumpXML
+PORTVERSION= 1.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Data
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Array/RefElem.pm:${PORTSDIR}/misc/p5-Array-RefElem \
+ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MAN3= Data::DumpXML.3 Data::DumpXML::Parser.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Data-DumpXML/distinfo b/devel/p5-Data-DumpXML/distinfo
new file mode 100644
index 00000000000..d2050ea1614
--- /dev/null
+++ b/devel/p5-Data-DumpXML/distinfo
@@ -0,0 +1 @@
+MD5 (Data-DumpXML-1.03.tar.gz) = 80d665cb05288da1e13de5a84f51dde7
diff --git a/devel/p5-Data-DumpXML/pkg-comment b/devel/p5-Data-DumpXML/pkg-comment
new file mode 100644
index 00000000000..8fca733ef37
--- /dev/null
+++ b/devel/p5-Data-DumpXML/pkg-comment
@@ -0,0 +1 @@
+Dump arbitrary data structures as XML
diff --git a/devel/p5-Data-DumpXML/pkg-descr b/devel/p5-Data-DumpXML/pkg-descr
new file mode 100644
index 00000000000..302626a4755
--- /dev/null
+++ b/devel/p5-Data-DumpXML/pkg-descr
@@ -0,0 +1,8 @@
+This module provide a single function called dump_xml() that takes
+a list of perl values as argument and produce a string as result.
+The string returned is an XML document that represents any perl
+data structures passed in. Reference loops are handled correctly.
+
+WWW: http://search.cpan.org/search?dist=Data-DumpXML
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/devel/p5-Data-DumpXML/pkg-plist b/devel/p5-Data-DumpXML/pkg-plist
new file mode 100644
index 00000000000..d0f9bea56a7
--- /dev/null
+++ b/devel/p5-Data-DumpXML/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Data/DumpXML.pm
+lib/perl5/site_perl/%%PERL_VER%%/Data/DumpXML/Parser.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/DumpXML/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/DumpXML
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Data/DumpXML
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true