Import Text-Tmpl 0.28. Submitted by Alex Feinberg <alex@strlen.net>.

Text::Tmpl is a simplified template library, which allows for text
template to be interpreted from a Perl script. The template language
allows for variables, flow control, and loops, and the template format
can be defined from the perl script.
This commit is contained in:
naddy 2003-05-11 01:22:17 +00:00
parent 4d215895e8
commit 0027f3b7e0
5 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/11 01:22:17 naddy Exp $
COMMENT= "very fast Perl templating library"
DISTNAME= Text-Tmpl-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Alex Feinberg <alex@strlen.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Text-Tmpl-0.28.tar.gz) = c910dce5907107c5d54c3a1ea5a7762f
RMD160 (Text-Tmpl-0.28.tar.gz) = 134fcfd9b2565882742964a715cf091f79ddd437
SHA1 (Text-Tmpl-0.28.tar.gz) = b0391f51d46014f69de0b032a6943888ddf9e35f

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2003/05/11 01:22:17 naddy Exp $
--- Makefile.PL.orig Sat May 10 19:08:54 2003
+++ Makefile.PL Sat May 10 19:09:01 2003
@@ -6,7 +6,6 @@ WriteMakefile(
'OBJECT' => 'context.o default_tags.o nclist.o parser.o '
. 'staglist.o tagplist.o template.o varlist.o '
. 'tokens.o perl_tags.o Tmpl.o',
- 'OPTIMIZE' => '-O3',
'INC' => '-I.',
'MAN3PODS' => {
'Tmpl.pm' => 'blib/man3/Text::Tmpl.3',

View File

@ -0,0 +1,4 @@
Text::Tmpl is a simplified template library, which allows for text
template to be interpreted from a Perl script. The template language
allows for variables, flow control, and loops, and the template format
can be defined from the perl script.

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/11 01:22:17 naddy Exp $
${P5ARCH}/Text/Tmpl.pm
${P5ARCH}/Text/libtmpl.pod
${P5ARCH}/Text/template_extend.pod
${P5ARCH}/Text/template_syntax.pod
${P5ARCH}/auto/Text/Tmpl/Tmpl.bs
${P5ARCH}/auto/Text/Tmpl/Tmpl.so
${P5ARCH}/auto/Text/Tmpl/autosplit.ix
man/man3p/Text::Tmpl.3
man/man3p/libtmpl.3
man/man3p/template_extend.3
man/man3p/template_syntax.3
@dirrm ${P5ARCH}/auto/Text/Tmpl