Date: Tue, 23 Jul 2013 20:35:12 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323548 - in head/mail: . cyrus2dovecot Message-ID: <201307232035.r6NKZCwF053976@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Jul 23 20:35:11 2013 New Revision: 323548 URL: http://svnweb.freebsd.org/changeset/ports/323548 Log: Cyrus2Dovecot is a full-featured command line tool for converting the e-mails of one or more users from Cyrus format to Dovecot Maildir++ folders. It allows for performing a server transition which is fully transparent to both POP and IMAP users. WWW: http://www.cyrus2dovecot.sw.fu-berlin.de/ PR: ports/18590 Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru> Added: head/mail/cyrus2dovecot/ head/mail/cyrus2dovecot/Makefile (contents, props changed) head/mail/cyrus2dovecot/distinfo (contents, props changed) head/mail/cyrus2dovecot/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Jul 23 20:00:53 2013 (r323547) +++ head/mail/Makefile Tue Jul 23 20:35:11 2013 (r323548) @@ -85,6 +85,7 @@ SUBDIR += cyrus-imapd23 SUBDIR += cyrus-imapd24 SUBDIR += cyrus2courier + SUBDIR += cyrus2dovecot SUBDIR += davmail SUBDIR += dbmail SUBDIR += dbmail22 Added: head/mail/cyrus2dovecot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cyrus2dovecot/Makefile Tue Jul 23 20:35:11 2013 (r323548) @@ -0,0 +1,35 @@ +# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru> +# $FreeBSD$ + +PORTNAME= cyrus2dovecot +PORTVERSION= 1.2 +CATEGORIES= mail +MASTER_SITES= http://www.cyrus2dovecot.sw.fu-berlin.de/download/ +EXTRACT_SUFX= +EXTRACT_ONLY= + +MAINTAINER= wulf@mail.mipt.ru +COMMENT= Convert Cyrus folders to Dovecot + +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 + +USE_PERL5= yes +NO_WRKSUBDIR= yes + +post-extract: + @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} + +post-patch: + @${REINPLACE_CMD} -e '1s,^#!.*,#!${PERL},' ${WRKSRC}/${DISTNAME} + +do-build: + pod2man --section=1 --release=${PORTVERSION} \ + --name=${PORTNAME} --center=${PORTNAME}" user guide" \ + ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1 + +.include <bsd.port.mk> Added: head/mail/cyrus2dovecot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cyrus2dovecot/distinfo Tue Jul 23 20:35:11 2013 (r323548) @@ -0,0 +1,2 @@ +SHA256 (cyrus2dovecot-1.2) = 69cc05e7d493b8e5030300aaa71bb87f72203f507ad726d796235619efae4917 +SIZE (cyrus2dovecot-1.2) = 52212 Added: head/mail/cyrus2dovecot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cyrus2dovecot/pkg-descr Tue Jul 23 20:35:11 2013 (r323548) @@ -0,0 +1,6 @@ +Cyrus2Dovecot is a full-featured command line tool for converting the +e-mails of one or more users from Cyrus format to Dovecot Maildir++ folders. +It allows for performing a server transition which is fully transparent to +both POP and IMAP users. + +WWW: http://www.cyrus2dovecot.sw.fu-berlin.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307232035.r6NKZCwF053976>