From nobody@FreeBSD.org  Sun Apr  8 15:35:01 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 43921106564A
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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." <m.tsatsenko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] mail/imaputils: a fork of imaptools software
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         166757
>Category:       ports
>Synopsis:       [NEW PORT] mail/imaputils: a fork of imaptools software
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 15:40:13 UTC 2012
>Closed-Date:    Mon Apr 09 08:19:44 UTC 2012
>Last-Modified:  Mon Apr 09 08:19:44 UTC 2012
>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 <bsd.port.mk>
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:
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Mon Apr 9 08:19:37 UTC 2012 
State-Changed-Why:  
New port added, with minor changes. Thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Mon Apr 9 08:19:37 UTC 2012 
Responsible-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166757 
>Unformatted:
