summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-06 12:59:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-06 12:59:03 +0000
commit04fbe4bdd47aa0e72051ae44975d99ae4350e542 (patch)
tree96f5fe380abe489de3f41784c51aa3a77c0f2319
parent- Deprecate (This port is badly constrcuted, makes some weird conflicting (diff)
- Update to 1.2.1
- Pass maintainership to submitter - Update WWW PR: ports/109861 Submitted by: chinsan
Notes
Notes: svn path=/head/; revision=186668
-rw-r--r--devel/pear-HTML_Template_IT/Makefile22
-rw-r--r--devel/pear-HTML_Template_IT/distinfo6
-rw-r--r--devel/pear-HTML_Template_IT/pkg-descr2
3 files changed, 17 insertions, 13 deletions
diff --git a/devel/pear-HTML_Template_IT/Makefile b/devel/pear-HTML_Template_IT/Makefile
index 418f4c342e4c..1be7454de30a 100644
--- a/devel/pear-HTML_Template_IT/Makefile
+++ b/devel/pear-HTML_Template_IT/Makefile
@@ -6,24 +6,28 @@
#
PORTNAME= HTML_Template_IT
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.2.1
CATEGORIES= devel www pear
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PEAR template API
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= PEAR Integrated template API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML/Template
FILES= IT.php ITX.php IT_Error.php
-EXAMPLES= sample_it.php templates/main.tpl.htm
-TESTS= templates/addblock.html templates/blockiteration.html \
- templates/blocks.html templates/globals.html templates/__include.html \
+EXAMPLES= sample_it.php sample_itx_addblockfile.php \
+ templates/addblockfile_list.tpl.htm \
+ templates/addblockfile_main.tpl.htm \
+ templates/main.tpl.htm
+TESTS= Console_TestListener.php ITX_api_testcase.php \
+ ITX_usage_testcase.php IT_api_testcase.php \
+ IT_usage_testcase.php templates/__include.html \
+ templates/addblock.html templates/blockiteration.html \
+ templates/blocks.html templates/globals.html \
templates/include.html templates/loadtemplatefile.html \
- templates/replaceblock.html Console_TestListener.php IT_api_testcase.php \
- IT_usage_testcase.php ITX_api_testcase.php ITX_usage_testcase.php test.php
+ templates/replaceblock.html test.php
do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PHPUnit - see"
diff --git a/devel/pear-HTML_Template_IT/distinfo b/devel/pear-HTML_Template_IT/distinfo
index 66d55f730746..2ea27ed394ef 100644
--- a/devel/pear-HTML_Template_IT/distinfo
+++ b/devel/pear-HTML_Template_IT/distinfo
@@ -1,3 +1,3 @@
-MD5 (PEAR/HTML_Template_IT-1.1.tgz) = 6062a6b0cf6033b206bd62aaeb36c055
-SHA256 (PEAR/HTML_Template_IT-1.1.tgz) = 39efaa6fb1010ccdcd132bbd520a44c6193bf56bddbc933098cb478e401849b5
-SIZE (PEAR/HTML_Template_IT-1.1.tgz) = 18563
+MD5 (PEAR/HTML_Template_IT-1.2.1.tgz) = 1d4bf6f13ed4de43a0f837c0de9f2d7a
+SHA256 (PEAR/HTML_Template_IT-1.2.1.tgz) = f6ffcd5ae5f4ccf34bcc54130fbf7a55f4750a0928c45bf2229b7e4cd6d68e0a
+SIZE (PEAR/HTML_Template_IT-1.2.1.tgz) = 21565
diff --git a/devel/pear-HTML_Template_IT/pkg-descr b/devel/pear-HTML_Template_IT/pkg-descr
index 5a15e20101c8..64b37e4aa3b2 100644
--- a/devel/pear-HTML_Template_IT/pkg-descr
+++ b/devel/pear-HTML_Template_IT/pkg-descr
@@ -18,4 +18,4 @@ user configurable websites. Using blocks not in the main template allows
you to modify some parts of your layout easily.
-WWW: http://pear.php.net/package-info.php?package=HTML_Template_IT
+WWW: http://pear.php.net/package/html_template_it/