From ca6febb67faa48685d4894bcc18245ea0ef6a2af Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 14 Sep 2005 14:30:17 +0000 Subject: p5-XML-Dumper-0.79; from DESCR: 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. --- textproc/p5-XML-Dumper/DESCR | 7 +++++++ textproc/p5-XML-Dumper/Makefile | 20 ++++++++++++++++++++ textproc/p5-XML-Dumper/PLIST | 1 + textproc/p5-XML-Dumper/distinfo | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 textproc/p5-XML-Dumper/DESCR create mode 100644 textproc/p5-XML-Dumper/Makefile create mode 100644 textproc/p5-XML-Dumper/PLIST create mode 100644 textproc/p5-XML-Dumper/distinfo (limited to 'textproc') 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 -- cgit v1.2.3