diff options
author | will <will@FreeBSD.org> | 2000-12-31 13:25:53 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 13:25:53 +0800 |
commit | ca3325ec357550d8ad6438097d0f57aa26414e43 (patch) | |
tree | 0125722f5af238757fe872d9ee7d042e97897713 /textproc | |
parent | d1cfc2ad0fd7d6068350449c1f8697dca5370ced (diff) | |
download | freebsd-ports-gnome-ca3325ec357550d8ad6438097d0f57aa26414e43.tar.gz freebsd-ports-gnome-ca3325ec357550d8ad6438097d0f57aa26414e43.tar.zst freebsd-ports-gnome-ca3325ec357550d8ad6438097d0f57aa26414e43.zip |
Add p5-Text-Filter-Chain 0.02, a perl module to chain multiple
Text::Filter objects and runs them in sequence.
PR: 23932
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Filter-Chain/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-Filter-Chain/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Filter-Chain/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Filter-Chain/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Filter-Chain/pkg-plist | 4 |
6 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0bf381264072..1acff38a90c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -78,6 +78,7 @@ SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter + SUBDIR += p5-Text-Filter-Chain SUBDIR += p5-Text-Template SUBDIR += p5-XML-DOM SUBDIR += p5-XML-Parser diff --git a/textproc/p5-Text-Filter-Chain/Makefile b/textproc/p5-Text-Filter-Chain/Makefile new file mode 100644 index 000000000000..9cf32414d0ba --- /dev/null +++ b/textproc/p5-Text-Filter-Chain/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: textproc/p5-Text-Filter-Chain +# Date created: 29 December 2000 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Filter-Chain +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Filter.pm:${PORTSDIR}/textproc/p5-Text-Filter + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Text::Filter::Chain.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Filter-Chain/distinfo b/textproc/p5-Text-Filter-Chain/distinfo new file mode 100644 index 000000000000..ca2a3fed0257 --- /dev/null +++ b/textproc/p5-Text-Filter-Chain/distinfo @@ -0,0 +1 @@ +MD5 (Text-Filter-Chain-0.02.tar.gz) = 5376fb4faefad6765f76d6e9754dd7b9 diff --git a/textproc/p5-Text-Filter-Chain/pkg-comment b/textproc/p5-Text-Filter-Chain/pkg-comment new file mode 100644 index 000000000000..fadde0962ab2 --- /dev/null +++ b/textproc/p5-Text-Filter-Chain/pkg-comment @@ -0,0 +1 @@ +Chains multiple Text::Filter objects and runs them in sequence diff --git a/textproc/p5-Text-Filter-Chain/pkg-descr b/textproc/p5-Text-Filter-Chain/pkg-descr new file mode 100644 index 000000000000..8c9a7048341f --- /dev/null +++ b/textproc/p5-Text-Filter-Chain/pkg-descr @@ -0,0 +1,6 @@ +Text::Filter::Chain - object for chaining Text::Filter objects and +running them sequentially, feeding the output of each filter to the +input of the next one. + +-Anton +<tobez@tobez.org> diff --git a/textproc/p5-Text-Filter-Chain/pkg-plist b/textproc/p5-Text-Filter-Chain/pkg-plist new file mode 100644 index 000000000000..67510eb1fb3f --- /dev/null +++ b/textproc/p5-Text-Filter-Chain/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Filter/Chain/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/Filter/Chain.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Filter/Chain +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text/Filter 2>/dev/null || true |