diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2001-01-02 10:38:34 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2001-01-02 10:38:34 +0000 |
commit | fa6a19a52eb1de81c181f06dd49faa5e6657658f (patch) | |
tree | 96967e985cc525f21d2d80224fdd0604711bd912 /mail/isync | |
parent | f88fe6dcdcb6bc3ae59c7cbb38808d11541f3893 (diff) | |
download | ports-fa6a19a52eb1de81c181f06dd49faa5e6657658f.tar.gz ports-fa6a19a52eb1de81c181f06dd49faa5e6657658f.zip |
Notes
Diffstat (limited to 'mail/isync')
-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 000000000000..f79f04225471 --- /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 000000000000..51eee527de55 --- /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 000000000000..3fa7e9b9da62 --- /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 000000000000..0d21dd57b992 --- /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 000000000000..536a68c272be --- /dev/null +++ b/mail/isync/pkg-plist @@ -0,0 +1 @@ +bin/isync |