aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Livesearch
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-01 19:39:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-01 19:39:58 +0000
commit623285aa932180ec7a11c71e765782c6e9a50cfb (patch)
tree19f9bc381de68c563a4d2a91de75f04519e9684f /devel/pear-HTML_QuickForm_Livesearch
parent79b34561621e8bf07c6dd65fe4f35a26414e9644 (diff)
downloadports-623285aa932180ec7a11c71e765782c6e9a50cfb.tar.gz
ports-623285aa932180ec7a11c71e765782c6e9a50cfb.zip
Notes
Diffstat (limited to 'devel/pear-HTML_QuickForm_Livesearch')
-rw-r--r--devel/pear-HTML_QuickForm_Livesearch/Makefile27
-rw-r--r--devel/pear-HTML_QuickForm_Livesearch/distinfo3
-rw-r--r--devel/pear-HTML_QuickForm_Livesearch/pkg-descr9
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/pear-HTML_QuickForm_Livesearch/Makefile b/devel/pear-HTML_QuickForm_Livesearch/Makefile
new file mode 100644
index 000000000000..4f0d23c96ca7
--- /dev/null
+++ b/devel/pear-HTML_QuickForm_Livesearch/Makefile
@@ -0,0 +1,27 @@
+# Ports collection makefile for: pear-HTML_QuickForm_Livesearch
+# Date created: 01 Mai 2007
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML_QuickForm_Livesearch
+PORTVERSION= 0.3.2
+CATEGORIES= devel www pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Element for PEAR::HTML_QuickForm to enable a suggest search.
+
+BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
+ ${PEARDIR}/HTML/AJAX.php:${PORTSDIR}/www/pear-HTML_AJAX
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= HTML/QuickForm
+FILES= live.js livesearch_select.php
+EXAMPLES= auto_server.php index.php live.js livesearch.class.php \
+ myfunction.php shadow.gif shadowAlpha.png style.css
+_EXAMPLESDIR= example
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/devel/pear-HTML_QuickForm_Livesearch/distinfo b/devel/pear-HTML_QuickForm_Livesearch/distinfo
new file mode 100644
index 000000000000..09e1d2db39b2
--- /dev/null
+++ b/devel/pear-HTML_QuickForm_Livesearch/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/HTML_QuickForm_Livesearch-0.3.2.tgz) = fae2e8c0e0e8e03ea5197d9c3430cb00
+SHA256 (PEAR/HTML_QuickForm_Livesearch-0.3.2.tgz) = 92169ba9c75c962ade5789badb5aa013695c72f817d4ec8db8d1cff49b4690c0
+SIZE (PEAR/HTML_QuickForm_Livesearch-0.3.2.tgz) = 13539
diff --git a/devel/pear-HTML_QuickForm_Livesearch/pkg-descr b/devel/pear-HTML_QuickForm_Livesearch/pkg-descr
new file mode 100644
index 000000000000..ffe6ae260e9e
--- /dev/null
+++ b/devel/pear-HTML_QuickForm_Livesearch/pkg-descr
@@ -0,0 +1,9 @@
+This package adds an element to the PEAR::HTML_QuickForm package to dynamically
+create an HTML input text element that at every keypressed javascript event,
+returns a list of options in a dynamic dropdown select box
+(live dropdown select). This element use AJAX (Communication from JavaScript
+to your browser without reloading the page).
+This type of livesearch is useful when you have a form with a dropdown list
+with a large number of row.
+
+WWW: http://pear.php.net/package/HTML_QuickForm_Livesearch/