diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 04:26:01 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 04:26:01 +0800 |
commit | eaa1d0d83b9bdb5ed23694eb4f8cd86561c39ecf (patch) | |
tree | b2a5b1308c78ac497de763b25941e82f824aae69 /net | |
parent | dd97be6deee1be63cdf2a0030e7b71716846a7b0 (diff) | |
download | freebsd-ports-gnome-eaa1d0d83b9bdb5ed23694eb4f8cd86561c39ecf.tar.gz freebsd-ports-gnome-eaa1d0d83b9bdb5ed23694eb4f8cd86561c39ecf.tar.zst freebsd-ports-gnome-eaa1d0d83b9bdb5ed23694eb4f8cd86561c39ecf.zip |
This Horde package handles a Kolab session. It allows to authenticate
against LDAP and provides the users storage locations.
WWW: http://pear.horde.org
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pear-Horde_Kolab_Session/Makefile | 20 | ||||
-rw-r--r-- | net/pear-Horde_Kolab_Session/distinfo | 2 | ||||
-rw-r--r-- | net/pear-Horde_Kolab_Session/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c0e385e79ad6..2c585a95ffae 100644 --- a/net/Makefile +++ b/net/Makefile @@ -753,6 +753,7 @@ SUBDIR += pear-Auth_RADIUS SUBDIR += pear-File_Bittorrent2 SUBDIR += pear-Horde_Kolab_Server + SUBDIR += pear-Horde_Kolab_Session SUBDIR += pear-Horde_Ldap SUBDIR += pear-Horde_Url SUBDIR += pear-Net_CDDB diff --git a/net/pear-Horde_Kolab_Session/Makefile b/net/pear-Horde_Kolab_Session/Makefile new file mode 100644 index 000000000000..41db8d752267 --- /dev/null +++ b/net/pear-Horde_Kolab_Session/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: pear-Horde_Kolab_Format +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Kolab_Session +PORTVERSION= 1.0.0 +CATEGORIES= net www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde library for managing an active Kolab session + +USE_HORDE_RUN= Horde_Exception \ + Horde_Kolab_Server \ + Horde_Log + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/net/pear-Horde_Kolab_Session/distinfo b/net/pear-Horde_Kolab_Session/distinfo new file mode 100644 index 000000000000..7313caa8a7cf --- /dev/null +++ b/net/pear-Horde_Kolab_Session/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Kolab_Session-1.0.0.tgz) = 4eae3092575c19936b34fb8c2b101bdd1966398f02bcf31f8e83126372f11fd1 +SIZE (Horde/Horde_Kolab_Session-1.0.0.tgz) = 10744 diff --git a/net/pear-Horde_Kolab_Session/pkg-descr b/net/pear-Horde_Kolab_Session/pkg-descr new file mode 100644 index 000000000000..c42c7c6cd5aa --- /dev/null +++ b/net/pear-Horde_Kolab_Session/pkg-descr @@ -0,0 +1,4 @@ +This Horde package handles a Kolab session. It allows to authenticate +against LDAP and provides the users storage locations. + +WWW: http://pear.horde.org |