diff options
author | will <will@FreeBSD.org> | 2000-12-31 13:22:15 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 13:22:15 +0800 |
commit | 98ccd184662da55558fd0040f3d06e1d36b054af (patch) | |
tree | b7bfdccb5eeca3ca687da3b128aa44472c79dd0f /textproc/p5-Text-FillIn | |
parent | 5c232e576d828cc9c70191d1f5e88bad64b4e005 (diff) | |
download | freebsd-ports-gnome-98ccd184662da55558fd0040f3d06e1d36b054af.tar.gz freebsd-ports-gnome-98ccd184662da55558fd0040f3d06e1d36b054af.tar.zst freebsd-ports-gnome-98ccd184662da55558fd0040f3d06e1d36b054af.zip |
Add p5-Text-FillIn 0.05, a Perl module (class) implementing a fill-in
template.
PR: 23929
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-Text-FillIn')
-rw-r--r-- | textproc/p5-Text-FillIn/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-FillIn/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-FillIn/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-FillIn/pkg-descr | 11 | ||||
-rw-r--r-- | textproc/p5-Text-FillIn/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Text-FillIn/Makefile b/textproc/p5-Text-FillIn/Makefile new file mode 100644 index 000000000000..f8b76f32019a --- /dev/null +++ b/textproc/p5-Text-FillIn/Makefile @@ -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> diff --git a/textproc/p5-Text-FillIn/distinfo b/textproc/p5-Text-FillIn/distinfo new file mode 100644 index 000000000000..4b47534945b2 --- /dev/null +++ b/textproc/p5-Text-FillIn/distinfo @@ -0,0 +1 @@ +MD5 (Text-FillIn-0.05.tar.gz) = 23d1cfcc132ac15d19c560be53c4f831 diff --git a/textproc/p5-Text-FillIn/pkg-comment b/textproc/p5-Text-FillIn/pkg-comment new file mode 100644 index 000000000000..997314273c09 --- /dev/null +++ b/textproc/p5-Text-FillIn/pkg-comment @@ -0,0 +1 @@ +A class implementing a fill-in template diff --git a/textproc/p5-Text-FillIn/pkg-descr b/textproc/p5-Text-FillIn/pkg-descr new file mode 100644 index 000000000000..cd84991a3f8f --- /dev/null +++ b/textproc/p5-Text-FillIn/pkg-descr @@ -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> diff --git a/textproc/p5-Text-FillIn/pkg-plist b/textproc/p5-Text-FillIn/pkg-plist new file mode 100644 index 000000000000..c611f7d45b0f --- /dev/null +++ b/textproc/p5-Text-FillIn/pkg-plist @@ -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 |