Sat Oct 12 20:07:40 2019 UTC ()
mail/cyrus-imapd: fix location of HTML documentation


(rillig)
diff -r1.112 -r1.113 pkgsrc/mail/cyrus-imapd/Makefile
diff -r1.13 -r1.14 pkgsrc/mail/cyrus-imapd/PLIST

cvs diff -r1.112 -r1.113 pkgsrc/mail/cyrus-imapd/Attic/Makefile (switch to unified diff)

--- pkgsrc/mail/cyrus-imapd/Attic/Makefile 2019/08/11 13:21:26 1.112
+++ pkgsrc/mail/cyrus-imapd/Attic/Makefile 2019/10/12 20:07:40 1.113
@@ -1,200 +1,200 @@ @@ -1,200 +1,200 @@
1# $NetBSD: Makefile,v 1.112 2019/08/11 13:21:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.113 2019/10/12 20:07:40 rillig Exp $
2 2
3DISTNAME= cyrus-imapd-2.2.13p1 3DISTNAME= cyrus-imapd-2.2.13p1
4PKGREVISION= 18 4PKGREVISION= 19
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ 6MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
7MASTER_SITES+= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/ 7MASTER_SITES+= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.cyrusimap.org/ 10HOMEPAGE= https://www.cyrusimap.org/
11COMMENT= Cyrus IMAP server 11COMMENT= Cyrus IMAP server
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
15USE_TOOLS+= perl 15USE_TOOLS+= perl
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18PERL5_CONFIGURE= no 18PERL5_CONFIGURE= no
19BDB_ACCEPTED= db3 db4 db5 19BDB_ACCEPTED= db3 db4 db5
20 20
21.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
22 22
23# CYRUS_USER username of the Cyrus administrator 23# CYRUS_USER username of the Cyrus administrator
24# CYRUS_GROUP group of the Cyrus administrator 24# CYRUS_GROUP group of the Cyrus administrator
25# 25#
26CYRUS_USER?= cyrus 26CYRUS_USER?= cyrus
27CYRUS_GROUP?= mail 27CYRUS_GROUP?= mail
28 28
29PKG_GROUPS_VARS+= CYRUS_GROUP 29PKG_GROUPS_VARS+= CYRUS_GROUP
30PKG_USERS_VARS+= CYRUS_USER 30PKG_USERS_VARS+= CYRUS_USER
31FILES_SUBST+= CYRUS_USER=${CYRUS_USER} 31FILES_SUBST+= CYRUS_USER=${CYRUS_USER}
32FILES_SUBST+= CYRUS_GROUP=${CYRUS_GROUP} 32FILES_SUBST+= CYRUS_GROUP=${CYRUS_GROUP}
33 33
34CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 34CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
35CONFIGURE_ARGS+= --with-cyrus-user=${CYRUS_USER} 35CONFIGURE_ARGS+= --with-cyrus-user=${CYRUS_USER}
36CONFIGURE_ARGS+= --with-cyrus-group=${CYRUS_GROUP} 36CONFIGURE_ARGS+= --with-cyrus-group=${CYRUS_GROUP}
37CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus 37CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus
38CONFIGURE_ARGS+= --with-statedir=${VARBASE}/run 38CONFIGURE_ARGS+= --with-statedir=${VARBASE}/run
39CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} 39CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
40CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl} 40CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
41CONFIGURE_ARGS+= --with-perl=${PERL5:Q} 41CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
42CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers} 42CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
43CONFIGURE_ENV+= ac_cv_lib_wrap_request_init=yes 43CONFIGURE_ENV+= ac_cv_lib_wrap_request_init=yes
44 44
45CONFIGURE_ARGS+= --enable-listext 45CONFIGURE_ARGS+= --enable-listext
46CONFIGURE_ARGS+= --enable-murder 46CONFIGURE_ARGS+= --enable-murder
47CONFIGURE_ARGS+= --enable-nntp 47CONFIGURE_ARGS+= --enable-nntp
48CONFIGURE_ARGS+= --without-zephyr 48CONFIGURE_ARGS+= --without-zephyr
49CONFIGURE_ARGS+= --without-ucdsnmp 49CONFIGURE_ARGS+= --without-ucdsnmp
50 50
51CONFIGURE_ARGS+= andrew_runpath_switch=${COMPILER_RPATH_FLAG} 51CONFIGURE_ARGS+= andrew_runpath_switch=${COMPILER_RPATH_FLAG}
52 52
53LDFLAGS.SunOS+= -lsocket 53LDFLAGS.SunOS+= -lsocket
54 54
55PKG_OPTIONS_VAR= PKG_OPTIONS.cyrus-imapd 55PKG_OPTIONS_VAR= PKG_OPTIONS.cyrus-imapd
56PKG_SUPPORTED_OPTIONS= gssapi kerberos kerberos4 ldap 56PKG_SUPPORTED_OPTIONS= gssapi kerberos kerberos4 ldap
57.include "../../mk/bsd.options.mk" 57.include "../../mk/bsd.options.mk"
58 58
59.if !empty(PKG_OPTIONS:Mkerberos) 59.if !empty(PKG_OPTIONS:Mkerberos)
60. if empty(PKG_OPTIONS:Mgssapi) 60. if empty(PKG_OPTIONS:Mgssapi)
61PKG_OPTIONS+= gssapi 61PKG_OPTIONS+= gssapi
62. endif 62. endif
63.endif 63.endif
64 64
65.if !empty(PKG_OPTIONS:Mkerberos4) 65.if !empty(PKG_OPTIONS:Mkerberos4)
66. if exists(/usr/include/kerberosIV/krb.h) 66. if exists(/usr/include/kerberosIV/krb.h)
67CONFIGURE_ARGS+= --with-krb=/usr 67CONFIGURE_ARGS+= --with-krb=/usr
68. endif 68. endif
69.elif !empty(PKG_OPTIONS:Mgssapi) 69.elif !empty(PKG_OPTIONS:Mgssapi)
70. include "../../mk/krb5.buildlink3.mk" 70. include "../../mk/krb5.buildlink3.mk"
71CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE} 71CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE}
72CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}} 72CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
73GSSIMPL.heimdal= heimdal 73GSSIMPL.heimdal= heimdal
74GSSIMPL.mit-krb5= mit 74GSSIMPL.mit-krb5= mit
75CONFIGURE_ENV+= COMPILE_ET=${KRB5BASE}/bin/compile_et 75CONFIGURE_ENV+= COMPILE_ET=${KRB5BASE}/bin/compile_et
76.else 76.else
77CONFIGURE_ARGS+= --without-krb 77CONFIGURE_ARGS+= --without-krb
78CONFIGURE_ARGS+= --disable-gssapi 78CONFIGURE_ARGS+= --disable-gssapi
79CHECK_BUILTIN.heimdal:= yes 79CHECK_BUILTIN.heimdal:= yes
80. include "../../security/heimdal/builtin.mk" 80. include "../../security/heimdal/builtin.mk"
81CHECK_BUILTIN.heimdal:= no 81CHECK_BUILTIN.heimdal:= no
82CHECK_BUILTIN.mit-krb5:= yes 82CHECK_BUILTIN.mit-krb5:= yes
83. include "../../security/mit-krb5/builtin.mk" 83. include "../../security/mit-krb5/builtin.mk"
84CHECK_BUILTIN.mit-krb5:= no 84CHECK_BUILTIN.mit-krb5:= no
85. if ( !empty(USE_BUILTIN.heimdal:M[Yy][Ee][Ss]) || \ 85. if ( !empty(USE_BUILTIN.heimdal:M[Yy][Ee][Ss]) || \
86 !empty(USE_BUILTIN.mit-krb5:M[Yy][Ee][Ss])) && \ 86 !empty(USE_BUILTIN.mit-krb5:M[Yy][Ee][Ss])) && \
87 exists(/usr/bin/compile_et) && exists(/usr/include/krb5/com_err.h) 87 exists(/usr/bin/compile_et) && exists(/usr/include/krb5/com_err.h)
88CPPFLAGS+= -I/usr/include/krb5 88CPPFLAGS+= -I/usr/include/krb5
89CONFIGURE_ENV+= COMPILE_ET=/usr/bin/compile_et 89CONFIGURE_ENV+= COMPILE_ET=/usr/bin/compile_et
90. elif ${OPSYS} != "Linux" && \ 90. elif ${OPSYS} != "Linux" && \
91 exists(/usr/bin/compile_et) && exists(/usr/include/com_err.h) 91 exists(/usr/bin/compile_et) && exists(/usr/include/com_err.h)
92CONFIGURE_ENV+= COMPILE_ET=/usr/bin/compile_et 92CONFIGURE_ENV+= COMPILE_ET=/usr/bin/compile_et
93. else 93. else
94CONFIGURE_ARGS+= --with-com-err=yes 94CONFIGURE_ARGS+= --with-com-err=yes
95. endif 95. endif
96.endif 96.endif
97 97
98PLIST_VARS+= ldap 98PLIST_VARS+= ldap
99.if !empty(PKG_OPTIONS:Mldap) 99.if !empty(PKG_OPTIONS:Mldap)
100CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap-client} 100CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap-client}
101PLIST.ldap= yes 101PLIST.ldap= yes
102. include "../../databases/openldap-client/buildlink3.mk" 102. include "../../databases/openldap-client/buildlink3.mk"
103.endif 103.endif
104 104
105# CYRUS_IDLE selects the method used to implement IMAP IDLE. Valid values 105# CYRUS_IDLE selects the method used to implement IMAP IDLE. Valid values
106# are "poll", "idled" or "no". The default is "poll". 106# are "poll", "idled" or "no". The default is "poll".
107# 107#
108CYRUS_IDLE?= poll 108CYRUS_IDLE?= poll
109BUILD_DEFS+= CYRUS_IDLE 109BUILD_DEFS+= CYRUS_IDLE
110PLIST_VARS+= idled 110PLIST_VARS+= idled
111.if (${CYRUS_IDLE} != "poll") && (${CYRUS_IDLE} != "idled") && \ 111.if (${CYRUS_IDLE} != "poll") && (${CYRUS_IDLE} != "idled") && \
112 (${CYRUS_IDLE} != "no") 112 (${CYRUS_IDLE} != "no")
113PKG_FAIL_REASON+= "CYRUS_IDLE must be poll, idled or no" 113PKG_FAIL_REASON+= "CYRUS_IDLE must be poll, idled or no"
114.endif 114.endif
115CONFIGURE_ARGS+= --with-idle=${CYRUS_IDLE:Q} 115CONFIGURE_ARGS+= --with-idle=${CYRUS_IDLE:Q}
116.if ${CYRUS_IDLE} == "idled" 116.if ${CYRUS_IDLE} == "idled"
117PLIST.idled= yes 117PLIST.idled= yes
118.endif 118.endif
119 119
120MAKE_ENV+= PERL=${PERL5:Q} 120MAKE_ENV+= PERL=${PERL5:Q}
121 121
122HTMLDIR= ${PREFIX}/share/doc/html/cyrus-imapd 122HTMLDIR= ${PREFIX}/share/doc/cyrus-imapd
123EGDIR= ${PREFIX}/share/examples/cyrus-imapd 123EGDIR= ${PREFIX}/share/examples/cyrus-imapd
124CONF_FILES= ${EGDIR}/imapd.conf ${PKG_SYSCONFDIR}/imapd.conf 124CONF_FILES= ${EGDIR}/imapd.conf ${PKG_SYSCONFDIR}/imapd.conf
125CONF_FILES+= ${EGDIR}/normal.conf ${PKG_SYSCONFDIR}/cyrus.conf 125CONF_FILES+= ${EGDIR}/normal.conf ${PKG_SYSCONFDIR}/cyrus.conf
126RCD_SCRIPTS= cyrus 126RCD_SCRIPTS= cyrus
127FILES_SUBST+= IMAPDCONF=${PKG_SYSCONFDIR}/imapd.conf 127FILES_SUBST+= IMAPDCONF=${PKG_SYSCONFDIR}/imapd.conf
128 128
129# Fix path to /bin/sh that was replaced by Perl's MakeMaker to 129# Fix path to /bin/sh that was replaced by Perl's MakeMaker to
130# point to the shell in the tools directory. 130# point to the shell in the tools directory.
131# 131#
132SUBST_CLASSES+= sh 132SUBST_CLASSES+= sh
133SUBST_STAGE.sh= post-build 133SUBST_STAGE.sh= post-build
134SUBST_FILES.sh= perl/imap/blib/script/cyradm 134SUBST_FILES.sh= perl/imap/blib/script/cyradm
135SUBST_SED.sh+= -e 's|^\#!.*|\#!/bin/sh|' 135SUBST_SED.sh+= -e 's|^\#!.*|\#!/bin/sh|'
136 136
137PERL5_PACKLIST= \ 137PERL5_PACKLIST= \
138 auto/Cyrus/IMAP/.packlist \ 138 auto/Cyrus/IMAP/.packlist \
139 auto/Cyrus/SIEVE/managesieve/.packlist 139 auto/Cyrus/SIEVE/managesieve/.packlist
140 140
141.include "../../lang/perl5/module.mk" 141.include "../../lang/perl5/module.mk"
142.include "../../security/cyrus-sasl/buildlink3.mk" 142.include "../../security/cyrus-sasl/buildlink3.mk"
143.include "../../security/openssl/buildlink3.mk" 143.include "../../security/openssl/buildlink3.mk"
144.include "../../security/tcp_wrappers/buildlink3.mk" 144.include "../../security/tcp_wrappers/buildlink3.mk"
145.include "../../mk/bdb.buildlink3.mk" 145.include "../../mk/bdb.buildlink3.mk"
146 146
147CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE} 147CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE}
148 148
149# Only imap/mupdate needs to be build with pthreads support, so selectively 149# Only imap/mupdate needs to be build with pthreads support, so selectively
150# enable it via patches for just that one program. 150# enable it via patches for just that one program.
151# 151#
152.include "../../mk/pthread.buildlink3.mk" 152.include "../../mk/pthread.buildlink3.mk"
153 153
154# Change references of some manpages from foo.8 to cyrus-foo.8 to avoid 154# Change references of some manpages from foo.8 to cyrus-foo.8 to avoid
155# manpage conflicts with other packages. Also change references to 155# manpage conflicts with other packages. Also change references to
156# "/etc/{cyrus,imapd}.conf" into "${PKG_SYSCONFDIR}/{cyrus,imapd}.conf". 156# "/etc/{cyrus,imapd}.conf" into "${PKG_SYSCONFDIR}/{cyrus,imapd}.conf".
157# 157#
158post-patch: 158post-patch:
159 cd ${WRKSRC}/man; \ 159 cd ${WRKSRC}/man; \
160 set -- deliver 8 fetchnews 8 idled 8 imapd 8 lmtpd 8 master 8 \ 160 set -- deliver 8 fetchnews 8 idled 8 imapd 8 lmtpd 8 master 8 \
161 nntpd 8 notifyd 8 pop3d 8 quota 8; \ 161 nntpd 8 notifyd 8 pop3d 8 quota 8; \
162 while [ $$# -gt 0 ]; do \ 162 while [ $$# -gt 0 ]; do \
163 man=$$1.$$2; \ 163 man=$$1.$$2; \
164 for file in Makefile.in *.[0-9]; do \ 164 for file in Makefile.in *.[0-9]; do \
165 ${SED} -e "s|\(\$$(srcdir)/\)\($$man\)|\1cyrus-\2|g" \ 165 ${SED} -e "s|\(\$$(srcdir)/\)\($$man\)|\1cyrus-\2|g" \
166 -e "s|\(\\\fB\)\($$1($$2)\\\fR\)|\1cyrus-\2|g" \ 166 -e "s|\(\\\fB\)\($$1($$2)\\\fR\)|\1cyrus-\2|g" \
167 $$file > $$file.fixed; \ 167 $$file > $$file.fixed; \
168 ${MV} -f $$file.fixed $$file; \ 168 ${MV} -f $$file.fixed $$file; \
169 done; \ 169 done; \
170 if [ -f $$man ]; then \ 170 if [ -f $$man ]; then \
171 ${MV} $$man cyrus-$$man; \ 171 ${MV} $$man cyrus-$$man; \
172 fi; \ 172 fi; \
173 shift 2; \ 173 shift 2; \
174 done 174 done
175 ${FIND} ${WRKSRC} -type f -print | \ 175 ${FIND} ${WRKSRC} -type f -print | \
176 ${XARGS} -n 1 ${GREP} -l -e /etc/imapd\.conf -e /etc/cyrus\.conf | \ 176 ${XARGS} -n 1 ${GREP} -l -e /etc/imapd\.conf -e /etc/cyrus\.conf | \
177 while read file; do \ 177 while read file; do \
178 ${SED} -e "s|/etc/\(cyrus\.conf\)|${PKG_SYSCONFDIR}/\1|g" \ 178 ${SED} -e "s|/etc/\(cyrus\.conf\)|${PKG_SYSCONFDIR}/\1|g" \
179 -e "s|/etc/\(imapd\.conf\)|${PKG_SYSCONFDIR}/\1|g" \ 179 -e "s|/etc/\(imapd\.conf\)|${PKG_SYSCONFDIR}/\1|g" \
180 $$file > $$file.fixed; \ 180 $$file > $$file.fixed; \
181 ${MV} -f $$file.fixed $$file; \ 181 ${MV} -f $$file.fixed $$file; \
182 done 182 done
183 183
184post-install: 184post-install:
185 ${INSTALL_SCRIPT} ${WRKSRC}/tools/masssievec ${DESTDIR}${PREFIX}/cyrus/bin 185 ${INSTALL_SCRIPT} ${WRKSRC}/tools/masssievec ${DESTDIR}${PREFIX}/cyrus/bin
186 ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap ${DESTDIR}${PREFIX}/cyrus/bin 186 ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap ${DESTDIR}${PREFIX}/cyrus/bin
187 ${INSTALL_SCRIPT} ${WRKSRC}/tools/mknewsgroups ${DESTDIR}${PREFIX}/cyrus/bin 187 ${INSTALL_SCRIPT} ${WRKSRC}/tools/mknewsgroups ${DESTDIR}${PREFIX}/cyrus/bin
188 ${INSTALL_SCRIPT} ${WRKSRC}/tools/translatesieve ${DESTDIR}${PREFIX}/cyrus/bin 188 ${INSTALL_SCRIPT} ${WRKSRC}/tools/translatesieve ${DESTDIR}${PREFIX}/cyrus/bin
189 ${INSTALL_SCRIPT} ${WRKSRC}/tools/rehash ${DESTDIR}${PREFIX}/cyrus/bin 189 ${INSTALL_SCRIPT} ${WRKSRC}/tools/rehash ${DESTDIR}${PREFIX}/cyrus/bin
190 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} 190 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
191 ${INSTALL_DATA} ${FILESDIR}/imapd.conf ${DESTDIR}${EGDIR} 191 ${INSTALL_DATA} ${FILESDIR}/imapd.conf ${DESTDIR}${EGDIR}
192 cd ${WRKSRC}/master/conf; for file in *.conf; do \ 192 cd ${WRKSRC}/master/conf; for file in *.conf; do \
193 ${INSTALL_DATA} $$file ${DESTDIR}${EGDIR}; \ 193 ${INSTALL_DATA} $$file ${DESTDIR}${EGDIR}; \
194 done 194 done
195 ${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR} 195 ${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR}
196 cd ${WRKSRC}/doc; for file in *.html cyrusv2.mc; do \ 196 cd ${WRKSRC}/doc; for file in *.html cyrusv2.mc; do \
197 ${INSTALL_DATA} $$file ${DESTDIR}${HTMLDIR}; \ 197 ${INSTALL_DATA} $$file ${DESTDIR}${HTMLDIR}; \
198 done 198 done
199 199
200.include "../../mk/bsd.pkg.mk" 200.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/mail/cyrus-imapd/Attic/PLIST (switch to unified diff)

--- pkgsrc/mail/cyrus-imapd/Attic/PLIST 2014/03/11 14:05:02 1.13
+++ pkgsrc/mail/cyrus-imapd/Attic/PLIST 2019/10/12 20:07:40 1.14
@@ -1,165 +1,165 @@ @@ -1,165 +1,165 @@
1@comment $NetBSD: PLIST,v 1.13 2014/03/11 14:05:02 jperkin Exp $ 1@comment $NetBSD: PLIST,v 1.14 2019/10/12 20:07:40 rillig Exp $
2bin/imtest 2bin/imtest
3bin/installsieve 3bin/installsieve
4bin/lmtptest 4bin/lmtptest
5bin/mupdatetest 5bin/mupdatetest
6bin/nntptest 6bin/nntptest
7bin/pop3test 7bin/pop3test
8bin/sieveshell 8bin/sieveshell
9bin/sivtest 9bin/sivtest
10bin/smtptest 10bin/smtptest
11cyrus/bin/arbitron 11cyrus/bin/arbitron
12cyrus/bin/chk_cyrus 12cyrus/bin/chk_cyrus
13cyrus/bin/ctl_cyrusdb 13cyrus/bin/ctl_cyrusdb
14cyrus/bin/ctl_deliver 14cyrus/bin/ctl_deliver
15cyrus/bin/ctl_mboxlist 15cyrus/bin/ctl_mboxlist
16cyrus/bin/cvt_cyrusdb 16cyrus/bin/cvt_cyrusdb
17cyrus/bin/cyr_expire 17cyrus/bin/cyr_expire
18cyrus/bin/cyrdump 18cyrus/bin/cyrdump
19cyrus/bin/deliver 19cyrus/bin/deliver
20cyrus/bin/fetchnews 20cyrus/bin/fetchnews
21cyrus/bin/fud 21cyrus/bin/fud
22${PLIST.idled}cyrus/bin/idled 22${PLIST.idled}cyrus/bin/idled
23cyrus/bin/imapd 23cyrus/bin/imapd
24cyrus/bin/ipurge 24cyrus/bin/ipurge
25cyrus/bin/lmtpd 25cyrus/bin/lmtpd
26cyrus/bin/lmtpproxyd 26cyrus/bin/lmtpproxyd
27cyrus/bin/masssievec 27cyrus/bin/masssievec
28cyrus/bin/master 28cyrus/bin/master
29cyrus/bin/mbexamine 29cyrus/bin/mbexamine
30cyrus/bin/mbpath 30cyrus/bin/mbpath
31cyrus/bin/mkimap 31cyrus/bin/mkimap
32cyrus/bin/mknewsgroups 32cyrus/bin/mknewsgroups
33cyrus/bin/mupdate 33cyrus/bin/mupdate
34cyrus/bin/nntpd 34cyrus/bin/nntpd
35cyrus/bin/notifyd 35cyrus/bin/notifyd
36cyrus/bin/pop3d 36cyrus/bin/pop3d
37cyrus/bin/pop3proxyd 37cyrus/bin/pop3proxyd
38cyrus/bin/proxyd 38cyrus/bin/proxyd
39${PLIST.ldap}cyrus/bin/ptdump 39${PLIST.ldap}cyrus/bin/ptdump
40${PLIST.ldap}cyrus/bin/ptexpire 40${PLIST.ldap}cyrus/bin/ptexpire
41${PLIST.ldap}cyrus/bin/ptloader 41${PLIST.ldap}cyrus/bin/ptloader
42cyrus/bin/quota 42cyrus/bin/quota
43cyrus/bin/reconstruct 43cyrus/bin/reconstruct
44cyrus/bin/rehash 44cyrus/bin/rehash
45cyrus/bin/sievec 45cyrus/bin/sievec
46cyrus/bin/smmapd 46cyrus/bin/smmapd
47cyrus/bin/squatter 47cyrus/bin/squatter
48cyrus/bin/timsieved 48cyrus/bin/timsieved
49cyrus/bin/tls_prune 49cyrus/bin/tls_prune
50cyrus/bin/translatesieve 50cyrus/bin/translatesieve
51include/cyrus/acl.h 51include/cyrus/acl.h
52include/cyrus/assert.h 52include/cyrus/assert.h
53include/cyrus/auth.h 53include/cyrus/auth.h
54include/cyrus/bsearch.h 54include/cyrus/bsearch.h
55include/cyrus/charset.h 55include/cyrus/charset.h
56include/cyrus/cyrusdb.h 56include/cyrus/cyrusdb.h
57include/cyrus/glob.h 57include/cyrus/glob.h
58include/cyrus/gmtoff.h 58include/cyrus/gmtoff.h
59include/cyrus/hash.h 59include/cyrus/hash.h
60include/cyrus/imapopts.h 60include/cyrus/imapopts.h
61include/cyrus/imapurl.h 61include/cyrus/imapurl.h
62include/cyrus/imclient.h 62include/cyrus/imclient.h
63include/cyrus/imparse.h 63include/cyrus/imparse.h
64include/cyrus/iptostring.h 64include/cyrus/iptostring.h
65include/cyrus/libconfig.h 65include/cyrus/libconfig.h
66include/cyrus/libcyr_cfg.h 66include/cyrus/libcyr_cfg.h
67include/cyrus/lock.h 67include/cyrus/lock.h
68include/cyrus/lsort.h 68include/cyrus/lsort.h
69include/cyrus/map.h 69include/cyrus/map.h
70include/cyrus/mkgmtime.h 70include/cyrus/mkgmtime.h
71include/cyrus/mpool.h 71include/cyrus/mpool.h
72include/cyrus/nonblock.h 72include/cyrus/nonblock.h
73include/cyrus/parseaddr.h 73include/cyrus/parseaddr.h
74include/cyrus/prot.h 74include/cyrus/prot.h
75include/cyrus/retry.h 75include/cyrus/retry.h
76include/cyrus/rfc822date.h 76include/cyrus/rfc822date.h
77include/cyrus/strhash.h 77include/cyrus/strhash.h
78include/cyrus/strhash.o 78include/cyrus/strhash.o
79include/cyrus/stristr.h 79include/cyrus/stristr.h
80include/cyrus/sysexits.h 80include/cyrus/sysexits.h
81include/cyrus/util.h 81include/cyrus/util.h
82include/cyrus/xmalloc.h 82include/cyrus/xmalloc.h
83include/cyrus/xstrlcat.h 83include/cyrus/xstrlcat.h
84include/cyrus/xstrlcpy.h 84include/cyrus/xstrlcpy.h
85lib/libcyrus.a 85lib/libcyrus.a
86lib/libcyrus_min.a 86lib/libcyrus_min.a
87man/man1/imtest.1 87man/man1/imtest.1
88man/man1/installsieve.1 88man/man1/installsieve.1
89man/man1/lmtptest.1 89man/man1/lmtptest.1
90man/man1/mupdatetest.1 90man/man1/mupdatetest.1
91man/man1/nntptest.1 91man/man1/nntptest.1
92man/man1/pop3test.1 92man/man1/pop3test.1
93man/man1/sieveshell.1 93man/man1/sieveshell.1
94man/man1/sivtest.1 94man/man1/sivtest.1
95man/man1/smtptest.1 95man/man1/smtptest.1
96man/man3/imclient.3 96man/man3/imclient.3
97man/man5/cyrus.conf.5 97man/man5/cyrus.conf.5
98man/man5/imapd.conf.5 98man/man5/imapd.conf.5
99man/man5/krb.equiv.5 99man/man5/krb.equiv.5
100man/man8/arbitron.8 100man/man8/arbitron.8
101man/man8/chk_cyrus.8 101man/man8/chk_cyrus.8
102man/man8/ctl_cyrusdb.8 102man/man8/ctl_cyrusdb.8
103man/man8/ctl_deliver.8 103man/man8/ctl_deliver.8
104man/man8/ctl_mboxlist.8 104man/man8/ctl_mboxlist.8
105man/man8/cvt_cyrusdb.8 105man/man8/cvt_cyrusdb.8
106man/man8/cyr_expire.8 106man/man8/cyr_expire.8
107man/man8/cyrus-deliver.8 107man/man8/cyrus-deliver.8
108man/man8/cyrus-fetchnews.8 108man/man8/cyrus-fetchnews.8
109man/man8/cyrus-idled.8 109man/man8/cyrus-idled.8
110man/man8/cyrus-imapd.8 110man/man8/cyrus-imapd.8
111man/man8/cyrus-lmtpd.8 111man/man8/cyrus-lmtpd.8
112man/man8/cyrus-master.8 112man/man8/cyrus-master.8
113man/man8/cyrus-nntpd.8 113man/man8/cyrus-nntpd.8
114man/man8/cyrus-notifyd.8 114man/man8/cyrus-notifyd.8
115man/man8/cyrus-pop3d.8 115man/man8/cyrus-pop3d.8
116man/man8/cyrus-quota.8 116man/man8/cyrus-quota.8
117man/man8/fud.8 117man/man8/fud.8
118man/man8/ipurge.8 118man/man8/ipurge.8
119man/man8/mbexamine.8 119man/man8/mbexamine.8
120man/man8/mbpath.8 120man/man8/mbpath.8
121man/man8/reconstruct.8 121man/man8/reconstruct.8
122man/man8/rmnews.8 122man/man8/rmnews.8
123man/man8/smmapd.8 123man/man8/smmapd.8
124man/man8/squatter.8 124man/man8/squatter.8
125man/man8/syncnews.8 125man/man8/syncnews.8
126man/man8/timsieved.8 126man/man8/timsieved.8
127man/man8/tls_prune.8 127man/man8/tls_prune.8
128share/doc/html/cyrus-imapd/altnamespace.html 128share/doc/cyrus-imapd/altnamespace.html
129share/doc/html/cyrus-imapd/anoncvs.html 129share/doc/cyrus-imapd/anoncvs.html
130share/doc/html/cyrus-imapd/bugs.html 130share/doc/cyrus-imapd/bugs.html
131share/doc/html/cyrus-imapd/changes.html 131share/doc/cyrus-imapd/changes.html
132share/doc/html/cyrus-imapd/cyrusv2.mc 132share/doc/cyrus-imapd/cyrusv2.mc
133share/doc/html/cyrus-imapd/faq.html 133share/doc/cyrus-imapd/faq.html
134share/doc/html/cyrus-imapd/feedback.html 134share/doc/cyrus-imapd/feedback.html
135share/doc/html/cyrus-imapd/index.html 135share/doc/cyrus-imapd/index.html
136share/doc/html/cyrus-imapd/install-admin-mb.html 136share/doc/cyrus-imapd/install-admin-mb.html
137share/doc/html/cyrus-imapd/install-auth.html 137share/doc/cyrus-imapd/install-auth.html
138share/doc/html/cyrus-imapd/install-compile.html 138share/doc/cyrus-imapd/install-compile.html
139share/doc/html/cyrus-imapd/install-configure.html 139share/doc/cyrus-imapd/install-configure.html
140share/doc/html/cyrus-imapd/install-murder.html 140share/doc/cyrus-imapd/install-murder.html
141share/doc/html/cyrus-imapd/install-netnews.html 141share/doc/cyrus-imapd/install-netnews.html
142share/doc/html/cyrus-imapd/install-perf.html 142share/doc/cyrus-imapd/install-perf.html
143share/doc/html/cyrus-imapd/install-prereq.html 143share/doc/cyrus-imapd/install-prereq.html
144share/doc/html/cyrus-imapd/install-sieve.html 144share/doc/cyrus-imapd/install-sieve.html
145share/doc/html/cyrus-imapd/install-snmpmon.html 145share/doc/cyrus-imapd/install-snmpmon.html
146share/doc/html/cyrus-imapd/install-testing.html 146share/doc/cyrus-imapd/install-testing.html
147share/doc/html/cyrus-imapd/install-upgrade.html 147share/doc/cyrus-imapd/install-upgrade.html
148share/doc/html/cyrus-imapd/install-virtdomains.html 148share/doc/cyrus-imapd/install-virtdomains.html
149share/doc/html/cyrus-imapd/install.html 149share/doc/cyrus-imapd/install.html
150share/doc/html/cyrus-imapd/mailing-list.html 150share/doc/cyrus-imapd/mailing-list.html
151share/doc/html/cyrus-imapd/man.html 151share/doc/cyrus-imapd/man.html
152share/doc/html/cyrus-imapd/notes.html 152share/doc/cyrus-imapd/notes.html
153share/doc/html/cyrus-imapd/os.html 153share/doc/cyrus-imapd/os.html
154share/doc/html/cyrus-imapd/overview.html 154share/doc/cyrus-imapd/overview.html
155share/doc/html/cyrus-imapd/questions.html 155share/doc/cyrus-imapd/questions.html
156share/doc/html/cyrus-imapd/readme.html 156share/doc/cyrus-imapd/readme.html
157share/doc/html/cyrus-imapd/sieve-protocol.html 157share/doc/cyrus-imapd/sieve-protocol.html
158share/doc/html/cyrus-imapd/sieve.html 158share/doc/cyrus-imapd/sieve.html
159share/doc/html/cyrus-imapd/specs.html 159share/doc/cyrus-imapd/specs.html
160share/examples/cyrus-imapd/cmu-backend.conf 160share/examples/cyrus-imapd/cmu-backend.conf
161share/examples/cyrus-imapd/cmu-frontend.conf 161share/examples/cyrus-imapd/cmu-frontend.conf
162share/examples/cyrus-imapd/imapd.conf 162share/examples/cyrus-imapd/imapd.conf
163share/examples/cyrus-imapd/normal.conf 163share/examples/cyrus-imapd/normal.conf
164share/examples/cyrus-imapd/prefork.conf 164share/examples/cyrus-imapd/prefork.conf
165share/examples/cyrus-imapd/small.conf 165share/examples/cyrus-imapd/small.conf