diff options
-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 |