diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 08:22:37 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 08:22:37 +0000 |
commit | 3d630275f683c52f645a16203cb0f818cedef964 (patch) | |
tree | 32b1c16158541baff1413925180c42096654c00e | |
parent | 63972426bd39b1e33534ba61e59b2b554b7e6386 (diff) | |
download | FreeBSD-ports-3d630275f683c52f645a16203cb0f818cedef964.zip FreeBSD-ports-3d630275f683c52f645a16203cb0f818cedef964.tar.gz |
add p5-XML-Parser-EasyTree 0.01
Easier tree style for XML::Parser
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-EasyTree/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-EasyTree/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-EasyTree/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-EasyTree/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fa60070..0fefeb4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -307,6 +307,7 @@ SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter SUBDIR += p5-XML-Parser + SUBDIR += p5-XML-Parser-EasyTree SUBDIR += p5-XML-Quote SUBDIR += p5-XML-RSS SUBDIR += p5-XML-RSS-Parser diff --git a/textproc/p5-XML-Parser-EasyTree/Makefile b/textproc/p5-XML-Parser-EasyTree/Makefile new file mode 100644 index 0000000..d1e2336 --- /dev/null +++ b/textproc/p5-XML-Parser-EasyTree/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: XML::Parser::EasyTree +# Date created: Oct 24, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= XML-Parser-EasyTree +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Easier tree style for XML::Parser + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::Parser::EasyTree.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Parser-EasyTree/distinfo b/textproc/p5-XML-Parser-EasyTree/distinfo new file mode 100644 index 0000000..8470614 --- /dev/null +++ b/textproc/p5-XML-Parser-EasyTree/distinfo @@ -0,0 +1 @@ +MD5 (XML-Parser-EasyTree-0.01.tar.gz) = f5221737a572a97b3187dade3a1f4191 diff --git a/textproc/p5-XML-Parser-EasyTree/pkg-descr b/textproc/p5-XML-Parser-EasyTree/pkg-descr new file mode 100644 index 0000000..af99256 --- /dev/null +++ b/textproc/p5-XML-Parser-EasyTree/pkg-descr @@ -0,0 +1,5 @@ +XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to +XML::Parser. Like XML::Parser's "Tree" style, setting this style causes +the parser to build a lightweight tree structure representing the XML +document. This structure is, at least in this author's opinion, easier to +work with than the one created by the built-in style. diff --git a/textproc/p5-XML-Parser-EasyTree/pkg-plist b/textproc/p5-XML-Parser-EasyTree/pkg-plist new file mode 100644 index 0000000..456e6a4 --- /dev/null +++ b/textproc/p5-XML-Parser-EasyTree/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/EasyTree/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/EasyTree +@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 +%%SITE_PERL%%/XML/Parser/EasyTree.pm +@unexec rmdir %D/%%SITE_PERL%%/XML/Parser 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |