summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees
diff options
context:
space:
mode:
authorkleink <kleink>2006-02-23 20:24:12 +0000
committerkleink <kleink>2006-02-23 20:24:12 +0000
commitc9e566ed4df0bae82dc4dc743d597623723e53df (patch)
treebaa0d6db760cc449636074dc7f6cd0c0d0eb4f8c /textproc/p5-XML-Handler-Trees
parentb6e3ab231fd8b4b7ae58079d3ca21ec781b7cc18 (diff)
downloadpkgsrc-c9e566ed4df0bae82dc4dc743d597623723e53df.tar.gz
Initial import of p5-XML-Handler-Trees 0.02.
XML::Handler::Trees provides three PerlSAX handler classes for building tree structures. XML::Handler::Tree builds the same type of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same type of tree as the "EasyTree" style added to XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type of tree as Sean M. Burke's XML::TreeBuilder. These classes make it possible to construct these tree structures from sources other than XML::Parser.
Diffstat (limited to 'textproc/p5-XML-Handler-Trees')
-rw-r--r--textproc/p5-XML-Handler-Trees/DESCR8
-rw-r--r--textproc/p5-XML-Handler-Trees/Makefile16
-rw-r--r--textproc/p5-XML-Handler-Trees/PLIST1
-rw-r--r--textproc/p5-XML-Handler-Trees/distinfo5
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Handler-Trees/DESCR b/textproc/p5-XML-Handler-Trees/DESCR
new file mode 100644
index 00000000000..da167978359
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/DESCR
@@ -0,0 +1,8 @@
+XML::Handler::Trees provides three PerlSAX handler classes for
+building tree structures. XML::Handler::Tree builds the same type
+of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree
+builds the same type of tree as the "EasyTree" style added to
+XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder
+builds the same type of tree as Sean M. Burke's XML::TreeBuilder.
+These classes make it possible to construct these tree structures
+from sources other than XML::Parser.
diff --git a/textproc/p5-XML-Handler-Trees/Makefile b/textproc/p5-XML-Handler-Trees/Makefile
new file mode 100644
index 00000000000..d1ed4079145
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 20:24:12 kleink Exp $
+
+DISTNAME= XML-Handler-Trees-0.02
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5xht
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/XML-Handler-Trees/
+COMMENT= PerlSAX handlers for building tree structures
+
+PERL5_PACKLIST= auto/XML/Handler/Trees/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-XML-Handler-Trees/PLIST b/textproc/p5-XML-Handler-Trees/PLIST
new file mode 100644
index 00000000000..2ffb37097d0
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/23 20:24:12 kleink Exp $
diff --git a/textproc/p5-XML-Handler-Trees/distinfo b/textproc/p5-XML-Handler-Trees/distinfo
new file mode 100644
index 00000000000..464cf8250c1
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/23 20:24:12 kleink Exp $
+
+SHA1 (XML-Handler-Trees-0.02.tar.gz) = 920e5b5bdeb8d1507f4ff0354aa9574a4ca20e01
+RMD160 (XML-Handler-Trees-0.02.tar.gz) = 372b9c53f088744eb0b72a33aaf0217b1c29e076
+Size (XML-Handler-Trees-0.02.tar.gz) = 7684 bytes