New port: www/template_

Template_ is a LGPL-ed high performance and fast template
	engine for PHP.

PR:		ports/90950
Submitted by:	Mun-Kyo Seo & <munggo@pmy.lv>
This commit is contained in:
Edwin Groothuis 2005-12-27 09:33:49 +00:00
parent 0f816f5f03
commit 4392416326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152162
6 changed files with 64 additions and 0 deletions

View file

@ -846,6 +846,7 @@
SUBDIR += tdiary
SUBDIR += tdiary-devel
SUBDIR += tdom
SUBDIR += template_
SUBDIR += textpattern
SUBDIR += thttpd
SUBDIR += thttpd-st

36
www/template_/Makefile Normal file
View file

@ -0,0 +1,36 @@
# New ports collection makefile for: template_
# Date created: 27 Dec 2005
# Whom: Mun-Kyo Seo <munggo@pmy.lv>
#
# $FreeBSD$
#
PORTNAME= template_
PORTVERSION= 2.2.3
CATEGORIES= www
MASTER_SITES= http://pmy.lv/mirror/Template_/ \
http://www.xtac.net/download/?file=
DISTNAME= Template_.2.2.3
MAINTAINER= munggo@pmy.lv
COMMENT= High performance PHP compiling template engine
WRKSRC= ${WRKDIR}
USE_PHP= yes
WANT_PHP_WEB= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${MKDIR} ${DATADIR}
.for f in Template_.class.php Template_.compiler.php
${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
${MKDIR} ${DATADIR}/tpl_plugin
${INSTALL_DATA} ${WRKSRC}/tpl_plugin/* ${DATADIR}/tpl_plugin
.endfor
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

3
www/template_/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (Template_.2.2.3.tar.gz) = 50e16aeef263f35ca434ef363c9fa6cf
SHA256 (Template_.2.2.3.tar.gz) = 526579bc7e39f96fdd97e0e3534bb4e005b64364a6d204054eb9d5a0b43bc373
SIZE (Template_.2.2.3.tar.gz) = 16732

3
www/template_/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
Template_ is a LGPL-ed high performance and fast template engine for PHP.
WWW: http://www.xtac.net/

View file

@ -0,0 +1,9 @@
****************************************************************
To use Template_ you have to add the correct include path into
your ${LOCALBASE}/etc/php.ini configuration file, like:
include_path = ".:${PREFIX}/share/template_"
****************************************************************

12
www/template_/pkg-plist Normal file
View file

@ -0,0 +1,12 @@
%%DATADIR%%/tpl_plugin/function.returnHello.php
%%DATADIR%%/tpl_plugin/functions.safe_mode.ini
%%DATADIR%%/tpl_plugin/object.say.php
%%DATADIR%%/tpl_plugin/postfilter.arrangeSpace.php
%%DATADIR%%/tpl_plugin/postfilter.removeTmpCode.php
%%DATADIR%%/tpl_plugin/prefilter.adjustPath.php
%%DATADIR%%/tpl_plugin/prefilter.parseMySyntax.php
%%DATADIR%%/Template_.class.php
%%DATADIR%%/Template_.compiler.php
@dirrm %%DATADIR%%/tpl_plugin
@dirrm %%DATADIR%%