From c7b9d6e00b80e46f957feddb4b064cb570300e6a Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 31 Dec 2000 05:25:53 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/p5-Text-Filter-Chain/Makefile | 25 +++++++++++++++++++++++ textproc/p5-Text-Filter-Chain/distinfo | 1 + textproc/p5-Text-Filter-Chain/pkg-comment | 1 + textproc/p5-Text-Filter-Chain/pkg-descr | 6 ++++++ textproc/p5-Text-Filter-Chain/pkg-plist | 4 ++++ 6 files changed, 38 insertions(+) create mode 100644 textproc/p5-Text-Filter-Chain/Makefile create mode 100644 textproc/p5-Text-Filter-Chain/distinfo create mode 100644 textproc/p5-Text-Filter-Chain/pkg-comment create mode 100644 textproc/p5-Text-Filter-Chain/pkg-descr create mode 100644 textproc/p5-Text-Filter-Chain/pkg-plist 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 +# +# $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 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 + 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