./mail/cyrus-imapd, Cyrus IMAP server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q1, Version: 2.2.13nb8, Package name: cyrus-imapd-2.2.13nb8, Maintainer: recht

IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not 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 the IMAP, POP3, or KPOP protocols.

DEINSTALL [+/-]

Required to run:
[lang/perl5] [security/cyrus-sasl] [databases/db4]

Required to build:
[lang/perl5]

Master sites: (Expand)

SHA1: ba84b67a1cae4c15d5a588d010764031167970c4
RMD160: 7e8ac84b5ddd9f1206e71d5b659d07d8400f9ac2
Filesize: 2060.322 KB

Version history: (Expand)


CVS history: (Expand)


   2009-05-17 17:11:14 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #2774 - requested by obache
cyrus-imapd: bug fix and destdir support

Revisions pulled up:
- mail/cyrus-imapd/Makefile			1.79
- mail/cyrus-imapd/distinfo			1.29
- mail/cyrus-imapd/patches/patch-aq		1.4
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Fri May 15 23:29:02 UTC 2009

Modified Files:
	pkgsrc/mail/cyrus-imapd: Makefile distinfo
	pkgsrc/mail/cyrus-imapd/patches: patch-aq

Log message:
Fixes `-n' option handling for fetchnews(1).
Patch provided by Jukka Salmi in PR 41432.

While here, add DESTDIR support.