aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-08 05:08:15 +0800
committermm <mm@FreeBSD.org>2011-07-08 05:08:15 +0800
commitcc0d0831a05b274bdf81496493cc7c23d46e025f (patch)
tree0ba200a2119ce56957d3d8799470ece0c5c2ed49 /www
parent4f0073f2db056d8593571b616bb31b212f0dabde (diff)
downloadfreebsd-ports-gnome-cc0d0831a05b274bdf81496493cc7c23d46e025f.tar.gz
freebsd-ports-gnome-cc0d0831a05b274bdf81496493cc7c23d46e025f.tar.zst
freebsd-ports-gnome-cc0d0831a05b274bdf81496493cc7c23d46e025f.zip
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
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/pear-Horde_Editor/Makefile25
-rw-r--r--www/pear-Horde_Editor/distinfo2
-rw-r--r--www/pear-Horde_Editor/pkg-descr4
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