diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 04:48:01 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 04:48:01 +0800 |
commit | 8949834667ce545bfb97c19facaf69e1da583f8c (patch) | |
tree | 70124b0c2d5f26fda2cb8276fb8fc9cf21b4f3be /www | |
parent | f3d04fa9ef11a8cb5cc3351b743445603bf141e8 (diff) | |
download | freebsd-ports-gnome-8949834667ce545bfb97c19facaf69e1da583f8c.tar.gz freebsd-ports-gnome-8949834667ce545bfb97c19facaf69e1da583f8c.tar.zst freebsd-ports-gnome-8949834667ce545bfb97c19facaf69e1da583f8c.zip |
The Horde_Form package provides form rendering, validation, and other
functionality for the Horde Application Framework.
WWW: http://pear.horde.org
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 |