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>
This commit is contained in:
parent
458f7331db
commit
bf833324a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126579
@ -124,6 +124,7 @@
|
||||
SUBDIR += im
|
||||
SUBDIR += imap-uw
|
||||
SUBDIR += imapfilter
|
||||
SUBDIR += imapsync
|
||||
SUBDIR += imp
|
||||
SUBDIR += ingo
|
||||
SUBDIR += isoqlog
|
||||
|
28
mail/imapsync/Makefile
Normal file
28
mail/imapsync/Makefile
Normal file
@ -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>
|
2
mail/imapsync/distinfo
Normal file
2
mail/imapsync/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (imapsync-1.116.tgz) = adb94f623186bcaf6e69534fa8a15d38
|
||||
SIZE (imapsync-1.116.tgz) = 41420
|
5
mail/imapsync/pkg-descr
Normal file
5
mail/imapsync/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user