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.
This commit is contained in:
parent
8270c414dd
commit
fc571154fc
5 changed files with 35 additions and 1 deletions
|
@ -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
|
||||
|
|
7
textproc/p5-XML-Dumper/DESCR
Normal file
7
textproc/p5-XML-Dumper/DESCR
Normal file
|
@ -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.
|
20
textproc/p5-XML-Dumper/Makefile
Normal file
20
textproc/p5-XML-Dumper/Makefile
Normal file
|
@ -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"
|
1
textproc/p5-XML-Dumper/PLIST
Normal file
1
textproc/p5-XML-Dumper/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2006/05/03 14:08:12 tv Exp $
|
5
textproc/p5-XML-Dumper/distinfo
Normal file
5
textproc/p5-XML-Dumper/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue