diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-05 22:38:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-05 22:38:38 +0000 |
commit | 079906424bf57c4c26c0942bd149dca4efccbeda (patch) | |
tree | 8566e985108b2cb50c8f5fdd4e1ad19e1b5b0b11 /textproc | |
parent | 96224ea7c664b34106e6dc14bc5461a76ca431d2 (diff) | |
download | pkgsrc-079906424bf57c4c26c0942bd149dca4efccbeda.tar.gz |
Initial import of p5-XML-Parser-Lite-Tree-0.12:
This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/XML-Parser-Lite-Tree/DESCR | 5 | ||||
-rw-r--r-- | textproc/XML-Parser-Lite-Tree/Makefile | 18 | ||||
-rw-r--r-- | textproc/XML-Parser-Lite-Tree/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/XML-Parser-Lite-Tree/DESCR b/textproc/XML-Parser-Lite-Tree/DESCR new file mode 100644 index 00000000000..8dd74cfcf66 --- /dev/null +++ b/textproc/XML-Parser-Lite-Tree/DESCR @@ -0,0 +1,5 @@ +This is a singleton class for parsing XML into a tree structure. +How does this differ from other XML tree generators? By using +XML::Parser::Lite, which is a pure perl XML parser. Using this +module you can tree-ify simple XML without having to compile any +C. diff --git a/textproc/XML-Parser-Lite-Tree/Makefile b/textproc/XML-Parser-Lite-Tree/Makefile new file mode 100644 index 00000000000..ed272a25b78 --- /dev/null +++ b/textproc/XML-Parser-Lite-Tree/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/05 22:38:38 wiz Exp $ + +DISTNAME= XML-Parser-Lite-Tree-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= pkgsrc-user@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Parser/ +COMMENT= Perl extension for a lightweight XML tree builder +LICENSE= (${PERL5_LICENSE}) AND artistic-2.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/XML/Parser/Lite/Tree/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/XML-Parser-Lite-Tree/distinfo b/textproc/XML-Parser-Lite-Tree/distinfo new file mode 100644 index 00000000000..6eb0287a2cf --- /dev/null +++ b/textproc/XML-Parser-Lite-Tree/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/05 22:38:38 wiz Exp $ + +SHA1 (XML-Parser-Lite-Tree-0.12.tar.gz) = b94e2959b645d878ce8ed0673afe56862f21ce96 +RMD160 (XML-Parser-Lite-Tree-0.12.tar.gz) = b9baa933b3548b1a1defded1af11af1e61c59581 +Size (XML-Parser-Lite-Tree-0.12.tar.gz) = 10136 bytes |