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, an object-to-XML converter. F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/396a6c0d3419
branches:  trunk
changeset: 512238:396a6c0d3419
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed May 03 14:07:21 2006 +0000

description:
p5-XML-Dumper, an object-to-XML converter.  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/Makefile               |   3 ++-
 textproc/p5-XML-Dumper/DESCR    |   7 +++++++
 textproc/p5-XML-Dumper/Makefile |  20 ++++++++++++++++++++
 textproc/p5-XML-Dumper/PLIST    |   1 +
 textproc/p5-XML-Dumper/distinfo |   5 +++++
 5 files changed, 35 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r e834aee877df -r 396a6c0d3419 textproc/Makefile
--- a/textproc/Makefile Wed May 03 14:03:56 2006 +0000
+++ b/textproc/Makefile Wed May 03 14:07:21 2006 +0000
@@ -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-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 -r e834aee877df -r 396a6c0d3419 textproc/p5-XML-Dumper/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/DESCR      Wed May 03 14:07:21 2006 +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 e834aee877df -r 396a6c0d3419 textproc/p5-XML-Dumper/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/Makefile   Wed May 03 14:07:21 2006 +0000
@@ -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@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 e834aee877df -r 396a6c0d3419 textproc/p5-XML-Dumper/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/PLIST      Wed May 03 14:07:21 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.3 2006/05/03 14:08:12 tv Exp $
diff -r e834aee877df -r 396a6c0d3419 textproc/p5-XML-Dumper/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Dumper/distinfo   Wed May 03 14:07:21 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index