diff options
Diffstat (limited to 'www/skytemplate')
-rw-r--r-- | www/skytemplate/Makefile | 30 | ||||
-rw-r--r-- | www/skytemplate/distinfo | 2 | ||||
-rw-r--r-- | www/skytemplate/files/pkg-message.in | 10 | ||||
-rw-r--r-- | www/skytemplate/pkg-descr | 3 | ||||
-rw-r--r-- | www/skytemplate/pkg-plist | 9 |
5 files changed, 0 insertions, 54 deletions
diff --git a/www/skytemplate/Makefile b/www/skytemplate/Makefile deleted file mode 100644 index 3c50032b2a05..000000000000 --- a/www/skytemplate/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Mun-Kyo Seo <munggo@gmail.com> -# $FreeBSD$ - -PORTNAME= skytemplate -PORTVERSION= 1.4.0 -CATEGORIES= www -MASTER_SITES= http://daddy.withsky.net/SkyTemplate/download/ \ - http://mirror.pmy.lv/SkyTemplate/download/ -DISTNAME= SkyTemplate.v${PORTVERSION:S/.//g} - -MAINTAINER= munggo@gmail.com -COMMENT= Yet another PHP compiling template engine - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= php:web -NO_BUILD= yes -NO_ARCH= yes - -SUB_FILES= pkg-message - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${DATADIR} - @${MKDIR} ${STAGEDIR}${DATADIR}/SkyTpl - ${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${STAGEDIR}${DATADIR}/SkyTpl - -.include <bsd.port.mk> diff --git a/www/skytemplate/distinfo b/www/skytemplate/distinfo deleted file mode 100644 index 97b381181c21..000000000000 --- a/www/skytemplate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (SkyTemplate.v140.tar.gz) = 6c79fbdfef6a392b48ae0532c93f01eed6c97fd185b815289671b123d27127e8 -SIZE (SkyTemplate.v140.tar.gz) = 22775 diff --git a/www/skytemplate/files/pkg-message.in b/www/skytemplate/files/pkg-message.in deleted file mode 100644 index 4be47db9cba9..000000000000 --- a/www/skytemplate/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: <<EOM -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" -EOM -} -] diff --git a/www/skytemplate/pkg-descr b/www/skytemplate/pkg-descr deleted file mode 100644 index fdab17c58c98..000000000000 --- a/www/skytemplate/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -SkyTemplate is a LGPL-ed fast template engine for PHP. - -WWW: http://daddy.withsky.net/SkyTemplate/ diff --git a/www/skytemplate/pkg-plist b/www/skytemplate/pkg-plist deleted file mode 100644 index 62ce383d3ee7..000000000000 --- a/www/skytemplate/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%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%%/SkyTpl/setup.ini.SafeMode.php -%%DATADIR%%/class.SkyTemplate.php -%%DATADIR%%/class.SkyTemplate_withDaddy.php |