diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-04-27 15:29:21 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-04-27 15:29:21 +0000 |
commit | d07c4d78b43167e6190078b4e23be30314185da7 (patch) | |
tree | b1bcab09d88478951aec301bddaa1b004fb68630 /textproc/p5-XML-Parser-Lite-Tree | |
parent | 620369387bf796c46b884923d6f010f4b7ada80c (diff) | |
download | FreeBSD-ports-d07c4d78b43167e6190078b4e23be30314185da7.zip FreeBSD-ports-d07c4d78b43167e6190078b4e23be30314185da7.tar.gz |
add p5-XML-Parser-Lite-Tree 0.03
Lightweight XML tree builder
Diffstat (limited to 'textproc/p5-XML-Parser-Lite-Tree')
-rw-r--r-- | textproc/p5-XML-Parser-Lite-Tree/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-Lite-Tree/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-Lite-Tree/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-Lite-Tree/pkg-plist | 9 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-XML-Parser-Lite-Tree/Makefile b/textproc/p5-XML-Parser-Lite-Tree/Makefile new file mode 100644 index 0000000..548f6ae --- /dev/null +++ b/textproc/p5-XML-Parser-Lite-Tree/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: XML::Parser::Lite::Tree +# Date created: Apr 27, 2005 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= XML-Parser-Lite-Tree +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Lightweight XML tree builder + +BUILD_DEPENDS= ${SITE_PERL}/XML/Parser/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::Parser::Lite::Tree.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Parser-Lite-Tree/distinfo b/textproc/p5-XML-Parser-Lite-Tree/distinfo new file mode 100644 index 0000000..26cc050 --- /dev/null +++ b/textproc/p5-XML-Parser-Lite-Tree/distinfo @@ -0,0 +1,2 @@ +MD5 (XML-Parser-Lite-Tree-0.03.tar.gz) = 9435bb1e1f64433d657c35287388302d +SIZE (XML-Parser-Lite-Tree-0.03.tar.gz) = 2294 diff --git a/textproc/p5-XML-Parser-Lite-Tree/pkg-descr b/textproc/p5-XML-Parser-Lite-Tree/pkg-descr new file mode 100644 index 0000000..e508b60 --- /dev/null +++ b/textproc/p5-XML-Parser-Lite-Tree/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/XML-Parser-Lite-Tree/ diff --git a/textproc/p5-XML-Parser-Lite-Tree/pkg-plist b/textproc/p5-XML-Parser-Lite-Tree/pkg-plist new file mode 100644 index 0000000..b54e323 --- /dev/null +++ b/textproc/p5-XML-Parser-Lite-Tree/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/XML/Parser/Lite/Tree.pm +@unexec rmdir %D/%%SITE_PERL%%/XML/Parser/Lite 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML/Parser 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite/Tree/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite/Tree +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |