import of isync-0.4.

isync  is  a  command  line application which synchronizes a
local maildir-style mailbox with a remote IMAP4 mailbox.  It
is  suitable  for  use  in  IMAP-disconnected mode. Multiple
copies of the remote IMAP4 mailbox can  be  maintained,  and
all flags are synchronized.
This commit is contained in:
danh 2001-02-19 16:19:45 +00:00
parent 1da9a04304
commit 55ac3840e7
5 changed files with 34 additions and 0 deletions

20
mail/isync/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/19 16:19:45 danh Exp $
DISTNAME= isync-0.4
CATEGORIES= mail
NEED_VERSION= 1.356
MASTER_SITES= http://www.sigpipe.org/isync/
HOMEPAGE= http://www.sigpipe.org/isync/
MAINTAINER= Dan Harnett <danh@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
mail/isync/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (isync-0.4.tar.gz) = 3d200fe9005556d467e2ad6b8cd5de6a
RMD160 (isync-0.4.tar.gz) = 10c6228b514f2ce83f236105b301a2d69daaabbf
SHA1 (isync-0.4.tar.gz) = d44a18f4b3ebec302dd67670a7d319ec442e3d72

1
mail/isync/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
synchronize IMAP4 and maildir mailboxes

7
mail/isync/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
isync is a command line application which synchronizes a
local maildir-style mailbox with a remote IMAP4 mailbox. It
is suitable for use in IMAP-disconnected mode. Multiple
copies of the remote IMAP4 mailbox can be maintained, and
all flags are synchronized.
WWW: ${HOMEPAGE}

3
mail/isync/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/02/19 16:19:46 danh Exp $
bin/isync
man/man1/isync.1