diff options
author | abs <abs@pkgsrc.org> | 2006-08-10 11:18:16 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-08-10 11:18:16 +0000 |
commit | fbc6dda1fa526e336f7986a82bbd5727bc039c8b (patch) | |
tree | bbce4c50a6ccaf0ee066b335fb54ef2837bd2a3c /mail/imapsync/Makefile | |
parent | 8ea989d41f5668e7e714dcda47af927f6920f1ab (diff) | |
download | pkgsrc-fbc6dda1fa526e336f7986a82bbd5727bc039c8b.tar.gz |
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 (limited to 'mail/imapsync/Makefile')
-rw-r--r-- | mail/imapsync/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile new file mode 100644 index 00000000000..ec961e13f8d --- /dev/null +++ b/mail/imapsync/Makefile @@ -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 +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" |