mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
11166c4862
commit
c7b9d6e00b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36499
@ -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
|
||||
|
25
textproc/p5-Text-Filter-Chain/Makefile
Normal file
25
textproc/p5-Text-Filter-Chain/Makefile
Normal file
@ -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>
|
1
textproc/p5-Text-Filter-Chain/distinfo
Normal file
1
textproc/p5-Text-Filter-Chain/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Text-Filter-Chain-0.02.tar.gz) = 5376fb4faefad6765f76d6e9754dd7b9
|
1
textproc/p5-Text-Filter-Chain/pkg-comment
Normal file
1
textproc/p5-Text-Filter-Chain/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Chains multiple Text::Filter objects and runs them in sequence
|
6
textproc/p5-Text-Filter-Chain/pkg-descr
Normal file
6
textproc/p5-Text-Filter-Chain/pkg-descr
Normal file
@ -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>
|
4
textproc/p5-Text-Filter-Chain/pkg-plist
Normal file
4
textproc/p5-Text-Filter-Chain/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user