1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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
This commit is contained in:
Martin Matuska 2011-07-07 20:24:43 +00:00
parent 86bc63338c
commit cfef778a51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277294
4 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Kolab_Storage-1.0.0.tgz) = 510620d03a1ef388e8a0ac04e9ff5ee4819f1f55c017069a0705b90781837811
SIZE (Horde/Horde_Kolab_Storage-1.0.0.tgz) = 123379

View File

@ -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