svn commit: r318022 - head/devel/pear-HTML_QuickForm_advmultiselect
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:08:52 UTC 2013
Author: miwi
Date: Mon May 13 09:08:51 2013
New Revision: 318022
URL: http://svnweb.freebsd.org/changeset/ports/318022
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-HTML_QuickForm_advmultiselect/Makefile (contents, props changed)
Modified: head/devel/pear-HTML_QuickForm_advmultiselect/Makefile
==============================================================================
--- head/devel/pear-HTML_QuickForm_advmultiselect/Makefile Mon May 13 09:07:49 2013 (r318021)
+++ head/devel/pear-HTML_QuickForm_advmultiselect/Makefile Mon May 13 09:08:51 2013 (r318022)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTML_QuickForm_advmultiselect
-# Date created: 11 November 2005
-# Whom: Chris St Denis <chris at ctgameinfo.com>
-#
+# Created by: Chris St Denis <chris at ctgameinfo.com>
# $FreeBSD$
-#
PORTNAME= HTML_QuickForm_advmultiselect
PORTVERSION= 1.5.0
@@ -14,26 +10,10 @@ COMMENT= Element for PEAR::HTML_QuickFor
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-CATEGORY= HTML/QuickForm
-FILES= advmultiselect.php qfamsHandler.js qfamsHandler-min.js
-
-EXAMPLES= bluestar-12.gif down.png \
- goldstar-12.gif itdynamic.html \
- qfams_basic_1.php qfams_basic_2.php \
- qfams_custom_1.php qfams_custom_2.php \
- qfams_custom_3.php qfams_custom_4.php \
- qfams_custom_5.php qfams_custom_6.php \
- qfams_custom_7.php qfams_custom_8.php \
- qfams_custom_9.php qfams_multiple_1.php \
- qfams_multiple_2.php qfams_template_1.php \
- up.png
+RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
+ ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-TESTS= AllTests.php \
- HTML_QuickForm_advmultiselect_TestSuite_Basic.php \
- HTML_QuickForm_advmultiselect_TestSuite_Custom.php \
- HTML_QuickForm_advmultiselect_TestSuite_Exception.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list