From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 16 12:00:47 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F3A16A4CE for ; Sun, 16 Jan 2005 12:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0687C43D58 for ; Sun, 16 Jan 2005 12:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0GC0kWh074795 for ; Sun, 16 Jan 2005 12:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0GC0k3b074786; Sun, 16 Jan 2005 12:00:46 GMT (envelope-from gnats) Resent-Date: Sun, 16 Jan 2005 12:00:46 GMT Resent-Message-Id: <200501161200.j0GC0k3b074786@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Deiter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEDC16A4CE for ; Sun, 16 Jan 2005 11:59:15 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B85CF43D3F for ; Sun, 16 Jan 2005 11:59:15 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0GBxF85029216 for ; Sun, 16 Jan 2005 11:59:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j0GBxFPu029215; Sun, 16 Jan 2005 11:59:15 GMT (envelope-from nobody) Message-Id: <200501161159.j0GBxFPu029215@www.freebsd.org> Date: Sun, 16 Jan 2005 11:59:15 GMT From: Alex Deiter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/76304: new port: mail/imapsync: IMAP synchronization, copy or migration tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 12:00:47 -0000 >Number: 76304 >Category: ports >Synopsis: new port: mail/imapsync: IMAP synchronization, copy or migration tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 16 12:00:46 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Deiter >Release: 5.3 >Organization: MTS Komi >Environment: FreeBSD satira.komi.mts.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Jan 13 00:56:15 MSK 2005 root@satira.komi.mts.ru:/var/devel/obj/var/devel/src/sys/MTSKOMI sparc64 >Description: imapsync - IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. Good at IMAP migration. >How-To-Repeat: >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: # # imapsync # imapsync/Makefile # imapsync/distinfo # imapsync/pkg-descr # imapsync/pkg-plist # echo c - imapsync mkdir -p imapsync > /dev/null 2>&1 echo x - imapsync/Makefile sed 's/^X//' >imapsync/Makefile << 'END-of-imapsync/Makefile' X# New ports collection makefile for: imapsync X# Date created: 14 Jan 2005 X# Whom: Alex Deiter X XPORTNAME= imapsync XPORTVERSION= 1.116 XCATEGORIES= mail XMASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/ XEXTRACT_SUFX= .tgz X XMAINTAINER= tiamat@komi.mts.ru XCOMMENT= IMAP synchronization copy or migration tool X XBUILD_DEPENDS= ${SITE_PERL}/Mail/IMAPClient.pm:${PORTSDIR}/mail/p5-Mail-IMAPClient XRUN_DEPENDS= ${BUILD_DEPENDS} X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-imapsync/Makefile echo x - imapsync/distinfo sed 's/^X//' >imapsync/distinfo << 'END-of-imapsync/distinfo' XMD5 (imapsync-1.116.tgz) = adb94f623186bcaf6e69534fa8a15d38 XSIZE (imapsync-1.116.tgz) = 41420 END-of-imapsync/distinfo echo x - imapsync/pkg-descr sed 's/^X//' >imapsync/pkg-descr << 'END-of-imapsync/pkg-descr' Ximapsync - IMAP synchronization, copy or migration tool. XSynchronize mailboxes between two imap servers. XGood at IMAP migration. X XWWW: http://www.linux-france.org/prj/imapsync END-of-imapsync/pkg-descr echo x - imapsync/pkg-plist sed 's/^X//' >imapsync/pkg-plist << 'END-of-imapsync/pkg-plist' Xbin/imapsync END-of-imapsync/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: