summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-TreePP
diff options
context:
space:
mode:
authorseb <seb>2010-07-30 10:29:30 +0000
committerseb <seb>2010-07-30 10:29:30 +0000
commit24ed2dfe2ede1a3c1a9767981b9ded7b0c9bf3b5 (patch)
treec9f96151ff930a6b3eddff28d1f8aef649996021 /textproc/p5-XML-TreePP
parent2d60cb7ee37b012457fa31e5a1bfda3726b0feb4 (diff)
downloadpkgsrc-24ed2dfe2ede1a3c1a9767981b9ded7b0c9bf3b5.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/p5-XML-TreePP')
-rw-r--r--textproc/p5-XML-TreePP/DESCR5
-rw-r--r--textproc/p5-XML-TreePP/Makefile23
-rw-r--r--textproc/p5-XML-TreePP/distinfo5
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