diff options
-rw-r--r-- | textproc/p5-XML-Dumper/DESCR | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Dumper/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-XML-Dumper/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Dumper/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
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..fba98c9734b --- /dev/null +++ b/textproc/p5-XML-Dumper/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/09/14 14:30:17 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..53977f4e199 --- /dev/null +++ b/textproc/p5-XML-Dumper/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/14 14:30:17 tv Exp $ diff --git a/textproc/p5-XML-Dumper/distinfo b/textproc/p5-XML-Dumper/distinfo new file mode 100644 index 00000000000..ad0b24ae634 --- /dev/null +++ b/textproc/p5-XML-Dumper/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/09/14 14:30:17 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 |