Add p5-Text-FillIn 0.05, a Perl module (class) implementing a fill-in
template. PR: 23929 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
4193137a14
commit
c084d40d0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36497
6 changed files with 42 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
SUBDIR += p5-Text-Bind
|
||||
SUBDIR += p5-Text-CSV_XS
|
||||
SUBDIR += p5-Text-DoubleMetaphone
|
||||
SUBDIR += p5-Text-FillIn
|
||||
SUBDIR += p5-Text-Template
|
||||
SUBDIR += p5-XML-DOM
|
||||
SUBDIR += p5-XML-Parser
|
||||
|
|
23
textproc/p5-Text-FillIn/Makefile
Normal file
23
textproc/p5-Text-FillIn/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: textproc/p5-Text-FillIn
|
||||
# Date created: 29 December 2000
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-FillIn
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::FillIn.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Text-FillIn/distinfo
Normal file
1
textproc/p5-Text-FillIn/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Text-FillIn-0.05.tar.gz) = 23d1cfcc132ac15d19c560be53c4f831
|
1
textproc/p5-Text-FillIn/pkg-comment
Normal file
1
textproc/p5-Text-FillIn/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A class implementing a fill-in template
|
11
textproc/p5-Text-FillIn/pkg-descr
Normal file
11
textproc/p5-Text-FillIn/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is the Text::FillIn.pm module. It is a class for implementing
|
||||
fill-in text templates. It is designed to be flexible and
|
||||
sub-classible.
|
||||
|
||||
You can specify the delimiters that mark sections of text to be filled
|
||||
in (for example [[ and ]], or <!-- and -->, or { and } ... you get the
|
||||
picture), and you can specify the actions to take when filling in those
|
||||
sections.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
5
textproc/p5-Text-FillIn/pkg-plist
Normal file
5
textproc/p5-Text-FillIn/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FillIn/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Text/FillIn.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FillIn
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true
|
Loading…
Reference in a new issue