From 2e144f364fc35fb0936bf2e1b427a33aa2b1a628 Mon Sep 17 00:00:00 2001 From: sem Date: Sun, 16 Jan 2005 13:31:45 +0000 Subject: imapsync - IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. Good at IMAP migration. PR: ports/76304 Submitted by: Alex Deiter --- mail/Makefile | 1 + mail/imapsync/Makefile | 28 ++++++++++++++++++++++++++++ mail/imapsync/distinfo | 2 ++ mail/imapsync/pkg-descr | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 mail/imapsync/Makefile create mode 100644 mail/imapsync/distinfo create mode 100644 mail/imapsync/pkg-descr diff --git a/mail/Makefile b/mail/Makefile index ffc6f42d28ba..a0c22f3d0600 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -124,6 +124,7 @@ SUBDIR += im SUBDIR += imap-uw SUBDIR += imapfilter + SUBDIR += imapsync SUBDIR += imp SUBDIR += ingo SUBDIR += isoqlog diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile new file mode 100644 index 000000000000..386477b56895 --- /dev/null +++ b/mail/imapsync/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: imapsync +# Date created: 14 Jan 2005 +# Whom: Alex Deiter +# +# $FreeBSD$ +# + +PORTNAME= imapsync +PORTVERSION= 1.116 +CATEGORIES= mail +MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/ +EXTRACT_SUFX= .tgz + +MAINTAINER= tiamat@komi.mts.ru +COMMENT= IMAP synchronization copy or migration tool + +BUILD_DEPENDS= ${SITE_PERL}/Mail/IMAPClient.pm:${PORTSDIR}/mail/p5-Mail-IMAPClient +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +NO_BUILD= yes + +PLIST_FILES= bin/imapsync + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include diff --git a/mail/imapsync/distinfo b/mail/imapsync/distinfo new file mode 100644 index 000000000000..34d271ffdc24 --- /dev/null +++ b/mail/imapsync/distinfo @@ -0,0 +1,2 @@ +MD5 (imapsync-1.116.tgz) = adb94f623186bcaf6e69534fa8a15d38 +SIZE (imapsync-1.116.tgz) = 41420 diff --git a/mail/imapsync/pkg-descr b/mail/imapsync/pkg-descr new file mode 100644 index 000000000000..f7a9180a6a21 --- /dev/null +++ b/mail/imapsync/pkg-descr @@ -0,0 +1,5 @@ +imapsync - IMAP synchronization, copy or migration tool. +Synchronize mailboxes between two imap servers. +Good at IMAP migration. + +WWW: http://www.linux-france.org/prj/imapsync -- cgit