mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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:
parent
ce8114d5cb
commit
c5a4309967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148117
@ -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
|
||||
|
24
devel/pear-HTML_QuickForm_advmultiselect/Makefile
Normal file
24
devel/pear-HTML_QuickForm_advmultiselect/Makefile
Normal 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>
|
3
devel/pear-HTML_QuickForm_advmultiselect/distinfo
Normal file
3
devel/pear-HTML_QuickForm_advmultiselect/distinfo
Normal 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
|
4
devel/pear-HTML_QuickForm_advmultiselect/pkg-descr
Normal file
4
devel/pear-HTML_QuickForm_advmultiselect/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user