Index: head/devel/pear-HTML_Template_IT/Makefile =================================================================== --- head/devel/pear-HTML_Template_IT/Makefile (revision 186667) +++ head/devel/pear-HTML_Template_IT/Makefile (revision 186668) @@ -1,34 +1,38 @@ # Ports collection makefile for: pear-HTML_Template_IT # Date created: 02 September 2003 # Whom: Alex Miller () # # $FreeBSD$ # 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" @${ECHO_MSG} " ;;)." .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/devel/pear-HTML_Template_IT/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/pear-HTML_Template_IT/distinfo =================================================================== --- head/devel/pear-HTML_Template_IT/distinfo (revision 186667) +++ head/devel/pear-HTML_Template_IT/distinfo (revision 186668) @@ -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 Property changes on: head/devel/pear-HTML_Template_IT/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/pear-HTML_Template_IT/pkg-descr =================================================================== --- head/devel/pear-HTML_Template_IT/pkg-descr (revision 186667) +++ head/devel/pear-HTML_Template_IT/pkg-descr (revision 186668) @@ -1,21 +1,21 @@ HTML_Template_IT: Simple template API. The Isotemplate API is somewhat tricky for a beginner although it is the best one you can build. template::parse() [phplib template = Isotemplate] requests you to name a source and a target where the current block gets parsed into. Source and target can be block names or even handler names. Features : * Nested blocks * Include external file * Custom tags format (default {mytag}) HTML_Template_ITX : With this class you get the full power of the phplib template class. You may have one file with blocks in it but you have as well one main file and multiple files one for each block. This is quite usefull when you have 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/ Property changes on: head/devel/pear-HTML_Template_IT/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property