diff options
author | sem <sem@FreeBSD.org> | 2005-01-16 21:31:45 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-16 21:31:45 +0800 |
commit | 2e144f364fc35fb0936bf2e1b427a33aa2b1a628 (patch) | |
tree | 1daea0afc9dfc326aba2d41638830cfe12c44106 /mail/imapsync | |
parent | ad7c3e92caefe10401d15d467d577115647587b3 (diff) | |
download | freebsd-ports-gnome-2e144f364fc35fb0936bf2e1b427a33aa2b1a628.tar.gz freebsd-ports-gnome-2e144f364fc35fb0936bf2e1b427a33aa2b1a628.tar.zst freebsd-ports-gnome-2e144f364fc35fb0936bf2e1b427a33aa2b1a628.zip |
imapsync - IMAP synchronization, copy or migration tool.
Synchronize mailboxes between two imap servers.
Good at IMAP migration.
PR: ports/76304
Submitted by: Alex Deiter <tiamat(at)komi.mts.ru>
Diffstat (limited to 'mail/imapsync')
-rw-r--r-- | mail/imapsync/Makefile | 28 | ||||
-rw-r--r-- | mail/imapsync/distinfo | 2 | ||||
-rw-r--r-- | mail/imapsync/pkg-descr | 5 |
3 files changed, 35 insertions, 0 deletions
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 <tiamat@komi.mts.ru> +# +# $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 <bsd.port.mk> 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 |