pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imapsync Import imapsync-1.182



details:   https://anonhg.NetBSD.org/pkgsrc/rev/337c3123a8de
branches:  trunk
changeset: 517389:337c3123a8de
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Aug 10 11:18:16 2006 +0000

description:
Import imapsync-1.182
imapsync is a tool for facilitating incremental recursive IMAP
transfers from one mailbox to another. It is useful for mailbox
migration, and reduces the amount of data transferred by only
copying messages that are not present on both servers. Read, unread,
and deleted flags are preserved, and the process can be stopped
and resumed. The original messages can optionally be deleted after
a successful transfer.

diffstat:

 mail/imapsync/DESCR    |   7 +++++++
 mail/imapsync/Makefile |  27 +++++++++++++++++++++++++++
 mail/imapsync/PLIST    |   3 +++
 mail/imapsync/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 107a92ecac7f -r 337c3123a8de mail/imapsync/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imapsync/DESCR       Thu Aug 10 11:18:16 2006 +0000
@@ -0,0 +1,7 @@
+imapsync is a tool for facilitating incremental recursive IMAP
+transfers from one mailbox to another. It is useful for mailbox
+migration, and reduces the amount of data transferred by only
+copying messages that are not present on both servers. Read, unread,
+and deleted flags are preserved, and the process can be stopped
+and resumed. The original messages can optionally be deleted after
+a successful transfer.
diff -r 107a92ecac7f -r 337c3123a8de mail/imapsync/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imapsync/Makefile    Thu Aug 10 11:18:16 2006 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/10 11:18:16 abs Exp $
+#
+
+DISTNAME=      imapsync-1.182
+CATEGORIES=    mail
+MASTER_SITES=  http://www.linux-france.org/prj/imapsync/dist/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    abs%NetBSD.org@localhost
+HOMEPAGE=      http://www.linux-france.org/prj/imapsync/dist/
+COMMENT=       Incremental recursive IMAP transfer tool
+
+DEPENDS+=      p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+DEPENDS+=      p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+=      p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+DEPENDS+=      p5-Mail-IMAPClient>=2.2.9:../../mail/p5-Mail-IMAPClient
+DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+
+NO_BUILD=      YES
+USE_TOOLS+=    perl:run
+REPLACE_PERL+= imapsync
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/imapsync ${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imapsync
+
+.include "../../mk/bsd.pkg.mk"
diff -r 107a92ecac7f -r 337c3123a8de mail/imapsync/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imapsync/PLIST       Thu Aug 10 11:18:16 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/10 11:18:16 abs Exp $
+bin/imapsync
+share/doc/imapsync
diff -r 107a92ecac7f -r 337c3123a8de mail/imapsync/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imapsync/distinfo    Thu Aug 10 11:18:16 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/10 11:18:16 abs Exp $
+
+SHA1 (imapsync-1.182.tgz) = b246f22fbbd064d6161b1b7b788e4aefdabb11f7
+RMD160 (imapsync-1.182.tgz) = 3d03286a324d8f3497b548edb9427db3f1407feb
+Size (imapsync-1.182.tgz) = 116507 bytes



Home | Main Index | Thread Index | Old Index