From owner-freebsd-ports Mon Jan 1 10:40: 6 2001 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 1 10:40:02 2001 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 022B737B698 for ; Mon, 1 Jan 2001 10:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f01Ie1h06317; Mon, 1 Jan 2001 10:40:01 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 1 Jan 2001 10:40:01 -0800 (PST) Resent-Message-Id: <200101011840.f01Ie1h06317@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, George Reid Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id B474E37B404 for ; Mon, 1 Jan 2001 10:38:52 -0800 (PST) Received: from sobek.openirc.co.uk ([62.252.8.239]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010101183851.RTQF10171.mta03-svc.ntlworld.com@sobek.openirc.co.uk> for ; Mon, 1 Jan 2001 18:38:51 +0000 Message-Id: Date: Mon, 1 Jan 2001 18:43:24 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24002: New port: isync: An IMAP4/maildir mailbox synchronizer Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24002 >Category: ports >Synopsis: New port: isync: An IMAP4/maildir mailbox synchronizer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 01 10:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: isync is a commandline 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. - George Reid greid@ukug.uk.freebsd.org >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # isync # isync/Makefile # isync/distinfo # isync/pkg-plist # isync/pkg-descr # isync/pkg-comment # echo c - isync mkdir -p isync > /dev/null 2>&1 echo x - isync/Makefile sed 's/^X//' >isync/Makefile << 'END-of-isync/Makefile' X# New ports collection makefile for: isync X# Date created: 1 January 2001 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= isync XPORTVERSION= 0.4 XCATEGORIES= mail XMASTER_SITES= http://www.sigpipe.org/isync/ X XMAINTAINER= greid@ukug.uk.freebsd.org X XGNU_CONFIGURE= yes X XMAN1= isync.1 X X.include END-of-isync/Makefile echo x - isync/distinfo sed 's/^X//' >isync/distinfo << 'END-of-isync/distinfo' XMD5 (isync-0.4.tar.gz) = 3d200fe9005556d467e2ad6b8cd5de6a END-of-isync/distinfo echo x - isync/pkg-plist sed 's/^X//' >isync/pkg-plist << 'END-of-isync/pkg-plist' Xbin/isync END-of-isync/pkg-plist echo x - isync/pkg-descr sed 's/^X//' >isync/pkg-descr << 'END-of-isync/pkg-descr' Xisync is a commandline application which synchronizes a local Xmaildir-style mailbox with a remote IMAP4 mailbox, suitable for use in XIMAP-disconnected mode. Multiple copies of the remote IMAP4 mailbox Xcan be maintained, and all flags are synchronized. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-isync/pkg-descr echo x - isync/pkg-comment sed 's/^X//' >isync/pkg-comment << 'END-of-isync/pkg-comment' XAn IMAP4/maildir mailbox synchronizer END-of-isync/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message