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:
parent
4d215895e8
commit
0027f3b7e0
20
textproc/p5-Text-Tmpl/Makefile
Normal file
20
textproc/p5-Text-Tmpl/Makefile
Normal 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>
|
4
textproc/p5-Text-Tmpl/distinfo
Normal file
4
textproc/p5-Text-Tmpl/distinfo
Normal 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
|
||||
|
11
textproc/p5-Text-Tmpl/patches/patch-Makefile_PL
Normal file
11
textproc/p5-Text-Tmpl/patches/patch-Makefile_PL
Normal 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',
|
4
textproc/p5-Text-Tmpl/pkg/DESCR
Normal file
4
textproc/p5-Text-Tmpl/pkg/DESCR
Normal 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.
|
13
textproc/p5-Text-Tmpl/pkg/PLIST
Normal file
13
textproc/p5-Text-Tmpl/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user