mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
SkyTemplate is a LGPL-ed fast template engine for PHP.
PR: ports/84223 Submitted by: Mun-Kyo Seo <munggo@gmail.com>
This commit is contained in:
parent
7eac167eb8
commit
06ab573bb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142862
@ -755,6 +755,7 @@
|
||||
SUBDIR += simplog
|
||||
SUBDIR += sitebar
|
||||
SUBDIR += sitecopy
|
||||
SUBDIR += skytemplace
|
||||
SUBDIR += slash
|
||||
SUBDIR += smarty
|
||||
SUBDIR += smb2www
|
||||
|
37
www/skytemplate/Makefile
Normal file
37
www/skytemplate/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: skytemplate
|
||||
# Date created: 28 Jul 2005
|
||||
# Whom: Mun-Kyo Seo <munggo@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= skytemplate
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://daddy.withsky.net/SkyTemplate/download/ \
|
||||
http://mirror.pmy.lv/SkyTemplate/download/
|
||||
DISTNAME= SkyTemplate.v131
|
||||
|
||||
MAINTAINER= munggo@gmail.com
|
||||
COMMENT= Yet another PHP compiling template engine
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_PHP= yes
|
||||
WANT_PHP_WEB= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
.for f in class.SkyTemplate.php class.SkyTemplate_withDaddy.php
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
|
||||
${MKDIR} ${DATADIR}/SkyTpl
|
||||
${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${DATADIR}/SkyTpl
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/skytemplate/distinfo
Normal file
2
www/skytemplate/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (SkyTemplate.v131.tar.gz) = 0c9b9fc92ac5ef6f1c9fcc2046864579
|
||||
SIZE (SkyTemplate.v130p2.tgz) = 21470
|
8
www/skytemplate/files/pkg-message.in
Normal file
8
www/skytemplate/files/pkg-message.in
Normal file
@ -0,0 +1,8 @@
|
||||
****************************************************************
|
||||
|
||||
To use SkyTemplate you have to add the correct include path into
|
||||
your %%LOCALBASE%%/etc/php.ini configuration file, like:
|
||||
|
||||
include_path = ".:%%PREFIX%%/share/skytemplate"
|
||||
|
||||
****************************************************************
|
3
www/skytemplate/pkg-descr
Normal file
3
www/skytemplate/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
SkyTemplate is a LGPL-ed fast template engine for PHP.
|
||||
|
||||
WWW: http://daddy.withsky.net/SkyTemplate/
|
10
www/skytemplate/pkg-plist
Normal file
10
www/skytemplate/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%DATADIR%%/SkyTpl/batch.TplCompiler.php
|
||||
%%DATADIR%%/SkyTpl/class.DefaultCacheHandler.php
|
||||
%%DATADIR%%/SkyTpl/plugin.post.PathRewrite.php
|
||||
%%DATADIR%%/SkyTpl/plugin.pre.BearTemplateSyntax.php
|
||||
%%DATADIR%%/SkyTpl/plugin.pre.TagComment.php
|
||||
%%DATADIR%%/SkyTpl/setup.ini.Master.php
|
||||
%%DATADIR%%/class.SkyTemplate.php
|
||||
%%DATADIR%%/class.SkyTemplate_withDaddy.php
|
||||
@dirrm %%DATADIR%%/SkyTpl
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user