Add p5-HTML-Template-Expr 0.03,

perl module to use HTML Templates which allows expressions.

PR:		ports/32348
Submitted by:	nork@cityfujisawa.ne.jp
This commit is contained in:
Jun Kuriyama 2001-12-03 01:12:56 +00:00
parent 42b6758122
commit 9b1d1c2582
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50916
6 changed files with 47 additions and 0 deletions

View file

@ -244,6 +244,7 @@
SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-TableLayout
SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Tagset
SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template
SUBDIR += p5-HTML-Template-Expr
SUBDIR += p5-HTML-Tree SUBDIR += p5-HTML-Tree
SUBDIR += p5-HTTP-GHTTP SUBDIR += p5-HTTP-GHTTP
SUBDIR += p5-HTTPD-Tools SUBDIR += p5-HTTPD-Tools

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-HTML-Template-Expr
# Date Created: 2001/11/28
# Whom: nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#
PORTNAME= HTML-Template-Expr
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= nork@cityfujisawa.ne.jp
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS= ${BUILD_DEPENDS} \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
PERL_CONFIGURE= yes
MAN3= HTML::Template::Expr.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (HTML-Template-Expr-0.03.tar.gz) = ea0b9412a903f995016c5d451466969f

View file

@ -0,0 +1 @@
Perl module to use HTML Templates which allows expressions

View file

@ -0,0 +1,10 @@
This module provides an extension to HTML::Template which allows
expressions in the template syntax. This is purely an addition - all
the normal HTML::Template options, syntax and behaviors will still
work. See HTML::Template for details.
Expression support includes comparisons, math operations, string
operations and a mechanism to allow you add your own functions at
runtime.
WWW: http://sourceforge.net/projects/html-template/

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/HTML/Template/Expr.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template/Expr/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML/Template 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template/Expr
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true