diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:48:01 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:48:01 +0000 |
commit | 6e77ca1be5762d5909eda573ba877c31d87fe4b7 (patch) | |
tree | b19ce98a5a2389dd68075027eec359251814e298 /www | |
parent | 6b1b336406e20ce33ee942e1c1e77c324671ff7c (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Horde_Form/Makefile | 19 | ||||
-rw-r--r-- | www/pear-Horde_Form/distinfo | 2 | ||||
-rw-r--r-- | www/pear-Horde_Form/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b3da7307e187..e9124cff7a56 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1393,6 +1393,7 @@ SUBDIR += pear-HTTP_WebDAV_Client SUBDIR += pear-HTTP_WebDAV_Server SUBDIR += pear-Horde_Browser + SUBDIR += pear-Horde_Form SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_SessionHandler SUBDIR += pear-Horde_Template diff --git a/www/pear-Horde_Form/Makefile b/www/pear-Horde_Form/Makefile new file mode 100644 index 000000000000..876cdaa06ada --- /dev/null +++ b/www/pear-Horde_Form/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pear-Horde_Form +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Form +DISTVERSION= 1.0.3 +CATEGORIES= www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Form API + +USE_HORDE_RUN= Horde_Core Horde_Date Horde_Exception Horde_Mime \ + Horde_Nls Horde_Token Horde_Translation Horde_Util + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/www/pear-Horde_Form/distinfo b/www/pear-Horde_Form/distinfo new file mode 100644 index 000000000000..e94445c8e25e --- /dev/null +++ b/www/pear-Horde_Form/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Form-1.0.3.tgz) = 4e6666f7bbfb41f1f9b86da8f6eed822812284f6c903c840f22cc4ff86fa944b +SIZE (Horde/Horde_Form-1.0.3.tgz) = 172076 diff --git a/www/pear-Horde_Form/pkg-descr b/www/pear-Horde_Form/pkg-descr new file mode 100644 index 000000000000..74ae74fa436c --- /dev/null +++ b/www/pear-Horde_Form/pkg-descr @@ -0,0 +1,4 @@ +The Horde_Form package provides form rendering, validation, and other +functionality for the Horde Application Framework. + +WWW: http://pear.horde.org |