summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/p5-XML-Dumper/DESCR7
-rw-r--r--textproc/p5-XML-Dumper/Makefile20
-rw-r--r--textproc/p5-XML-Dumper/PLIST1
-rw-r--r--textproc/p5-XML-Dumper/distinfo5
5 files changed, 35 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b9f827a2a2d..38b5f58ab57 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.323 2006/05/03 06:36:33 wiz Exp $
+# $NetBSD: Makefile,v 1.324 2006/05/03 14:07:21 tv Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -193,6 +193,7 @@ SUBDIR+= p5-XML-AutoWriter
SUBDIR+= p5-XML-Checker
SUBDIR+= p5-XML-Clean
SUBDIR+= p5-XML-DOM
+SUBDIR+= p5-XML-Dumper
SUBDIR+= p5-XML-Encoding
SUBDIR+= p5-XML-Filter-BufferText
SUBDIR+= p5-XML-Filter-DetectWS
diff --git a/textproc/p5-XML-Dumper/DESCR b/textproc/p5-XML-Dumper/DESCR
new file mode 100644
index 00000000000..617f48f6bb4
--- /dev/null
+++ b/textproc/p5-XML-Dumper/DESCR
@@ -0,0 +1,7 @@
+XML::Dumper dumps Perl data to a structured XML format.
+XML::Dumper can also read XML data that was previously dumped
+by the module and convert it back to Perl.
+
+This might be useful for dumping Perl objects to files
+using an XML format that can be reloaded or accessed by
+other programs. Maybe even by other languages.
diff --git a/textproc/p5-XML-Dumper/Makefile b/textproc/p5-XML-Dumper/Makefile
new file mode 100644
index 00000000000..75813407e4f
--- /dev/null
+++ b/textproc/p5-XML-Dumper/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.3 2006/05/03 14:08:12 tv Exp $
+
+DISTNAME= XML-Dumper-0.79
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5xdu
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/XML-Simple/
+COMMENT= Perl to XML structure input/output engine
+
+DEPENDS+= p5-XML-Parser>=2.16:../../textproc/p5-XML-Parser
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/XML/Dumper/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-XML-Dumper/PLIST b/textproc/p5-XML-Dumper/PLIST
new file mode 100644
index 00000000000..b1786dcb17f
--- /dev/null
+++ b/textproc/p5-XML-Dumper/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.3 2006/05/03 14:08:12 tv Exp $
diff --git a/textproc/p5-XML-Dumper/distinfo b/textproc/p5-XML-Dumper/distinfo
new file mode 100644
index 00000000000..2426cdbfe94
--- /dev/null
+++ b/textproc/p5-XML-Dumper/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.3 2006/05/03 14:08:12 tv Exp $
+
+SHA1 (XML-Dumper-0.79.tar.gz) = 6d5577680cf6fe9e10a7433e46f340e9046ca41f
+RMD160 (XML-Dumper-0.79.tar.gz) = ae77d3f32664f6e600cb7282394492081079ab40
+Size (XML-Dumper-0.79.tar.gz) = 17568 bytes