diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 16:22:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 16:22:18 +0000 |
commit | c5a43099671f573436c6524dbf3f8df229304cf2 (patch) | |
tree | bf8b45624342722535609ab33e8cb559434440e8 /devel/pear-HTML_QuickForm_advmultiselect | |
parent | ce8114d5cb56f6cad7ef59f691202c123d07c7c1 (diff) | |
download | ports-c5a43099671f573436c6524dbf3f8df229304cf2.tar.gz ports-c5a43099671f573436c6524dbf3f8df229304cf2.zip |
Notes
Diffstat (limited to 'devel/pear-HTML_QuickForm_advmultiselect')
-rw-r--r-- | devel/pear-HTML_QuickForm_advmultiselect/Makefile | 24 | ||||
-rw-r--r-- | devel/pear-HTML_QuickForm_advmultiselect/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-HTML_QuickForm_advmultiselect/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/pear-HTML_QuickForm_advmultiselect/Makefile b/devel/pear-HTML_QuickForm_advmultiselect/Makefile new file mode 100644 index 000000000000..8fc13e16bcd5 --- /dev/null +++ b/devel/pear-HTML_QuickForm_advmultiselect/Makefile @@ -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> diff --git a/devel/pear-HTML_QuickForm_advmultiselect/distinfo b/devel/pear-HTML_QuickForm_advmultiselect/distinfo new file mode 100644 index 000000000000..fb23984e8b2a --- /dev/null +++ b/devel/pear-HTML_QuickForm_advmultiselect/distinfo @@ -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 diff --git a/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr b/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr new file mode 100644 index 000000000000..762cc83f3f4d --- /dev/null +++ b/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr @@ -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 |