aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-HTML_Select/Makefile23
-rw-r--r--devel/pear-HTML_Select/distinfo2
-rw-r--r--devel/pear-HTML_Select/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5f7c07bde818..bfaceb1d8f95 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1027,6 +1027,7 @@
SUBDIR += pear-HTML_BBCodeParser
SUBDIR += pear-HTML_Common
SUBDIR += pear-HTML_QuickForm
+ SUBDIR += pear-HTML_Select
SUBDIR += pear-HTML_Select_Common
SUBDIR += pear-HTML_Table
SUBDIR += pear-HTML_Template_IT
diff --git a/devel/pear-HTML_Select/Makefile b/devel/pear-HTML_Select/Makefile
new file mode 100644
index 000000000000..edaf57dd4fd2
--- /dev/null
+++ b/devel/pear-HTML_Select/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: pear-HTML_Select
+# Date created: 11 August 2004
+# Whom: Michael Schout <mschout@gkg.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML_Select
+PORTVERSION= 1.2.1
+CATEGORIES= devel www pear
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements
+
+BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= HTML
+FILES= Select.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/devel/pear-HTML_Select/distinfo b/devel/pear-HTML_Select/distinfo
new file mode 100644
index 000000000000..40e8f6041df3
--- /dev/null
+++ b/devel/pear-HTML_Select/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/HTML_Select-1.2.1.tgz) = 9c9b84cc3b1595f6000ef1845829dae8
+SIZE (PEAR/HTML_Select-1.2.1.tgz) = 3480
diff --git a/devel/pear-HTML_Select/pkg-descr b/devel/pear-HTML_Select/pkg-descr
new file mode 100644
index 000000000000..4db63244fdf5
--- /dev/null
+++ b/devel/pear-HTML_Select/pkg-descr
@@ -0,0 +1,4 @@
+The PEAR::HTML_Select package is a class for generating HTML form select
+elements.
+
+WWW: http://pear.php.net/package/HTML_Select/