mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.3.2
- grab maintainership PR: ports/112105 Submitted by: maintainer (Zhen REN)
This commit is contained in:
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
|
@ -6,25 +6,26 @@
|
|||
#
|
||||
|
||||
PORTNAME= HTML_Template_PHPLIB
|
||||
PORTVERSION= 1.3.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= bg1tpt@gmail.com
|
||||
COMMENT= PEAR template API ported from PHPLIB
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= HTML/Template
|
||||
FILES= PHPLIB.php
|
||||
FILES= HTML/Template/PHPLIB.php
|
||||
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
|
||||
TESTS= AllTests.php file.tpl HTML_Template_PHPLIBTest.php
|
||||
|
||||
do-install-tests-msg: .USE
|
||||
@${ECHO_MSG} " (These tests require PEAR::Benchmark - see"
|
||||
@${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 "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PEAR/HTML_Template_PHPLIB-1.3.1.tgz) = eb44701e8e423a79c695116eb966ca4d
|
||||
SHA256 (PEAR/HTML_Template_PHPLIB-1.3.1.tgz) = ac07069434ca8bd63028c1ad0f6e9e2fb859f9539026ef1328daefd5919788f3
|
||||
SIZE (PEAR/HTML_Template_PHPLIB-1.3.1.tgz) = 6299
|
||||
MD5 (PEAR/HTML_Template_PHPLIB-1.3.2.tgz) = 9bff2d389d1483f10fca400e3821f7ee
|
||||
SHA256 (PEAR/HTML_Template_PHPLIB-1.3.2.tgz) = 0b6e7081519259a091e1c5697bd9e69502afb195cd185df66d6fba3be5186e33
|
||||
SIZE (PEAR/HTML_Template_PHPLIB-1.3.2.tgz) = 8542
|
||||
|
|
|
@ -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
|
||||
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/
|
||||
|
|
Loading…
Add table
Reference in a new issue