From 3908f363214683a7794f9ec3df862310fbca120a Mon Sep 17 00:00:00 2001 From: kleink Date: Thu, 23 Feb 2006 20:24:12 +0000 Subject: 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. --- textproc/p5-XML-Handler-Trees/DESCR | 8 ++++++++ textproc/p5-XML-Handler-Trees/Makefile | 16 ++++++++++++++++ textproc/p5-XML-Handler-Trees/PLIST | 1 + textproc/p5-XML-Handler-Trees/distinfo | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 textproc/p5-XML-Handler-Trees/DESCR create mode 100644 textproc/p5-XML-Handler-Trees/Makefile create mode 100644 textproc/p5-XML-Handler-Trees/PLIST create mode 100644 textproc/p5-XML-Handler-Trees/distinfo (limited to 'textproc') 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 -- cgit v1.2.3