diff options
author | eivind <eivind@FreeBSD.org> | 2001-01-02 18:38:34 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2001-01-02 18:38:34 +0800 |
commit | 8ab330a7a4daca2a7ae4787e5d1ac792cf4b3f30 (patch) | |
tree | 2c22d40ff9cf86cf61803d0fbc87b58b60f41484 /mail | |
parent | 2c0929e2e8c7912bb19224ab733be45f542bd269 (diff) | |
download | freebsd-ports-graphics-8ab330a7a4daca2a7ae4787e5d1ac792cf4b3f30.tar.gz freebsd-ports-graphics-8ab330a7a4daca2a7ae4787e5d1ac792cf4b3f30.tar.zst freebsd-ports-graphics-8ab330a7a4daca2a7ae4787e5d1ac792cf4b3f30.zip |
isync is a tool for synchronizing IMAP folders to local Maildir copies, for
use on e.g. laptops. It is not entirely stable yet (I've had a couple of
not entirely reproducable problems :-(, but seems like it will be very
useful in time.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isync/Makefile | 18 | ||||
-rw-r--r-- | mail/isync/distinfo | 1 | ||||
-rw-r--r-- | mail/isync/pkg-comment | 1 | ||||
-rw-r--r-- | mail/isync/pkg-descr | 6 | ||||
-rw-r--r-- | mail/isync/pkg-plist | 1 |
5 files changed, 27 insertions, 0 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile new file mode 100644 index 00000000000..f79f0422547 --- /dev/null +++ b/mail/isync/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: isync +# Date created: 2000-12-23 +# Whom: eivind +# +# $FreeBSD$ + +PORTNAME= isync +PORTVERSION= 0.4 +CATEGORIES= mail +MASTER_SITES= http://www.sigpipe.org/isync/ + +MAINTAINER= eivind@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= isync.1 + +.include <bsd.port.mk> diff --git a/mail/isync/distinfo b/mail/isync/distinfo new file mode 100644 index 00000000000..51eee527de5 --- /dev/null +++ b/mail/isync/distinfo @@ -0,0 +1 @@ +MD5 (isync-0.4.tar.gz) = 3d200fe9005556d467e2ad6b8cd5de6a diff --git a/mail/isync/pkg-comment b/mail/isync/pkg-comment new file mode 100644 index 00000000000..3fa7e9b9da6 --- /dev/null +++ b/mail/isync/pkg-comment @@ -0,0 +1 @@ +Maintain local copies of remote IMAP folders w/synchronized flags diff --git a/mail/isync/pkg-descr b/mail/isync/pkg-descr new file mode 100644 index 00000000000..0d21dd57b99 --- /dev/null +++ b/mail/isync/pkg-descr @@ -0,0 +1,6 @@ +isync is a command line application which synchronizes a local maildir-style +mailbox with a remote IMAP4 mailbox, suitable for use in IMAP-disconnected +mode. Multiple copies of the remote IMAP4 mailbox can be maintained, and all +flags are synchronized. TLS/SSL is supported via imaps: or STARTTLS. + +WWW: http://www.sigpipe.org/isync/ diff --git a/mail/isync/pkg-plist b/mail/isync/pkg-plist new file mode 100644 index 00000000000..536a68c272b --- /dev/null +++ b/mail/isync/pkg-plist @@ -0,0 +1 @@ +bin/isync |