mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Add a new port www/p5-Template-Alloy
Template::Alloy represents the mixing of features and capabilities from all of the major mini-language based template systems.
This commit is contained in:
parent
134df675a5
commit
f865406682
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194063
@ -845,6 +845,7 @@
|
||||
SUBDIR += p5-Syntax-Highlight-HTML
|
||||
SUBDIR += p5-Syntax-Highlight-Shell
|
||||
SUBDIR += p5-Task-Catalyst
|
||||
SUBDIR += p5-Template-Alloy
|
||||
SUBDIR += p5-Template-GD
|
||||
SUBDIR += p5-Template-Iterator-AlzaboWrapperCursor
|
||||
SUBDIR += p5-Template-Multilingual
|
||||
|
28
www/p5-Template-Alloy/Makefile
Normal file
28
www/p5-Template-Alloy/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: www/p5-Template-Alloy
|
||||
# Date created: 22 June 2007
|
||||
# Whom: mat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Template-Alloy
|
||||
PORTVERSION= 1.004
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Template
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Mixing of all of the major template systems
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Template::Alloy.3 Template::Alloy::Compile.3 \
|
||||
Template::Alloy::Context.3 Template::Alloy::Exception.3 \
|
||||
Template::Alloy::HTE.3 Template::Alloy::Iterator.3 \
|
||||
Template::Alloy::Operator.3 Template::Alloy::Parse.3 \
|
||||
Template::Alloy::Play.3 Template::Alloy::TT.3 \
|
||||
Template::Alloy::Tmpl.3 Template::Alloy::VMethod.3 \
|
||||
Template::Alloy::Velocity.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Template-Alloy/distinfo
Normal file
3
www/p5-Template-Alloy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Template-Alloy-1.004.tar.gz) = 6220903d5b6c6901bce9692af97f726a
|
||||
SHA256 (Template-Alloy-1.004.tar.gz) = a8216325f9a75887aa466d9ef2c05e04350661036d08ffb11c5999a4cc406cf5
|
||||
SIZE (Template-Alloy-1.004.tar.gz) = 145352
|
9
www/p5-Template-Alloy/pkg-descr
Normal file
9
www/p5-Template-Alloy/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Template::Alloy represents the mixing of features and capabilities from all of
|
||||
the major mini-language based template systems (support for non-mini-language
|
||||
based systems will happen eventually). With Template::Alloy you can use your
|
||||
favorite template interface and syntax and get features from each of the other
|
||||
major template systems. And Template::Alloy is fast - whether your using
|
||||
mod_perl, cgi, or running from the commandline. There is even
|
||||
Template::Alloy::XS for getting a little more speed when that is necessary.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Template-Alloy
|
20
www/p5-Template-Alloy/pkg-plist
Normal file
20
www/p5-Template-Alloy/pkg-plist
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Template/Alloy.pm
|
||||
%%SITE_PERL%%/Template/Alloy.pod
|
||||
%%SITE_PERL%%/Template/Alloy/Compile.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Context.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Exception.pm
|
||||
%%SITE_PERL%%/Template/Alloy/HTE.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Iterator.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Operator.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Parse.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Play.pm
|
||||
%%SITE_PERL%%/Template/Alloy/TT.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Tmpl.pm
|
||||
%%SITE_PERL%%/Template/Alloy/VMethod.pm
|
||||
%%SITE_PERL%%/Template/Alloy/Velocity.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Alloy/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Alloy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
||||
@dirrmtry %%SITE_PERL%%/Template/Alloy
|
||||
@dirrmtry %%SITE_PERL%%/Template
|
Loading…
x
Reference in New Issue
Block a user