diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-01 16:24:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-01 16:24:46 +0000 |
commit | bf92ef9bb02d6d5e63665a0f5440e01f21d14a10 (patch) | |
tree | 99268a28cdbc183e237760950237cb34f78ab3ab /textproc | |
parent | 93512b3b791b92b66e9be61cc1dd55d74f0dfa6b (diff) | |
download | ports-bf92ef9bb02d6d5e63665a0f5440e01f21d14a10.tar.gz ports-bf92ef9bb02d6d5e63665a0f5440e01f21d14a10.zip |
Notes
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 |