- Update to 1.3.2

- grab maintainership

PR:		ports/112105
Submitted by:	maintainer (Zhen REN)
This commit is contained in:
Cheng-Lung Sung 2007-04-27 07:19:58 +00:00
parent 6bc1694b03
commit 8434766ac1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190993
3 changed files with 11 additions and 10 deletions

View file

@ -6,25 +6,26 @@
# #
PORTNAME= HTML_Template_PHPLIB PORTNAME= HTML_Template_PHPLIB
PORTVERSION= 1.3.1 PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= devel www pear CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org MAINTAINER= bg1tpt@gmail.com
COMMENT= PEAR template API ported from PHPLIB COMMENT= PEAR template API ported from PHPLIB
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML/Template FILES= HTML/Template/PHPLIB.php
FILES= PHPLIB.php
DOCS= README DOCS= README
EXAMPLES= block.ihtml block.php ittest.php tpl1.ihtml tpl1.php EXAMPLES= authors.php authors.tpl block.ihtml block.php ittest.php tpl1.ihtml tpl1.php
_DOCSDIR= examples _DOCSDIR= examples
TESTS= AllTests.php file.tpl HTML_Template_PHPLIBTest.php
do-install-tests-msg: .USE do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PEAR::Benchmark - see" @${ECHO_MSG} " (These tests require PEAR::Benchmark - see"
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=Benchmark>;;;)." @${ECHO_MSG} " <http://pear.php.net/package-info.php?package=Benchmark>;;;)."
@${ECHO_MSG} " (These tests also require PEAR::PHPUnit - see"
@${ECHO_MSG} " <http://pear.php.net/package/PHPUnit>;;;)."
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include "${PORTSDIR}/devel/pear/bsd.pear.mk"

View file

@ -1,3 +1,3 @@
MD5 (PEAR/HTML_Template_PHPLIB-1.3.1.tgz) = eb44701e8e423a79c695116eb966ca4d MD5 (PEAR/HTML_Template_PHPLIB-1.3.2.tgz) = 9bff2d389d1483f10fca400e3821f7ee
SHA256 (PEAR/HTML_Template_PHPLIB-1.3.1.tgz) = ac07069434ca8bd63028c1ad0f6e9e2fb859f9539026ef1328daefd5919788f3 SHA256 (PEAR/HTML_Template_PHPLIB-1.3.2.tgz) = 0b6e7081519259a091e1c5697bd9e69502afb195cd185df66d6fba3be5186e33
SIZE (PEAR/HTML_Template_PHPLIB-1.3.1.tgz) = 6299 SIZE (PEAR/HTML_Template_PHPLIB-1.3.2.tgz) = 8542

View file

@ -3,4 +3,4 @@ features that can't be found currently in the original version like
fallback paths. It has minor improvements and cleanup in the code as fallback paths. It has minor improvements and cleanup in the code as
well as some speed improvements. well as some speed improvements.
WWW: http://pear.php.net/package-info.php?package=HTML_Template_PHPLIB WWW: http://pear.php.net/package/HTML_Template_PHPLIB/