diff options
author | mat <mat@FreeBSD.org> | 2003-10-02 00:24:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-02 00:24:46 +0800 |
commit | 3e91ed07e89bf87b9e2d29d6c10e95a35864cef0 (patch) | |
tree | 43cc0864d3a1af97b6f45846cc1ac24ff88fe71e /textproc | |
parent | a2683ce1141ae4987c540098ba8b89f815130796 (diff) | |
download | freebsd-ports-gnome-3e91ed07e89bf87b9e2d29d6c10e95a35864cef0.tar.gz freebsd-ports-gnome-3e91ed07e89bf87b9e2d29d6c10e95a35864cef0.tar.zst freebsd-ports-gnome-3e91ed07e89bf87b9e2d29d6c10e95a35864cef0.zip |
Add p5-XML-NodeFilter 0.01,
a XML::NodeFilter is an object that know how to "filter out" nodes.
PR: 56713
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/Makefile | 29 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 437c2521e63d..8a7c1e8fc694 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -290,6 +290,7 @@ SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node + SUBDIR += p5-XML-NodeFilter SUBDIR += p5-XML-Parser SUBDIR += p5-XML-Quote SUBDIR += p5-XML-RSS diff --git a/textproc/p5-XML-NodeFilter/Makefile b/textproc/p5-XML-NodeFilter/Makefile new file mode 100644 index 000000000000..1108fbf52286 --- /dev/null +++ b/textproc/p5-XML-NodeFilter/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-XML-NodeFilter +# Date created: 11 Sep 2003 +# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com> +# +# $FreeBSD$ +# + +PORTNAME= XML-NodeFilter +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= A XML::NodeFilter is an object that know how to "filter out" nodes + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::NodeFilter.3 + +test: build + @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ + ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-NodeFilter/distinfo b/textproc/p5-XML-NodeFilter/distinfo new file mode 100644 index 000000000000..7b3c48115fc2 --- /dev/null +++ b/textproc/p5-XML-NodeFilter/distinfo @@ -0,0 +1 @@ +MD5 (XML-NodeFilter-0.01.tar.gz) = a585cd03435fc51ead427aa2c82b40a3 diff --git a/textproc/p5-XML-NodeFilter/pkg-descr b/textproc/p5-XML-NodeFilter/pkg-descr new file mode 100644 index 000000000000..419e1c100a4b --- /dev/null +++ b/textproc/p5-XML-NodeFilter/pkg-descr @@ -0,0 +1,6 @@ +XML::NodeFilter is a generic node-filter class for DOM traversal as +specified in the DOM Level 2 Traversal and Range specification. It +extends that specification so this class is more easy to use for perl +programmers. + +WWW: http://search.cpan.org/perldoc?XML::NodeFilter diff --git a/textproc/p5-XML-NodeFilter/pkg-plist b/textproc/p5-XML-NodeFilter/pkg-plist new file mode 100644 index 000000000000..44fd2755bf1f --- /dev/null +++ b/textproc/p5-XML-NodeFilter/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/XML/NodeFilter.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/NodeFilter/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/NodeFilter +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |