From mwill@deviate.spingen.net  Sat Apr  9 16:53:20 2005
Return-Path: <mwill@deviate.spingen.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7606A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Apr 2005 16:53:20 +0000 (GMT)
Received: from deviate.spingen.net (deviate.spingen.net [66.96.19.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C0D5A43D55
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Apr 2005 16:53:19 +0000 (GMT)
	(envelope-from mwill@deviate.spingen.net)
Received: from deviate.spingen.net (localhost.spingen.net [127.0.0.1])
	by deviate.spingen.net (8.13.3/8.12.10) with ESMTP id j39EjLxF076334
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 9 Apr 2005 10:45:21 -0400 (EDT)
	(envelope-from mwill@deviate.spingen.net)
Received: (from mwill@localhost)
	by deviate.spingen.net (8.13.3/8.12.10/Submit) id j39EjL3O076333;
	Sat, 9 Apr 2005 10:45:21 -0400 (EDT)
	(envelope-from mwill)
Message-Id: <200504091445.j39EjL3O076333@deviate.spingen.net>
Date: Sat, 9 Apr 2005 10:45:21 -0400 (EDT)
From: Matthew Will <mwill@spingen.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/qmqtool: Tool to manipulate contents of a qmail queue
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79718
>Category:       ports
>Synopsis:       [NEW PORT] mail/qmqtool: Tool to manipulate contents of a qmail queue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 09 17:00:39 GMT 2005
>Closed-Date:    Sun Apr 10 13:13:50 GMT 2005
>Last-Modified:  Sun Apr 10 13:13:50 GMT 2005
>Originator:     Matthew Will
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD deviate.spingen.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Fri Mar 18 12:29:04 EST 2005
>Description:
qmqtool is a qmail queue manipulation program geared towards the
viewing and safe modification of the contents in a qmail queue.

Features include finding abusers, sorting messages by sender/sender's IP,
showing stats, requeue messages, queue consistency check, queue
backup/restore, and others.

WWW: http://jeremy.kister.net/code/qmqtool/
Author: Jeremy Kister

- Matthew Will <mwill@spingen.com>

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- qmqtool-1.10.shar begins here ---
# 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:
#
#	qmqtool
#	qmqtool/distinfo
#	qmqtool/Makefile
#	qmqtool/pkg-descr
#	qmqtool/pkg-plist
#
echo c - qmqtool
mkdir -p qmqtool > /dev/null 2>&1
echo x - qmqtool/distinfo
sed 's/^X//' >qmqtool/distinfo << 'END-of-qmqtool/distinfo'
XMD5 (qmqtool-current.tgz) = 8b2feaf7ad4e379d8802008d54f01cca
XSIZE (qmqtool-current.tgz) = 18880
END-of-qmqtool/distinfo
echo x - qmqtool/Makefile
sed 's/^X//' >qmqtool/Makefile << 'END-of-qmqtool/Makefile'
X# New ports collection makefile for:	qmqtool
X# Date created:				Sat Apr 9 09:45:30 EDT 2005
X# Whom:					Matthew Will <mwill@spingen.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qmqtool
XPORTVERSION=	1.10
XCATEGORIES=	mail
XMASTER_SITES=	http://jeremy.kister.net/code/qmqtool/ \
X		http://mirror.spingen.com/qmqtool/
XDISTNAME=	${PORTNAME}-current
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	mwill@spingen.com
XCOMMENT=	Tool to manipulate contents of a qmail queue
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XNO_BUILD=yes
XUSE_PERL5=yes
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${PREFIX}/bin
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for FILE in Artistic ChangeLog FAQ README
X	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-qmqtool/Makefile
echo x - qmqtool/pkg-descr
sed 's/^X//' >qmqtool/pkg-descr << 'END-of-qmqtool/pkg-descr'
Xqmqtool is a qmail queue manipulation program geared towards the
Xviewing and safe modification of the contents in a qmail queue.
X
XFeatures include finding abusers, sorting messages by sender/sender's IP,
Xshowing stats, requeue messages, queue consistency check, queue
Xbackup/restore, and others.
X
XWWW: http://jeremy.kister.net/code/qmqtool/
XAuthor: Jeremy Kister
X
X- Matthew Will <mwill@spingen.com>
END-of-qmqtool/pkg-descr
echo x - qmqtool/pkg-plist
sed 's/^X//' >qmqtool/pkg-plist << 'END-of-qmqtool/pkg-plist'
Xbin/qmqtool
X%%PORTDOCS%%%%DOCSDIR%%/Artistic
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/FAQ
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-qmqtool/pkg-plist
exit
--- qmqtool-1.10.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Apr 10 13:13:19 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

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