diff options
author | seb <seb@pkgsrc.org> | 2010-07-30 10:29:30 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-30 10:29:30 +0000 |
commit | 798854778a07e335818793a0855e0abec41cdb01 (patch) | |
tree | c9f96151ff930a6b3eddff28d1f8aef649996021 /textproc | |
parent | f854a247bbb7695e8dbbac3671b4c61f9503101a (diff) | |
download | pkgsrc-798854778a07e335818793a0855e0abec41cdb01.tar.gz |
Initial import of p5-XML-TreePP version 0.39 in the NetBSD Packages
Collection.
The Perl 5 module XML::TreePP module parses an XML document and
expands it for a hash tree. This generates an XML document from a
hash tree as the opposite way around. It is a pure Perl implementation.
It can also fetch and parse an XML document from remote web server
like JavaScript's XMLHttpRequest object.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-TreePP/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-XML-TreePP/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-TreePP/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-XML-TreePP/DESCR b/textproc/p5-XML-TreePP/DESCR new file mode 100644 index 00000000000..c61fcb63330 --- /dev/null +++ b/textproc/p5-XML-TreePP/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module XML::TreePP module parses an XML document and +expands it for a hash tree. This generates an XML document from a +hash tree as the opposite way around. It is a pure Perl implementation. +It can also fetch and parse an XML document from remote web server +like JavaScript's XMLHttpRequest object. diff --git a/textproc/p5-XML-TreePP/Makefile b/textproc/p5-XML-TreePP/Makefile new file mode 100644 index 00000000000..f0ae51813a3 --- /dev/null +++ b/textproc/p5-XML-TreePP/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/30 10:29:30 seb Exp $ + +DISTNAME= XML-TreePP-0.39 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-TreePP/ +COMMENT= Pure Perl 5 implementation for parsing/writing XML documents +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/XML/TreePP/.packlist +CHECK_PORTABILITY_SKIP+= make-dist.sh + +DEPENDS+= p5-libwww>=5.802:../../www/p5-libwww + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-TreePP/distinfo b/textproc/p5-XML-TreePP/distinfo new file mode 100644 index 00000000000..ab75981ffa6 --- /dev/null +++ b/textproc/p5-XML-TreePP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/30 10:29:30 seb Exp $ + +SHA1 (XML-TreePP-0.39.tar.gz) = 2daa1a2ec33ea6d427cbf8d3eaac09d955a1fc34 +RMD160 (XML-TreePP-0.39.tar.gz) = 5d578c669bf661c204ce2716b3a4cba3f638d361 +Size (XML-TreePP-0.39.tar.gz) = 80485 bytes |