pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Dumper p5-XML-Dumper-0.79; from DESCR:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcbb2f1d63b7
branches: trunk
changeset: 499211:dcbb2f1d63b7
user: tv <tv%pkgsrc.org@localhost>
date: Wed Sep 14 14:30:17 2005 +0000
description:
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.
diffstat:
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(+), 0 deletions(-)
diffs (49 lines):
diff -r 812ee0b61f4a -r dcbb2f1d63b7 textproc/p5-XML-Dumper/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/DESCR Wed Sep 14 14:30:17 2005 +0000
@@ -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 -r 812ee0b61f4a -r dcbb2f1d63b7 textproc/p5-XML-Dumper/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/Makefile Wed Sep 14 14:30:17 2005 +0000
@@ -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@localhost
+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 -r 812ee0b61f4a -r dcbb2f1d63b7 textproc/p5-XML-Dumper/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/PLIST Wed Sep 14 14:30:17 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/14 14:30:17 tv Exp $
diff -r 812ee0b61f4a -r dcbb2f1d63b7 textproc/p5-XML-Dumper/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/distinfo Wed Sep 14 14:30:17 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index