slapd-cyrus is a slapd perl backend, used to translate LDAP DIT into
Cyrus IMAP-server configuration. It can manage user folders, shared folders and ACLs of shared folders. WWW: http://slapd-cyrus.sourceforge.net PR: ports/140420 Submitted by: Alexey V. Degtyarev Thanks to: beat@ for testing
This commit is contained in:
parent
8f69fc7ca6
commit
f748c16f3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244549
5 changed files with 70 additions and 0 deletions
|
@ -600,6 +600,7 @@
|
|||
SUBDIR += sigit
|
||||
SUBDIR += sigrot
|
||||
SUBDIR += simscan
|
||||
SUBDIR += slapd-cyrus
|
||||
SUBDIR += sma
|
||||
SUBDIR += smail
|
||||
SUBDIR += smfsav
|
||||
|
|
46
mail/slapd-cyrus/Makefile
Normal file
46
mail/slapd-cyrus/Makefile
Normal file
|
@ -0,0 +1,46 @@
|
|||
# New ports collection makefile for: slapd-cyrus
|
||||
# Date created: Wed 16 Sep 2009
|
||||
# Whom: Alexey V. Degtyarev
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= slapd-cyrus
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= mail net
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
DISTNAME= Slapd-Backend-Cyrus-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexey@renatasystems.org
|
||||
COMMENT= Slapd backend to translate DIT into Cyrus configuration
|
||||
|
||||
BUILD_DEPENDS= cyrus-imapd>=0:${PORTSDIR}/mail/cyrus-imapd23 \
|
||||
p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \
|
||||
p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \
|
||||
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \
|
||||
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= 5.10+
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
PLIST_SUB= SITE_PERL_REL=${SITE_PERL_REL} \
|
||||
DOCS_DIR_REL=${DOCSDIR_REL}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= slapd-cyrus.conf
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} -m 0444 ${WRKSRC}/t/etc/slapd.conf.dist \
|
||||
${DOCSDIR}/slapd-cyrus.conf
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${SITE_PERL}
|
||||
cd ${WRKSRC}/lib && ${PAX} -r -w . ${SITE_PERL}
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/slapd-cyrus/distinfo
Normal file
3
mail/slapd-cyrus/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Slapd-Backend-Cyrus-0.01.tar.gz) = f014aca5c9889f3091da3f1de0109acc
|
||||
SHA256 (Slapd-Backend-Cyrus-0.01.tar.gz) = c3face348c2635ae01d9a9503911dcda017de36784e576cdbe8d069dc16e297a
|
||||
SIZE (Slapd-Backend-Cyrus-0.01.tar.gz) = 20880
|
5
mail/slapd-cyrus/pkg-descr
Normal file
5
mail/slapd-cyrus/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
slapd-cyrus is a slapd perl backend, used to translate LDAP DIT into
|
||||
Cyrus IMAP-server configuration. It can manage user folders, shared
|
||||
folders and ACLs of shared folders.
|
||||
|
||||
WWW: http://slapd-cyrus.sourceforge.net
|
15
mail/slapd-cyrus/pkg-plist
Normal file
15
mail/slapd-cyrus/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
%%SITE_PERL_REL%%/Slapd/Backend/Constant.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Cyrus.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Cyrus/Base.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Cyrus/Cyradm.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Cyrus/Mail.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Cyrus/User.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Proxy.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Proxy/Store.pm
|
||||
%%SITE_PERL_REL%%/Slapd/Backend/Proxy/Store/BerkeleyDB.pm
|
||||
@dirrmtry %%SITE_PERL_REL%%/Slapd/Backend/Proxy/Store
|
||||
@dirrmtry %%SITE_PERL_REL%%/Slapd/Backend/Proxy
|
||||
@dirrmtry %%SITE_PERL_REL%%/Slapd/Backend/Cyrus
|
||||
@dirrmtry %%SITE_PERL_REL%%/Slapd/Backend
|
||||
@dirrmtry %%SITE_PERL_REL%%/Slapd
|
||||
@dirrmtry %%SITE_PERL_REL%%
|
Loading…
Reference in a new issue