The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD mail : cyrus-imapd2

The cyrus mail server, supporting POP3 and IMAP4 protocols

 The Cyrus IMAP (Internet Message Access Protocol) server provides access to
personal mail and system-wide bulletin boards through the IMAP protocol. 
The Cyrus IMAP server is a scaleable enterprise mail system designed for use
from small to large enterprise environments using standards-based
technologies.

A full Cyrus IMAP implementation allows a seamless mail and bulletin board
environment to be set up across multiple servers.  It differs from other
IMAP server implementations in that it is run on "sealed" servers, where
users are not normally permitted to log in.  The mailbox database is stored
in parts of the filesystem that are private to the Cyrus IMAP system.  All
user access to mail is through software using the IMAP, POP3, or KPOP
protocols.

The private mailbox database design gives the server large advantages in
efficiency, scalability, and administratability.  Multiple concurrent
read/write connections to the same mailbox are permitted.  The server
supports access control lists on mailboxes and storage quotas on mailbox
hierarchies. 

http://cyrusimap.web.cmu.edu/



cyrus-imapd2 history


v. 1.112
date: 2007/09/08 01:01:26;  author: linimon;  state: Exp;  lines: +0 -4
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr

v. 1.111 date: 2006/10/07 10:26:48; author: ume; state: Exp; lines: +1 -1 Change the MASTER_SITES entries from ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke
v. 1.110 date: 2006/05/10 22:36:48; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.109 date: 2006/04/18 17:48:28; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.108 date: 2006/04/18 12:33:15; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.107 date: 2005/11/08 16:21:53; author: ume; state: Exp; lines: +4 -7 - use USE_BDB. - add SHA256.
v. 1.106 date: 2005/06/11 16:12:55; author: skv; state: Exp; lines: +6 -11 * reflect renaming on CPAN File-Spec to PathTools + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.105 date: 2005/02/24 14:57:46; author: ume; state: Exp; lines: +18 -18 Update to 2.1.18. Security:: Fix single byte overflow in imapd annotate extension.
v. 1.104 date: 2005/02/10 19:26:37; author: ume; state: Exp; lines: +1 -7 use new scheme of USE_RC_SUBR.
v. 1.103 date: 2004/11/24 05:38:09; author: ume; state: Exp; lines: +3 -3 Update to 2.1.17. * Fix several security issues in imapd and in mysasl_canon_user.
v. 1.102 date: 2004/04/02 20:13:52; author: ume; state: Exp; lines: +44 -35 install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913
v. 1.101 date: 2004/03/07 17:39:03; author: ume; state: Exp; lines: +0 -4 make it buildable on ia64 and amd64. (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
v. 1.100 date: 2004/03/07 12:55:14; author: kris; state: Exp; lines: +4 -0 BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
v. 1.99 date: 2004/02/23 04:41:02; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.98 date: 2004/02/21 22:05:47; author: ume; state: Exp; lines: +2 -1 add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.
v. 1.97 date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0 Set an appropriate LATEST_LINK to avoid conflicts with other ports. Reported by: kris
v. 1.96 date: 2004/02/02 06:12:20; author: ume; state: Exp; lines: +4 -5 make it buildable with net/net-snmp4.
v. 1.95 date: 2003/12/04 08:20:07; author: ume; state: Exp; lines: +1 -1 remove pidfile at stop.
v. 1.94 date: 2003/11/20 18:22:16; author: ume; state: Exp; lines: +3 -3 Update to 2.1.16.
v. 1.93 date: 2003/10/24 12:02:37; author: ijliao; state: Exp; lines: +3 -3 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.92 date: 2003/10/01 18:09:34; author: ume; state: Exp; lines: +1 -1 the start/stop scripts failed when booting on 5.x machines
v. 1.91 date: 2003/09/27 03:34:19; author: ume; state: Exp; lines: +13 -13 ECHO -> ECHO_MSG, ECHO_CMD
v. 1.90 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.89 date: 2003/08/31 07:05:44; author: ume; state: Exp; lines: +7 -3 Previous commit to use USE_RC_SUBR was incomplete.
v. 1.88 date: 2003/08/30 14:17:22; author: ume; state: Exp; lines: +2 -0 Use USE_RC_SUBR.
v. 1.87 date: 2003/08/29 18:19:55; author: ume; state: Exp; lines: +2 -0 Use CONFLICTS. PR: ports/56118
v. 1.86 date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.85 date: 2003/08/18 20:23:27; author: ume; state: Exp; lines: +2 -2 Update to 2.1.15. * Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements
v. 1.84 date: 2003/07/03 17:21:42; author: ume; state: Exp; lines: +4 -4 Update to 2.1.14.
v. 1.83 date: 2003/06/01 04:01:12; author: ume; state: Exp; lines: +1 -2 Don't depend on saslauthd. This is preparation for saslauthd separation from cyrus-sasl2.
v. 1.82 date: 2003/05/03 13:40:17; author: ume; state: Exp; lines: +5 -0 Add dependency to OpenSSL.
v. 1.81 date: 2003/05/02 18:27:11; author: ume; state: Exp; lines: +3 -3 Update to 2.1.13.
v. 1.80 date: 2003/04/28 19:03:04; author: ume; state: Exp; lines: +2 -1 Specify full path of perl explicitly. PR: ports/44545 Submitted by: Pat Lashley
v. 1.79 date: 2003/04/28 16:36:35; author: ume; state: Exp; lines: +7 -0 Add WITH_SKIPLIST which makes skiplist support for mail/cyrus-imapd2 compatible with mail/cyrus-imapd22. PR: ports/51491 Submitted by: Oliver Eikemeier
v. 1.78 date: 2003/04/26 15:04:24; author: ume; state: Exp; lines: +2 -2 Update IPv6 patch to 20030426.
v. 1.77 date: 2003/04/23 16:24:48; author: ume; state: Exp; lines: +2 -1 add mirror sites. PR: ports/50090 Submitted by: Kimura Fuyuki
v. 1.76 date: 2003/04/23 16:06:22; author: ume; state: Exp; lines: +1 -1 portlint
v. 1.75 date: 2003/04/17 18:20:55; author: ume; state: Exp; lines: +4 -5 Oops, correct usage of LIB_DEPENDS introduced by previous commit.
v. 1.74 date: 2003/04/17 18:00:07; author: ume; state: Exp; lines: +29 -1 - Add WITH_BDB_VER for choosing version of Berkeley DB. For example, WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as before. - The configure script should select correct version of Berkeley DB.
v. 1.73 date: 2003/03/23 17:10:47; author: ume; state: Exp; lines: +6 -9 Use REINPLACE_CMD.
v. 1.72 date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.71 date: 2003/02/04 15:55:54; author: ume; state: Exp; lines: +4 -3 Update to 2.1.12.
v. 1.70 date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +18 -4 Add CYRUS_USER and CYRUS_GROUP options to be able to configure psuedo user for cyrus. Requested by: Cyrus Anderson Yunker
v. 1.69 date: 2003/01/01 19:34:35; author: ume; state: Exp; lines: +18 -3 - Use PERL_LEVEL to distinguish installed perl version. - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder.
v. 1.68 date: 2002/12/05 14:04:36; author: ume; state: Exp; lines: +2 -2 Update to 2.1.11. The release has two security fixes: - Fixed some potential buffer overflows in the sieve code - Fixed a pre-login buffer overflow in the IMAP parsing code Approved by: portmgr
v. 1.67 date: 2002/11/16 05:10:43; author: ume; state: Exp; lines: +2 -2 Update to 2.1.10.
v. 1.66 date: 2002/09/01 20:12:13; author: ume; state: Exp; lines: +2 -2 Update to cyrus-imapd-2.1.9.
v. 1.65 date: 2002/08/28 18:25:16; author: ume; state: Exp; lines: +3 -3 Update to 2.1.8.
v. 1.64 date: 2002/08/22 19:13:28; author: ade; state: Exp; lines: +2 -2 BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.63 date: 2002/08/21 20:46:33; author: ume; state: Exp; lines: +5 -5 Update to 2.1.7.
v. 1.62 date: 2002/08/16 18:55:48; author: ume; state: Exp; lines: +1 -0 cyradm didn't show password prompt correctly. Reported by: Joseph Scott
v. 1.61 date: 2002/08/16 18:27:43; author: ume; state: Exp; lines: +1 -1 Update an IPv6 patch to 20020817. Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION.
v. 1.60 date: 2002/08/08 14:06:48; author: ume; state: Exp; lines: +51 -41 Add cyrus-imapd-2.1.5 after repo. copy.
v. 1.59 date: 2002/05/25 18:39:19; author: ume; state: Exp; lines: +0 -1 Make this port add shell to cyrus user. PR: ports/38436 Submitted by: Scot W. Hetzel
v. 1.58 date: 2002/05/19 14:28:20; author: ume; state: Exp; lines: +1 -0 Add USE_PERL5=yes.
v. 1.57 date: 2002/01/29 11:45:16; author: knu; state: Exp; lines: +7 -7 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.56 date: 2002/01/18 18:00:06; author: ume; state: Exp; lines: +3 -3 Update IPv6 patch.
v. 1.55 date: 2001/08/01 11:56:18; author: knu; state: Exp; lines: +3 -2 Back out the db3 port update because some of these dependent ports had been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
v. 1.54 date: 2001/07/28 16:08:07; author: ume; state: Exp; lines: +6 -5 Update to 2.0.16.
v. 1.53 date: 2001/07/25 15:05:10; author: knu; state: Exp; lines: +3 -3 Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.52 date: 2001/07/11 19:52:28; author: ume; state: Exp; lines: +3 -3 Update IPv6 support patch to 20010711 version. Now, sieve client speaks IPv6.
v. 1.51 date: 2001/07/09 11:19:56; author: ume; state: Exp; lines: +14 -5 - Install more html docs. - IPv6 patch was updated to 20010709 version. (Now, reconfig by SIGHUP should work. However, since master is running without root privilege, re-bind to privileged port still fails. I believe it is original problem.)
v. 1.50 date: 2001/07/08 14:46:38; author: ume; state: Exp; lines: +3 -3 Update to cyrus-imapd 2.0.15.
v. 1.49 date: 2001/05/31 09:38:03; author: ume; state: Exp; lines: +3 -4 Update to 2.0.14.
v. 1.48 date: 2001/05/07 11:11:25; author: ume; state: Exp; lines: +2 -2 Fix a bug that imaps didn't work correctly. This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer
v. 1.47 date: 2001/05/05 21:44:40; author: ume; state: Exp; lines: +3 -2 When bind() was fail, master did core dump. Update IPv6 patch to latest one due to fix this bug. Reported by: Nick Sayer
v. 1.46 date: 2001/04/28 16:43:09; author: ume; state: Exp; lines: +3 -4 Update to 2.0.13. If your libsasl has sasl_checkapop(), you can use APOP.
v. 1.45 date: 2001/04/22 15:52:48; author: ume; state: Exp; lines: +2 -2 Add missing items into pkg-plist. Submitted by: bento
v. 1.44 date: 2001/04/12 19:06:31; author: ume; state: Exp; lines: +7 -2 Since imapd.conf is installed into ${PREFIX}/etc, mkimap should refer ${PREFIX}/etc/imapd.conf
v. 1.43 date: 2001/04/06 18:53:05; author: ume; state: Exp; lines: +4 -19 Since spool location is configurable by user, prevent making spool at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran
v. 1.42 date: 2001/04/06 17:51:12; author: ume; state: Exp; lines: +2 -2 Add missing Perl library into pkg-plist. Reported by: Kaz SHiMZ
v. 1.41 date: 2001/03/22 11:17:16; author: ume; state: Exp; lines: +2 -2 Use -U option of ps instead of odd path checking.
v. 1.40 date: 2001/03/16 13:28:15; author: ume; state: Exp; lines: +2 -1 killall doesn't have -u option under FreeBSD 3.X Reported by: Alex Vasylenko
v. 1.39 date: 2001/03/13 11:15:09; author: ume; state: Exp; lines: +71 -59 Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis
v. 1.38 date: 2001/02/05 15:10:33; author: olgeni; state: Exp; lines: +2 -2 Spaces->tabs in the mail category. (I know, I look boring and pedant :o)
v. 1.37 date: 2001/01/17 17:31:13; author: sf; state: Exp; lines: +8 -5 add missing manpages. sort pkg-plist. Submitted by: bento
v. 1.36 date: 2001/01/01 10:15:05; author: will; state: Exp; lines: +1 -3 Goodbye, YEAR2000. Hello, 2001. Approved by: asami
v. 1.35 date: 2000/12/21 23:16:02; author: will; state: Exp; lines: +14 -14 Obey portlint better, and use sensible defaults in configure args. PR: 23680 Submitted by: David W. Chapman, Jr.
v. 1.34 date: 2000/12/21 08:25:47; author: will; state: Exp; lines: +3 -13 Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen Scot W. Hetzel
v. 1.33 date: 2000/11/13 23:53:53; author: asami; state: Exp; lines: +2 -2 pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so spell out the whole path. Submitted by: bento
v. 1.32 date: 2000/10/08 10:21:56; author: asami; state: Exp; lines: +3 -3 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.31 date: 2000/09/03 16:09:58; author: wosch; state: Exp; lines: +2 -2 Fix homepage link. Submitted by: Alec Berry
v. 1.30 date: 2000/06/29 07:02:28; author: obrien; state: Exp; lines: +3 -2 Move the stragler's www.freebsd.org/~user distfiles to the offical MASTER_SITE_LOCAL site.
v. 1.29 date: 2000/05/13 18:32:38; author: paul; state: Exp; lines: +3 -2 This now port depends on SASL.
v. 1.28 date: 2000/05/13 17:18:08; author: paul; state: Exp; lines: +5 -5 Update port to release 1.6.22
v. 1.27 date: 2000/04/13 19:59:30; author: cpiazza; state: Exp; lines: +4 -4 Update to use PORTNAME/PORTVERSION
v. 1.26 date: 2000/02/08 09:27:18; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.25 date: 1999/12/29 08:37:52; author: steve; state: Exp; lines: +22 -2 Make sure all the directories needed by this port are created on install. PR: 12584 Submitted by: Adrian Filipi-Martin
v. 1.24 date: 1999/11/26 18:20:14; author: steve; state: Exp; lines: +6 -6 Make sure a couple of more echo(1)s get to the temporary PLIST. Also update to use Tk8.2. PR: 14452 Submitted by: Jonathan Gapen
v. 1.23 date: 1999/08/31 06:47:16; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/08/28 02:17:17; author: mharo; state: Exp; lines: +2 -2 sed -> ${SED}
v. 1.21 date: 1999/08/25 06:50:06; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.20 date: 1999/08/22 18:58:56; author: mharo; state: Exp; lines: +3 -3 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.19 date: 1999/05/28 16:38:38; author: nectar; state: Exp; lines: +2 -2 s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored
v. 1.18 date: 1999/05/10 02:22:46; author: stb; state: Exp; lines: +24 -8 - Update to 1.5.19 - Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT
v. 1.17 date: 1999/04/21 00:29:36; author: stb; state: Exp; lines: +1 -2 Move URL to pkg/DESCR.
v. 1.16 date: 1999/04/20 22:54:02; author: stb; state: Exp; lines: +3 -2 Update MASTER_SITES ADD WWW_SITE (for net/netatalk)
v. 1.15 date: 1999/04/08 19:05:42; author: billf; state: Exp; lines: +2 -2 Proper URLs that reference directories end in '/'
v. 1.14 date: 1999/03/11 21:47:14; author: scrappy; state: Exp; lines: +2 -1 Commit all Y2K/WWW_SITE changes from today...
v. 1.13 date: 1999/01/13 02:47:30; author: scrappy; state: Exp; lines: +3 -1 More Y2K Statement Links...
v. 1.12 date: 1998/12/22 10:24:10; author: stb; state: Exp; lines: +3 -2 Added a second master site.
v. 1.11 date: 1998/11/04 01:34:59; author: jdp; state: Exp; lines: +2 -2 Fix the name of the created partition directory to agree with the name in the supplied configuration file.
v. 1.10 date: 1998/11/04 01:18:33; author: jdp; state: Exp; lines: +2 -2 Update "Version required" comment.
v. 1.9 date: 1998/09/25 10:07:46; author: asami; state: Exp; lines: +2 -2 tcl80 has been ELFized.
v. 1.8 date: 1998/09/23 15:36:26; author: stb; state: Exp; lines: +19 -25 Update to 1.5.14 PR: ports/7789 Submitted by: Hans Huebner
v. 1.7 date: 1998/02/25 09:41:30; author: asami; state: Exp; lines: +5 -5 ${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter actually fixes a reinstall problem.
v. 1.6 date: 1998/02/24 21:43:06; author: jseger; state: Exp; lines: +3 -3 Upgrade to use tcl8.1 and tk8.1.
v. 1.5 date: 1998/02/22 08:34:53; author: fenner; state: Exp; lines: +2 -2 More tcl/tk virtual category fixups.
v. 1.4 date: 1998/02/15 12:14:12; author: jkh; state: Exp; lines: +12 -12 Unbreak cyrus port. Submitted by: Ian Vaudrey PR: 4729
v. 1.3 date: 1997/11/22 01:11:27; author: asami; state: Exp; lines: +3 -1 Mark the ports that were broken in one way or another by the recent tcl change "BROKEN".
v. 1.2 date: 1997/09/02 09:46:50; author: max; state: Exp; lines: +3 -1 List makedepend in BUILD_DEPENDS. Suggested by: i.vaudrey@cableinet.co.uk
v. 1.1 date: 1997/05/30 19:59:08; author: jfitz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/05/30 19:59:08; author: jfitz; state: Exp; lines: +0 -0 Import of the Cyrus IMAPd package ============================================================================= v. 1.112 date: 2007/09/08 01:01:26; author: linimon; state: Exp; lines: +0 -4 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.111 date: 2006/10/07 10:26:48; author: ume; state: Exp; lines: +1 -1 Change the MASTER_SITES entries from ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke
v. 1.110 date: 2006/05/10 22:36:48; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.109 date: 2006/04/18 17:48:28; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.108 date: 2006/04/18 12:33:15; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.107 date: 2005/11/08 16:21:53; author: ume; state: Exp; lines: +4 -7 - use USE_BDB. - add SHA256.
v. 1.106 date: 2005/06/11 16:12:55; author: skv; state: Exp; lines: +6 -11 * reflect renaming on CPAN File-Spec to PathTools + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.105 date: 2005/02/24 14:57:46; author: ume; state: Exp; lines: +18 -18 Update to 2.1.18. Security:: Fix single byte overflow in imapd annotate extension.
v. 1.104 date: 2005/02/10 19:26:37; author: ume; state: Exp; lines: +1 -7 use new scheme of USE_RC_SUBR.
v. 1.103 date: 2004/11/24 05:38:09; author: ume; state: Exp; lines: +3 -3 Update to 2.1.17. * Fix several security issues in imapd and in mysasl_canon_user.
v. 1.102 date: 2004/04/02 20:13:52; author: ume; state: Exp; lines: +44 -35 install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913
v. 1.101 date: 2004/03/07 17:39:03; author: ume; state: Exp; lines: +0 -4 make it buildable on ia64 and amd64. (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
v. 1.100 date: 2004/03/07 12:55:14; author: kris; state: Exp; lines: +4 -0 BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
v. 1.99 date: 2004/02/23 04:41:02; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.98 date: 2004/02/21 22:05:47; author: ume; state: Exp; lines: +2 -1 add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.
v. 1.97 date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0 Set an appropriate LATEST_LINK to avoid conflicts with other ports. Reported by: kris
v. 1.96 date: 2004/02/02 06:12:20; author: ume; state: Exp; lines: +4 -5 make it buildable with net/net-snmp4.
v. 1.95 date: 2003/12/04 08:20:07; author: ume; state: Exp; lines: +1 -1 remove pidfile at stop.
v. 1.94 date: 2003/11/20 18:22:16; author: ume; state: Exp; lines: +3 -3 Update to 2.1.16.
v. 1.93 date: 2003/10/24 12:02:37; author: ijliao; state: Exp; lines: +3 -3 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.92 date: 2003/10/01 18:09:34; author: ume; state: Exp; lines: +1 -1 the start/stop scripts failed when booting on 5.x machines
v. 1.91 date: 2003/09/27 03:34:19; author: ume; state: Exp; lines: +13 -13 ECHO -> ECHO_MSG, ECHO_CMD
v. 1.90 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.89 date: 2003/08/31 07:05:44; author: ume; state: Exp; lines: +7 -3 Previous commit to use USE_RC_SUBR was incomplete.
v. 1.88 date: 2003/08/30 14:17:22; author: ume; state: Exp; lines: +2 -0 Use USE_RC_SUBR.
v. 1.87 date: 2003/08/29 18:19:55; author: ume; state: Exp; lines: +2 -0 Use CONFLICTS. PR: ports/56118
v. 1.86 date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.85 date: 2003/08/18 20:23:27; author: ume; state: Exp; lines: +2 -2 Update to 2.1.15. * Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements
v. 1.84 date: 2003/07/03 17:21:42; author: ume; state: Exp; lines: +4 -4 Update to 2.1.14.
v. 1.83 date: 2003/06/01 04:01:12; author: ume; state: Exp; lines: +1 -2 Don't depend on saslauthd. This is preparation for saslauthd separation from cyrus-sasl2.
v. 1.82 date: 2003/05/03 13:40:17; author: ume; state: Exp; lines: +5 -0 Add dependency to OpenSSL.
v. 1.81 date: 2003/05/02 18:27:11; author: ume; state: Exp; lines: +3 -3 Update to 2.1.13.
v. 1.80 date: 2003/04/28 19:03:04; author: ume; state: Exp; lines: +2 -1 Specify full path of perl explicitly. PR: ports/44545 Submitted by: Pat Lashley
v. 1.79 date: 2003/04/28 16:36:35; author: ume; state: Exp; lines: +7 -0 Add WITH_SKIPLIST which makes skiplist support for mail/cyrus-imapd2 compatible with mail/cyrus-imapd22. PR: ports/51491 Submitted by: Oliver Eikemeier
v. 1.78 date: 2003/04/26 15:04:24; author: ume; state: Exp; lines: +2 -2 Update IPv6 patch to 20030426.
v. 1.77 date: 2003/04/23 16:24:48; author: ume; state: Exp; lines: +2 -1 add mirror sites. PR: ports/50090 Submitted by: Kimura Fuyuki
v. 1.76 date: 2003/04/23 16:06:22; author: ume; state: Exp; lines: +1 -1 portlint
v. 1.75 date: 2003/04/17 18:20:55; author: ume; state: Exp; lines: +4 -5 Oops, correct usage of LIB_DEPENDS introduced by previous commit.
v. 1.74 date: 2003/04/17 18:00:07; author: ume; state: Exp; lines: +29 -1 - Add WITH_BDB_VER for choosing version of Berkeley DB. For example, WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as before. - The configure script should select correct version of Berkeley DB.
v. 1.73 date: 2003/03/23 17:10:47; author: ume; state: Exp; lines: +6 -9 Use REINPLACE_CMD.
v. 1.72 date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.71 date: 2003/02/04 15:55:54; author: ume; state: Exp; lines: +4 -3 Update to 2.1.12.
v. 1.70 date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +18 -4 Add CYRUS_USER and CYRUS_GROUP options to be able to configure psuedo user for cyrus. Requested by: Cyrus Anderson Yunker
v. 1.69 date: 2003/01/01 19:34:35; author: ume; state: Exp; lines: +18 -3 - Use PERL_LEVEL to distinguish installed perl version. - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder.
v. 1.68 date: 2002/12/05 14:04:36; author: ume; state: Exp; lines: +2 -2 Update to 2.1.11. The release has two security fixes: - Fixed some potential buffer overflows in the sieve code - Fixed a pre-login buffer overflow in the IMAP parsing code Approved by: portmgr
v. 1.67 date: 2002/11/16 05:10:43; author: ume; state: Exp; lines: +2 -2 Update to 2.1.10.
v. 1.66 date: 2002/09/01 20:12:13; author: ume; state: Exp; lines: +2 -2 Update to cyrus-imapd-2.1.9.
v. 1.65 date: 2002/08/28 18:25:16; author: ume; state: Exp; lines: +3 -3 Update to 2.1.8.
v. 1.64 date: 2002/08/22 19:13:28; author: ade; state: Exp; lines: +2 -2 BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.63 date: 2002/08/21 20:46:33; author: ume; state: Exp; lines: +5 -5 Update to 2.1.7.
v. 1.62 date: 2002/08/16 18:55:48; author: ume; state: Exp; lines: +1 -0 cyradm didn't show password prompt correctly. Reported by: Joseph Scott
v. 1.61 date: 2002/08/16 18:27:43; author: ume; state: Exp; lines: +1 -1 Update an IPv6 patch to 20020817. Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION.
v. 1.60 date: 2002/08/08 14:06:48; author: ume; state: Exp; lines: +51 -41 Add cyrus-imapd-2.1.5 after repo. copy.
v. 1.59 date: 2002/05/25 18:39:19; author: ume; state: Exp; lines: +0 -1 Make this port add shell to cyrus user. PR: ports/38436 Submitted by: Scot W. Hetzel
v. 1.58 date: 2002/05/19 14:28:20; author: ume; state: Exp; lines: +1 -0 Add USE_PERL5=yes.
v. 1.57 date: 2002/01/29 11:45:16; author: knu; state: Exp; lines: +7 -7 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.56 date: 2002/01/18 18:00:06; author: ume; state: Exp; lines: +3 -3 Update IPv6 patch.
v. 1.55 date: 2001/08/01 11:56:18; author: knu; state: Exp; lines: +3 -2 Back out the db3 port update because some of these dependent ports had been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
v. 1.54 date: 2001/07/28 16:08:07; author: ume; state: Exp; lines: +6 -5 Update to 2.0.16.
v. 1.53 date: 2001/07/25 15:05:10; author: knu; state: Exp; lines: +3 -3 Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.52 date: 2001/07/11 19:52:28; author: ume; state: Exp; lines: +3 -3 Update IPv6 support patch to 20010711 version. Now, sieve client speaks IPv6.
v. 1.51 date: 2001/07/09 11:19:56; author: ume; state: Exp; lines: +14 -5 - Install more html docs. - IPv6 patch was updated to 20010709 version. (Now, reconfig by SIGHUP should work. However, since master is running without root privilege, re-bind to privileged port still fails. I believe it is original problem.)
v. 1.50 date: 2001/07/08 14:46:38; author: ume; state: Exp; lines: +3 -3 Update to cyrus-imapd 2.0.15.
v. 1.49 date: 2001/05/31 09:38:03; author: ume; state: Exp; lines: +3 -4 Update to 2.0.14.
v. 1.48 date: 2001/05/07 11:11:25; author: ume; state: Exp; lines: +2 -2 Fix a bug that imaps didn't work correctly. This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer
v. 1.47 date: 2001/05/05 21:44:40; author: ume; state: Exp; lines: +3 -2 When bind() was fail, master did core dump. Update IPv6 patch to latest one due to fix this bug. Reported by: Nick Sayer
v. 1.46 date: 2001/04/28 16:43:09; author: ume; state: Exp; lines: +3 -4 Update to 2.0.13. If your libsasl has sasl_checkapop(), you can use APOP.
v. 1.45 date: 2001/04/22 15:52:48; author: ume; state: Exp; lines: +2 -2 Add missing items into pkg-plist. Submitted by: bento
v. 1.44 date: 2001/04/12 19:06:31; author: ume; state: Exp; lines: +7 -2 Since imapd.conf is installed into ${PREFIX}/etc, mkimap should refer ${PREFIX}/etc/imapd.conf
v. 1.43 date: 2001/04/06 18:53:05; author: ume; state: Exp; lines: +4 -19 Since spool location is configurable by user, prevent making spool at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran
v. 1.42 date: 2001/04/06 17:51:12; author: ume; state: Exp; lines: +2 -2 Add missing Perl library into pkg-plist. Reported by: Kaz SHiMZ
v. 1.41 date: 2001/03/22 11:17:16; author: ume; state: Exp; lines: +2 -2 Use -U option of ps instead of odd path checking.
v. 1.40 date: 2001/03/16 13:28:15; author: ume; state: Exp; lines: +2 -1 killall doesn't have -u option under FreeBSD 3.X Reported by: Alex Vasylenko
v. 1.39 date: 2001/03/13 11:15:09; author: ume; state: Exp; lines: +71 -59 Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis
v. 1.38 date: 2001/02/05 15:10:33; author: olgeni; state: Exp; lines: +2 -2 Spaces->tabs in the mail category. (I know, I look boring and pedant :o)
v. 1.37 date: 2001/01/17 17:31:13; author: sf; state: Exp; lines: +8 -5 add missing manpages. sort pkg-plist. Submitted by: bento
v. 1.36 date: 2001/01/01 10:15:05; author: will; state: Exp; lines: +1 -3 Goodbye, YEAR2000. Hello, 2001. Approved by: asami
v. 1.35 date: 2000/12/21 23:16:02; author: will; state: Exp; lines: +14 -14 Obey portlint better, and use sensible defaults in configure args. PR: 23680 Submitted by: David W. Chapman, Jr.
v. 1.34 date: 2000/12/21 08:25:47; author: will; state: Exp; lines: +3 -13 Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen Scot W. Hetzel
v. 1.33 date: 2000/11/13 23:53:53; author: asami; state: Exp; lines: +2 -2 pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so spell out the whole path. Submitted by: bento
v. 1.32 date: 2000/10/08 10:21:56; author: asami; state: Exp; lines: +3 -3 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.31 date: 2000/09/03 16:09:58; author: wosch; state: Exp; lines: +2 -2 Fix homepage link. Submitted by: Alec Berry
v. 1.30 date: 2000/06/29 07:02:28; author: obrien; state: Exp; lines: +3 -2 Move the stragler's www.freebsd.org/~user distfiles to the offical MASTER_SITE_LOCAL site.
v. 1.29 date: 2000/05/13 18:32:38; author: paul; state: Exp; lines: +3 -2 This now port depends on SASL.
v. 1.28 date: 2000/05/13 17:18:08; author: paul; state: Exp; lines: +5 -5 Update port to release 1.6.22
v. 1.27 date: 2000/04/13 19:59:30; author: cpiazza; state: Exp; lines: +4 -4 Update to use PORTNAME/PORTVERSION
v. 1.26 date: 2000/02/08 09:27:18; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.25 date: 1999/12/29 08:37:52; author: steve; state: Exp; lines: +22 -2 Make sure all the directories needed by this port are created on install. PR: 12584 Submitted by: Adrian Filipi-Martin
v. 1.24 date: 1999/11/26 18:20:14; author: steve; state: Exp; lines: +6 -6 Make sure a couple of more echo(1)s get to the temporary PLIST. Also update to use Tk8.2. PR: 14452 Submitted by: Jonathan Gapen
v. 1.23 date: 1999/08/31 06:47:16; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/08/28 02:17:17; author: mharo; state: Exp; lines: +2 -2 sed -> ${SED}
v. 1.21 date: 1999/08/25 06:50:06; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.20 date: 1999/08/22 18:58:56; author: mharo; state: Exp; lines: +3 -3 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.19 date: 1999/05/28 16:38:38; author: nectar; state: Exp; lines: +2 -2 s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored
v. 1.18 date: 1999/05/10 02:22:46; author: stb; state: Exp; lines: +24 -8 - Update to 1.5.19 - Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT
v. 1.17 date: 1999/04/21 00:29:36; author: stb; state: Exp; lines: +1 -2 Move URL to pkg/DESCR.
v. 1.16 date: 1999/04/20 22:54:02; author: stb; state: Exp; lines: +3 -2 Update MASTER_SITES ADD WWW_SITE (for net/netatalk)
v. 1.15 date: 1999/04/08 19:05:42; author: billf; state: Exp; lines: +2 -2 Proper URLs that reference directories end in '/'
v. 1.14 date: 1999/03/11 21:47:14; author: scrappy; state: Exp; lines: +2 -1 Commit all Y2K/WWW_SITE changes from today...
v. 1.13 date: 1999/01/13 02:47:30; author: scrappy; state: Exp; lines: +3 -1 More Y2K Statement Links...
v. 1.12 date: 1998/12/22 10:24:10; author: stb; state: Exp; lines: +3 -2 Added a second master site.
v. 1.11 date: 1998/11/04 01:34:59; author: jdp; state: Exp; lines: +2 -2 Fix the name of the created partition directory to agree with the name in the supplied configuration file.
v. 1.10 date: 1998/11/04 01:18:33; author: jdp; state: Exp; lines: +2 -2 Update "Version required" comment.
v. 1.9 date: 1998/09/25 10:07:46; author: asami; state: Exp; lines: +2 -2 tcl80 has been ELFized.
v. 1.8 date: 1998/09/23 15:36:26; author: stb; state: Exp; lines: +19 -25 Update to 1.5.14 PR: ports/7789 Submitted by: Hans Huebner
v. 1.7 date: 1998/02/25 09:41:30; author: asami; state: Exp; lines: +5 -5 ${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter actually fixes a reinstall problem.
v. 1.6 date: 1998/02/24 21:43:06; author: jseger; state: Exp; lines: +3 -3 Upgrade to use tcl8.1 and tk8.1.
v. 1.5 date: 1998/02/22 08:34:53; author: fenner; state: Exp; lines: +2 -2 More tcl/tk virtual category fixups.
v. 1.4 date: 1998/02/15 12:14:12; author: jkh; state: Exp; lines: +12 -12 Unbreak cyrus port. Submitted by: Ian Vaudrey PR: 4729
v. 1.3 date: 1997/11/22 01:11:27; author: asami; state: Exp; lines: +3 -1 Mark the ports that were broken in one way or another by the recent tcl change "BROKEN".
v. 1.2 date: 1997/09/02 09:46:50; author: max; state: Exp; lines: +3 -1 List makedepend in BUILD_DEPENDS. Suggested by: i.vaudrey@cableinet.co.uk
v. 1.1 date: 1997/05/30 19:59:08; author: jfitz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/05/30 19:59:08; author: jfitz; state: Exp; lines: +0 -0 Import of the Cyrus IMAPd package ============================================================================= v. 1.112 date: 2007/09/08 01:01:26; author: linimon; state: Exp; lines: +0 -4 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.111 date: 2006/10/07 10:26:48; author: ume; state: Exp; lines: +1 -1 Change the MASTER_SITES entries from ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke
v. 1.110 date: 2006/05/10 22:36:48; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.109 date: 2006/04/18 17:48:28; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.108 date: 2006/04/18 12:33:15; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.107 date: 2005/11/08 16:21:53; author: ume; state: Exp; lines: +4 -7 - use USE_BDB. - add SHA256.
v. 1.106 date: 2005/06/11 16:12:55; author: skv; state: Exp; lines: +6 -11 * reflect renaming on CPAN File-Spec to PathTools + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.105 date: 2005/02/24 14:57:46; author: ume; state: Exp; lines: +18 -18 Update to 2.1.18. Security:: Fix single byte overflow in imapd annotate extension.
v. 1.104 date: 2005/02/10 19:26:37; author: ume; state: Exp; lines: +1 -7 use new scheme of USE_RC_SUBR.
v. 1.103 date: 2004/11/24 05:38:09; author: ume; state: Exp; lines: +3 -3 Update to 2.1.17. * Fix several security issues in imapd and in mysasl_canon_user.
v. 1.102 date: 2004/04/02 20:13:52; author: ume; state: Exp; lines: +44 -35 install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913
v. 1.101 date: 2004/03/07 17:39:03; author: ume; state: Exp; lines: +0 -4 make it buildable on ia64 and amd64. (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
v. 1.100 date: 2004/03/07 12:55:14; author: kris; state: Exp; lines: +4 -0 BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
v. 1.99 date: 2004/02/23 04:41:02; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.98 date: 2004/02/21 22:05:47; author: ume; state: Exp; lines: +2 -1 add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.
v. 1.97 date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0 Set an appropriate LATEST_LINK to avoid conflicts with other ports. Reported by: kris
v. 1.96 date: 2004/02/02 06:12:20; author: ume; state: Exp; lines: +4 -5 make it buildable with net/net-snmp4.
v. 1.95 date: 2003/12/04 08:20:07; author: ume; state: Exp; lines: +1 -1 remove pidfile at stop.
v. 1.94 date: 2003/11/20 18:22:16; author: ume; state: Exp; lines: +3 -3 Update to 2.1.16.
v. 1.93 date: 2003/10/24 12:02:37; author: ijliao; state: Exp; lines: +3 -3 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.92 date: 2003/10/01 18:09:34; author: ume; state: Exp; lines: +1 -1 the start/stop scripts failed when booting on 5.x machines
v. 1.91 date: 2003/09/27 03:34:19; author: ume; state: Exp; lines: +13 -13 ECHO -> ECHO_MSG, ECHO_CMD
v. 1.90 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.89 date: 2003/08/31 07:05:44; author: ume; state: Exp; lines: +7 -3 Previous commit to use USE_RC_SUBR was incomplete.
v. 1.88 date: 2003/08/30 14:17:22; author: ume; state: Exp; lines: +2 -0 Use USE_RC_SUBR.
v. 1.87 date: 2003/08/29 18:19:55; author: ume; state: Exp; lines: +2 -0 Use CONFLICTS. PR: ports/56118
v. 1.86 date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.85 date: 2003/08/18 20:23:27; author: ume; state: Exp; lines: +2 -2 Update to 2.1.15. * Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements
v. 1.84 date: 2003/07/03 17:21:42; author: ume; state: Exp; lines: +4 -4 Update to 2.1.14.
v. 1.83 date: 2003/06/01 04:01:12; author: ume; state: Exp; lines: +1 -2 Don't depend on saslauthd. This is preparation for saslauthd separation from cyrus-sasl2.
v. 1.82 date: 2003/05/03 13:40:17; author: ume; state: Exp; lines: +5 -0 Add dependency to OpenSSL.
v. 1.81 date: 2003/05/02 18:27:11; author: ume; state: Exp; lines: +3 -3 Update to 2.1.13.
v. 1.80 date: 2003/04/28 19:03:04; author: ume; state: Exp; lines: +2 -1 Specify full path of perl explicitly. PR: ports/44545 Submitted by: Pat Lashley
v. 1.79 date: 2003/04/28 16:36:35; author: ume; state: Exp; lines: +7 -0 Add WITH_SKIPLIST which makes skiplist support for mail/cyrus-imapd2 compatible with mail/cyrus-imapd22. PR: ports/51491 Submitted by: Oliver Eikemeier
v. 1.78 date: 2003/04/26 15:04:24; author: ume; state: Exp; lines: +2 -2 Update IPv6 patch to 20030426.
v. 1.77 date: 2003/04/23 16:24:48; author: ume; state: Exp; lines: +2 -1 add mirror sites. PR: ports/50090 Submitted by: Kimura Fuyuki
v. 1.76 date: 2003/04/23 16:06:22; author: ume; state: Exp; lines: +1 -1 portlint
v. 1.75 date: 2003/04/17 18:20:55; author: ume; state: Exp; lines: +4 -5 Oops, correct usage of LIB_DEPENDS introduced by previous commit.
v. 1.74 date: 2003/04/17 18:00:07; author: ume; state: Exp; lines: +29 -1 - Add WITH_BDB_VER for choosing version of Berkeley DB. For example, WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as before. - The configure script should select correct version of Berkeley DB.
v. 1.73 date: 2003/03/23 17:10:47; author: ume; state: Exp; lines: +6 -9 Use REINPLACE_CMD.
v. 1.72 date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.71 date: 2003/02/04 15:55:54; author: ume; state: Exp; lines: +4 -3 Update to 2.1.12.
v. 1.70 date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +18 -4 Add CYRUS_USER and CYRUS_GROUP options to be able to configure psuedo user for cyrus. Requested by: Cyrus Anderson Yunker
v. 1.69 date: 2003/01/01 19:34:35; author: ume; state: Exp; lines: +18 -3 - Use PERL_LEVEL to distinguish installed perl version. - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder.
v. 1.68 date: 2002/12/05 14:04:36; author: ume; state: Exp; lines: +2 -2 Update to 2.1.11. The release has two security fixes: - Fixed some potential buffer overflows in the sieve code - Fixed a pre-login buffer overflow in the IMAP parsing code Approved by: portmgr
v. 1.67 date: 2002/11/16 05:10:43; author: ume; state: Exp; lines: +2 -2 Update to 2.1.10.
v. 1.66 date: 2002/09/01 20:12:13; author: ume; state: Exp; lines: +2 -2 Update to cyrus-imapd-2.1.9.
v. 1.65 date: 2002/08/28 18:25:16; author: ume; state: Exp; lines: +3 -3 Update to 2.1.8.
v. 1.64 date: 2002/08/22 19:13:28; author: ade; state: Exp; lines: +2 -2 BerkeleyDB cleanup - stage 2 Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.63 date: 2002/08/21 20:46:33; author: ume; state: Exp; lines: +5 -5 Update to 2.1.7.
v. 1.62 date: 2002/08/16 18:55:48; author: ume; state: Exp; lines: +1 -0 cyradm didn't show password prompt correctly. Reported by: Joseph Scott
v. 1.61 date: 2002/08/16 18:27:43; author: ume; state: Exp; lines: +1 -1 Update an IPv6 patch to 20020817. Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION.
v. 1.60 date: 2002/08/08 14:06:48; author: ume; state: Exp; lines: +51 -41 Add cyrus-imapd-2.1.5 after repo. copy.
v. 1.59 date: 2002/05/25 18:39:19; author: ume; state: Exp; lines: +0 -1 Make this port add shell to cyrus user. PR: ports/38436 Submitted by: Scot W. Hetzel
v. 1.58 date: 2002/05/19 14:28:20; author: ume; state: Exp; lines: +1 -0 Add USE_PERL5=yes.
v. 1.57 date: 2002/01/29 11:45:16; author: knu; state: Exp; lines: +7 -7 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.56 date: 2002/01/18 18:00:06; author: ume; state: Exp; lines: +3 -3 Update IPv6 patch.
v. 1.55 date: 2001/08/01 11:56:18; author: knu; state: Exp; lines: +3 -2 Back out the db3 port update because some of these dependent ports had been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
v. 1.54 date: 2001/07/28 16:08:07; author: ume; state: Exp; lines: +6 -5 Update to 2.0.16.
v. 1.53 date: 2001/07/25 15:05:10; author: knu; state: Exp; lines: +3 -3 Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.52 date: 2001/07/11 19:52:28; author: ume; state: Exp; lines: +3 -3 Update IPv6 support patch to 20010711 version. Now, sieve client speaks IPv6.
v. 1.51 date: 2001/07/09 11:19:56; author: ume; state: Exp; lines: +14 -5 - Install more html docs. - IPv6 patch was updated to 20010709 version. (Now, reconfig by SIGHUP should work. However, since master is running without root privilege, re-bind to privileged port still fails. I believe it is original problem.)
v. 1.50 date: 2001/07/08 14:46:38; author: ume; state: Exp; lines: +3 -3 Update to cyrus-imapd 2.0.15.
v. 1.49 date: 2001/05/31 09:38:03; author: ume; state: Exp; lines: +3 -4 Update to 2.0.14.
v. 1.48 date: 2001/05/07 11:11:25; author: ume; state: Exp; lines: +2 -2 Fix a bug that imaps didn't work correctly. This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer
v. 1.47 date: 2001/05/05 21:44:40; author: ume; state: Exp; lines: +3 -2 When bind() was fail, master did core dump. Update IPv6 patch to latest one due to fix this bug. Reported by: Nick Sayer
v. 1.46 date: 2001/04/28 16:43:09; author: ume; state: Exp; lines: +3 -4 Update to 2.0.13. If your libsasl has sasl_checkapop(), you can use APOP.
v. 1.45 date: 2001/04/22 15:52:48; author: ume; state: Exp; lines: +2 -2 Add missing items into pkg-plist. Submitted by: bento
v. 1.44 date: 2001/04/12 19:06:31; author: ume; state: Exp; lines: +7 -2 Since imapd.conf is installed into ${PREFIX}/etc, mkimap should refer ${PREFIX}/etc/imapd.conf
v. 1.43 date: 2001/04/06 18:53:05; author: ume; state: Exp; lines: +4 -19 Since spool location is configurable by user, prevent making spool at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran
v. 1.42 date: 2001/04/06 17:51:12; author: ume; state: Exp; lines: +2 -2 Add missing Perl library into pkg-plist. Reported by: Kaz SHiMZ
v. 1.41 date: 2001/03/22 11:17:16; author: ume; state: Exp; lines: +2 -2 Use -U option of ps instead of odd path checking.
v. 1.40 date: 2001/03/16 13:28:15; author: ume; state: Exp; lines: +2 -1 killall doesn't have -u option under FreeBSD 3.X Reported by: Alex Vasylenko
v. 1.39 date: 2001/03/13 11:15:09; author: ume; state: Exp; lines: +71 -59 Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis
v. 1.38 date: 2001/02/05 15:



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm