aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-08 04:24:43 +0800
committermm <mm@FreeBSD.org>2011-07-08 04:24:43 +0800
commitdd97be6deee1be63cdf2a0030e7b71716846a7b0 (patch)
tree9b372f3147daa3b0ee733c4316421cf6832ff934 /mail
parentb89976e1ff5e32f3c9a0a8d3fe6d06a2767ef891 (diff)
downloadfreebsd-ports-gnome-dd97be6deee1be63cdf2a0030e7b71716846a7b0.tar.gz
freebsd-ports-gnome-dd97be6deee1be63cdf2a0030e7b71716846a7b0.tar.zst
freebsd-ports-gnome-dd97be6deee1be63cdf2a0030e7b71716846a7b0.zip
Storing user data in an IMAP account belonging to the user is one of the Kolab
server core concepts. This package provides all the necessary means to deal with this type of data storage effectively. WWW: http://pear.horde.org
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pear-Horde_Kolab_Storage/Makefile28
-rw-r--r--mail/pear-Horde_Kolab_Storage/distinfo2
-rw-r--r--mail/pear-Horde_Kolab_Storage/pkg-descr5
4 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index c10fc0c04dfe..f79020ce3c41 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -465,6 +465,7 @@
SUBDIR += pear-Contact_Vcard_Build
SUBDIR += pear-Contact_Vcard_Parse
SUBDIR += pear-Horde_Imap_Client
+ SUBDIR += pear-Horde_Kolab_Storage
SUBDIR += pear-Horde_Mail
SUBDIR += pear-Horde_Mime
SUBDIR += pear-Horde_Mime_Viewer
diff --git a/mail/pear-Horde_Kolab_Storage/Makefile b/mail/pear-Horde_Kolab_Storage/Makefile
new file mode 100644
index 000000000000..64d4c41ec391
--- /dev/null
+++ b/mail/pear-Horde_Kolab_Storage/Makefile
@@ -0,0 +1,28 @@
+# Ports collection makefile for: pear-Horde_Kolab_Format
+# Date created: 7 July 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= Horde_Kolab_Storage
+PORTVERSION= 1.0.0
+CATEGORIES= mail www pear
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT= Horde library for handling Kolab data stored on an IMAP server
+
+USE_HORDE_RUN= Horde_Cache \
+ Horde_Exception \
+ Horde_Kolab_Format \
+ Horde_Mime \
+ Horde_Translation \
+ Horde_Support \
+ Horde_Util
+
+# Not required but we want it
+USE_PHP= imap
+USE_HORDE_RUN+= Horde_Imap_Client
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
diff --git a/mail/pear-Horde_Kolab_Storage/distinfo b/mail/pear-Horde_Kolab_Storage/distinfo
new file mode 100644
index 000000000000..5e37b8174ecf
--- /dev/null
+++ b/mail/pear-Horde_Kolab_Storage/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Kolab_Storage-1.0.0.tgz) = 510620d03a1ef388e8a0ac04e9ff5ee4819f1f55c017069a0705b90781837811
+SIZE (Horde/Horde_Kolab_Storage-1.0.0.tgz) = 123379
diff --git a/mail/pear-Horde_Kolab_Storage/pkg-descr b/mail/pear-Horde_Kolab_Storage/pkg-descr
new file mode 100644
index 000000000000..376e492e88b2
--- /dev/null
+++ b/mail/pear-Horde_Kolab_Storage/pkg-descr
@@ -0,0 +1,5 @@
+Storing user data in an IMAP account belonging to the user is one of the Kolab
+server core concepts. This package provides all the necessary means to deal
+with this type of data storage effectively.
+
+WWW: http://pear.horde.org