pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Handler-Trees Initial import of p5-XML...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bad3cc935c8
branches:  trunk
changeset: 508688:1bad3cc935c8
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Thu Feb 23 20:24:12 2006 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (46 lines):

diff -r ef92bb6cdf2d -r 1bad3cc935c8 textproc/p5-XML-Handler-Trees/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Handler-Trees/DESCR       Thu Feb 23 20:24:12 2006 +0000
@@ -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 -r ef92bb6cdf2d -r 1bad3cc935c8 textproc/p5-XML-Handler-Trees/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Handler-Trees/Makefile    Thu Feb 23 20:24:12 2006 +0000
@@ -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@localhost
+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 -r ef92bb6cdf2d -r 1bad3cc935c8 textproc/p5-XML-Handler-Trees/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Handler-Trees/PLIST       Thu Feb 23 20:24:12 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/23 20:24:12 kleink Exp $
diff -r ef92bb6cdf2d -r 1bad3cc935c8 textproc/p5-XML-Handler-Trees/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Handler-Trees/distinfo    Thu Feb 23 20:24:12 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index