diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Horde_Editor/Makefile | 25 | ||||
-rw-r--r-- | www/pear-Horde_Editor/distinfo | 2 | ||||
-rw-r--r-- | www/pear-Horde_Editor/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c47ac0d0f2ea..003f7ce79b32 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_Editor SUBDIR += pear-Horde_Feed SUBDIR += pear-Horde_Form SUBDIR += pear-Horde_Http diff --git a/www/pear-Horde_Editor/Makefile b/www/pear-Horde_Editor/Makefile new file mode 100644 index 000000000000..67d0578f962e --- /dev/null +++ b/www/pear-Horde_Editor/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: pear-Horde_Editor +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Editor +DISTVERSION= 1.0.1 +CATEGORIES= www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Editor API + +CONFLICTS= horde-3* + +USE_HORDE_BUILD= Horde_Role +USE_HORDE_RUN= Horde_Role \ + Horde_Browser \ + Horde_Core \ + Horde_Exception \ + Horde_Serialize + +.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_Editor/distinfo b/www/pear-Horde_Editor/distinfo new file mode 100644 index 000000000000..b2eba896e916 --- /dev/null +++ b/www/pear-Horde_Editor/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Editor-1.0.1.tgz) = 36f63d725495549a15b5d7c86c79947f85ceb86c831b84714a3d0e314d7b7817 +SIZE (Horde/Horde_Editor-1.0.1.tgz) = 585535 diff --git a/www/pear-Horde_Editor/pkg-descr b/www/pear-Horde_Editor/pkg-descr new file mode 100644 index 000000000000..22aef3060cfe --- /dev/null +++ b/www/pear-Horde_Editor/pkg-descr @@ -0,0 +1,4 @@ +The Horde_Editor package provides an API to generate the code necessary +for embedding javascript RTE editors in a web page. + +WWW: http://pear.horde.org |