diff options
author | kleink <kleink@pkgsrc.org> | 2006-02-23 20:24:12 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2006-02-23 20:24:12 +0000 |
commit | 3908f363214683a7794f9ec3df862310fbca120a (patch) | |
tree | baa0d6db760cc449636074dc7f6cd0c0d0eb4f8c /textproc | |
parent | 288e6428d19dfd833e633d9d52978a2c68516855 (diff) | |
download | pkgsrc-3908f363214683a7794f9ec3df862310fbca120a.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')
-rw-r--r-- | textproc/p5-XML-Handler-Trees/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-Trees/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-Trees/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-Trees/distinfo | 5 |
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 |