diff options
author | cjep <cjep> | 2002-12-07 15:12:41 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-07 15:12:41 +0000 |
commit | 9a1d01db45e85fa74a4f081316a9337f19ed7a31 (patch) | |
tree | 65882ad82a0f0c8ebcbbc5122130151c692f7639 /mail/isync/Makefile | |
parent | b9c106d15b5d448ecaa209858270df0a8bc5d506 (diff) | |
download | pkgsrc-9a1d01db45e85fa74a4f081316a9337f19ed7a31.tar.gz |
Initial import of isync 0.8 into the NetBSD packages collection as
mail/isync.
isync is a command line utility for synchronizing a remote IMAP mailbox
with a local maildir-style mailbox. This is useful for working in
disconnected mode, such as on a laptop. Modifications made locally and
remotely are synchronized so that no message status flags are lost.
Supplied by Ceri Storey in PR#19314. Thanks!
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r-- | mail/isync/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile new file mode 100644 index 00000000000..004e8523493 --- /dev/null +++ b/mail/isync/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $ +# + +DISTNAME= isync-0.8 +CATEGORIES= mail net +MASTER_SITES= http://www.cs.hmc.edu/~me/isync/ + +MAINTAINER= cez+misc.pkgsrc@compsoc.man.ac.uk +HOMEPAGE= http://www.cs.hmc.edu/~me/isync/ +COMMENT= Syncronize a maildir with an imap server + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES + +.include "../../security/openssl/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |