1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add cyrus2maildir.

Convert a single mailbox from Cyrus-Imap into the Maildir++
format used by the Courier-IMAP and Dovecot IMAP servers.

PR:		82478
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Daniel Harris 2005-07-03 16:16:00 +00:00
parent 8c932c7e18
commit 043e45ad08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138418
4 changed files with 48 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += cvsmail
SUBDIR += cyrus-imapd2
SUBDIR += cyrus-imapd22
SUBDIR += cyrus2courier
SUBDIR += dbmail
SUBDIR += dcc-dccd
SUBDIR += delatt

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: cyrus2courier
# Date created: 21 Jun 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= cyrus2courier
DISTVERSION= 1.3
CATEGORIES= mail
MASTER_SITES= http://www.madness.at/~mad/projects/
EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@critical.ch
COMMENT= A Cyrus-Imap to Maildir++ conversion utility
USE_GETOPT_LONG=yes
USE_REINPLACE= yes
ALL_TARGET= build
PLIST_FILES= bin/cyrus2courier
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
CFLAGS+= -I${LOCALBASE}/include
MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.endif
post-patch:
@${REINPLACE_CMD} '/^CFLAGS*/d; /^LDFLAGS*/d; /^CC*/d' \
${WRKSRC}/src/Makefile.FreeBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (cyrus2courier-1.3.tgz) = a8c16fd81462b83e485c48c1e2f72449
SIZE (cyrus2courier-1.3.tgz) = 15913

View File

@ -0,0 +1,7 @@
Convert a single mailbox from Cyrus-Imap into the Maildir++ format used by the
Courier-IMAP and Dovecot IMAP servers.
WWW: http://www.madness.at/projects/
- ehaupt
ehaupt@critical.ch