The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickForm

package that is two select boxes next to each other emulating a multi-select.

PR:		ports/88818
Submitted by:	Chris St Denis <chris@ctgameinfo.com>
This commit is contained in:
Pav Lucistnik 2005-11-13 16:22:18 +00:00
parent ce8114d5cb
commit c5a4309967
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148117
4 changed files with 32 additions and 0 deletions

View File

@ -1241,6 +1241,7 @@
SUBDIR += pear-HTML_QuickForm
SUBDIR += pear-HTML_QuickForm_Controller
SUBDIR += pear-HTML_QuickForm_SelectFilter
SUBDIR += pear-HTML_QuickForm_advmultiselect
SUBDIR += pear-HTML_Select
SUBDIR += pear-HTML_Select_Common
SUBDIR += pear-HTML_Table

View File

@ -0,0 +1,24 @@
# Ports collection makefile for: pear-HTML_QuickForm_advmultiselect
# Date created: 11 November 2005
# Whom: Chris St Denis <chris@ctgameinfo.com>
#
# $FreeBSD$
#
PORTNAME= HTML_QuickForm_advmultiselect
PORTVERSION= 1.0.0
CATEGORIES= devel www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= chris@ctgameinfo.com
COMMENT= Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML/QuickForm
FILES= advmultiselect.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/HTML_QuickForm_advmultiselect-1.0.0.tgz) = 87dcce2d71569f40ec11cd29ffbc3b91
SHA256 (PEAR/HTML_QuickForm_advmultiselect-1.0.0.tgz) = 7acdfbbb98f12a7fae2e0205b770d4badcbb065abd17f30b1f0895e2ba341ae9
SIZE (PEAR/HTML_QuickForm_advmultiselect-1.0.0.tgz) = 134955

View File

@ -0,0 +1,4 @@
The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickForm
package that is two select boxes next to each other emulating a multi-select.
WWW: http://pear.php.net/package/HTML_QuickForm_advmultiselect