From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 8 15:40:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65C5C1065672 for ; Sun, 8 Apr 2012 15:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E2A1D8FC14 for ; Sun, 8 Apr 2012 15:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q38FeD0Q023578 for ; Sun, 8 Apr 2012 15:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q38FeDx9023577; Sun, 8 Apr 2012 15:40:13 GMT (envelope-from gnats) Resent-Date: Sun, 8 Apr 2012 15:40:13 GMT Resent-Message-Id: <201204081540.q38FeDx9023577@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, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43921106564A for ; Sun, 8 Apr 2012 15:35:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 128708FC15 for ; Sun, 8 Apr 2012 15:35:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q38FZ0Q8061550 for ; Sun, 8 Apr 2012 15:35:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q38FZ0XK061549; Sun, 8 Apr 2012 15:35:00 GMT (envelope-from nobody) Message-Id: <201204081535.q38FZ0XK061549@red.freebsd.org> Date: Sun, 8 Apr 2012 15:35:00 GMT From: "Mikhail T." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/166757: [NEW PORT] mail/imaputils: a fork of imaptools software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2012 15:40:14 -0000 >Number: 166757 >Category: ports >Synopsis: [NEW PORT] mail/imaputils: a fork of imaptools software >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 Apr 08 15:40:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: >Organization: >Environment: >Description: This port is a fork of latest available imaptools version >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # imaputils # imaputils/pkg-plist # imaputils/Makefile # imaputils/distinfo # imaputils/pkg-descr # echo c - imaputils mkdir -p imaputils > /dev/null 2>&1 echo x - imaputils/pkg-plist sed 's/^X//' >imaputils/pkg-plist << '68ea423fab8087bea9d0417c96cae8c2' Xbin/IMAPtoMbox.pl Xbin/MboxtoIMAP.pl Xbin/delIMAPdups.pl Xbin/delete_imap_mailboxes.pl Xbin/dumptoIMAP.pl Xbin/imapCapability.pl Xbin/imapPing.pl Xbin/imap_to_maildir.pl Xbin/imapcopy.pl Xbin/imapdump.pl Xbin/imapfilter.pl Xbin/imapsync.pl Xbin/list_folders.pl Xbin/list_imap_folders.pl Xbin/maildir_to_imap.pl Xbin/mbxIMAPsync.pl Xbin/migrateIMAP-win.pl Xbin/migrateIMAP.pl Xbin/mozillatoIMAP.pl Xbin/pop3toimap.pl Xbin/purgeMbx.pl Xbin/trash.pl 68ea423fab8087bea9d0417c96cae8c2 echo x - imaputils/Makefile sed 's/^X//' >imaputils/Makefile << 'dde93d2c8e5673fd6b257ca5d7611ade' X# New ports collection makefile for: mail/imaputils X# Date created: 2012-04-08 X# Whom: Mikhail T. X XPORTNAME= imaputils XPORTVERSION= 1.0.0 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= m.tsatsenko@gmail.com XCOMMENT= A number of tools and scripts for use with IMAP servers X XLICENSE= ISCL XLICENSE_FILE= ${WRKDIR}/license.txt X XUSE_PERL5_RUN= yes X Xdo-build: X ${REINPLACE_CMD} \ X -e 's|/usr/bin/perl|${PERL}|g' ${WRKDIR}/*.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin X X.include dde93d2c8e5673fd6b257ca5d7611ade echo x - imaputils/distinfo sed 's/^X//' >imaputils/distinfo << '091fccff6070cc9f200e49c309338016' XSHA256 (imaputils-1.0.0.tar.gz) = 5ac3b6d30ecb501c3c8d5def83fa52409a13214c4d6c7eea176b4d31eda4270e XSIZE (imaputils-1.0.0.tar.gz) = 106020 091fccff6070cc9f200e49c309338016 echo x - imaputils/pkg-descr sed 's/^X//' >imaputils/pkg-descr << '616cc16963caee6863d6a029bed80bbf' XA number of tools and scripts for use with IMAP servers. XThis software is a fork of Rick Sanders' imaptools Xwhich became not free now. X XWWW: http://code.google.com/p/imaputils/ 616cc16963caee6863d6a029bed80bbf exit >Release-Note: >Audit-Trail: >Unformatted: