svn commit: r318025 - head/devel/pear-HTML_Template_PHPLIB

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:15:06 UTC 2013


Author: miwi
Date: Mon May 13 09:15:05 2013
New Revision: 318025
URL: http://svnweb.freebsd.org/changeset/ports/318025

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/devel/pear-HTML_Template_PHPLIB/Makefile   (contents, props changed)

Modified: head/devel/pear-HTML_Template_PHPLIB/Makefile
==============================================================================
--- head/devel/pear-HTML_Template_PHPLIB/Makefile	Mon May 13 09:14:15 2013	(r318024)
+++ head/devel/pear-HTML_Template_PHPLIB/Makefile	Mon May 13 09:15:05 2013	(r318025)
@@ -1,12 +1,9 @@
-# Ports collection makefile for:  pear-HTML_Template_PHPLIB
-# Date created:			  04 September 2003
-# Whom:				  Alex Miller (<asm at asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm at asm.kiev.ua>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_Template_PHPLIB
 PORTVERSION=	1.5.2
+PORTREVISION=	1
 CATEGORIES=	devel www pear
 
 MAINTAINER=	joehorn at gmail.com
@@ -17,26 +14,7 @@ LICENSE=	LGPL3
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-SCRIPTFILES=	html_template_phplibtool
-FILES=		HTML/Template/PHPLIB.php HTML/Template/PHPLIB/Generator.php \
-		HTML/Template/PHPLIB/Helper.php \
-		HTML/Template/PHPLIB/Tool.php \
-		HTML/Template/PHPLIB/Validator.php
-DOCS=		README
-EXAMPLES=	authors.php authors.tpl block.ihtml block.php broken.tpl ittest.php tpl1.ihtml tpl1.php
-_DOCSDIR=	examples
-TESTS=		AllTests.php HTML_Template_PHPLIBTest.php \
-		HTML_Template_PHPLIB_GeneratorTest.php \
-		HTML_Template_PHPLIB_HelperTest.php \
-		HTML_Template_PHPLIB_ValidatorTest.php \
-		helper.inc \
-		templates/block.tpl templates/block2.tpl templates/block3.tpl \
-		templates/simple.tpl templates/simple2.tpl
-
-post-patch:
-.for _FILE in ${SCRIPTFILES}
-	${MV} ${WRKSRC}/bin/${_FILE} ${WRKSRC}/pear-${_FILE}
-.endfor
+PEAR_AUTOINSTALL=	yes
 
 do-install-tests-msg: .USE
 	@${ECHO_MSG} "     (These tests require PEAR::Benchmark - see"


More information about the svn-ports-all mailing list