Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 22:55:59 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29840: New port: mail/qmHandle
Message-ID:  <20010818025559.11BE2D925@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29840
>Category:       ports
>Synopsis:       New port: mail/qmHandle
>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:   Fri Aug 17 20:00:05 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

qmHandle is a simple program which allows you to view and manage a qmail
message queue.

The key features of qmHandle are:
  * You can read the qmail queue, like you do with the qmail-qread program.
    However, the output of this program is improved over qmail-qread, with
    the output of the message subjects and color capabilities;
  * You can print queue statistics, like qmail-qstat, with color capabilities;
  * You can view a message in the queue;
  * You can remove a message from the queue.

WWW: http://www.io.com/~mick/soft/qmhandle.html

>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:
#
#	qmHandle/
#	qmHandle/pkg-descr
#	qmHandle/distinfo
#	qmHandle/pkg-plist
#	qmHandle/Makefile
#	qmHandle/pkg-comment
#
echo c - qmHandle/
mkdir -p qmHandle/ > /dev/null 2>&1
echo x - qmHandle/pkg-descr
sed 's/^X//' >qmHandle/pkg-descr << 'END-of-qmHandle/pkg-descr'
XqmHandle is a simple program which allows you to view and manage a qmail
Xmessage queue.
X
XThe key features of qmHandle are:
X  * You can read the qmail queue, like you do with the qmail-qread program.
X    However, the output of this program is improved over qmail-qread, with
X    the output of the message subjects and color capabilities;
X  * You can print queue statistics, like qmail-qstat, with color capabilities;
X  * You can view a message in the queue;
X  * You can remove a message from the queue.
X
XWWW: http://www.io.com/~mick/soft/qmhandle.html
X
X- Pete
Xpetef@databits.net
END-of-qmHandle/pkg-descr
echo x - qmHandle/distinfo
sed 's/^X//' >qmHandle/distinfo << 'END-of-qmHandle/distinfo'
XMD5 (qmHandle-0.5.1.tar.gz) = c50bce18aa4e3e6c98cd5da9ed41c5a9
END-of-qmHandle/distinfo
echo x - qmHandle/pkg-plist
sed 's/^X//' >qmHandle/pkg-plist << 'END-of-qmHandle/pkg-plist'
Xbin/qmHandle
X%%PORTDOCS%%share/doc/qmHandle/HISTORY
X%%PORTDOCS%%share/doc/qmHandle/README
X%%PORTDOCS%%@dirrm share/doc/qmHandle
END-of-qmHandle/pkg-plist
echo x - qmHandle/Makefile
sed 's/^X//' >qmHandle/Makefile << 'END-of-qmHandle/Makefile'
X# New ports collection makefile for:	qmHandle
X# Date created:				17 August 2001
X# Whom:					Pete Fritchman <petef@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qmHandle
XPORTVERSION=	0.5.1
XCATEGORIES=	mail
XMASTER_SITES=	http://www.io.com/~mick/soft/
X
XMAINTAINER=	petef@databits.net
X
XNO_WRKSUBDIR=	yes
X
XNO_BUILD=	yes
X
Xpost-patch:
X	@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/qmHandle
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for file in HISTORY README
X	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-qmHandle/Makefile
echo x - qmHandle/pkg-comment
sed 's/^X//' >qmHandle/pkg-comment << 'END-of-qmHandle/pkg-comment'
XTool to view and manage a qmail queue
END-of-qmHandle/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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010818025559.11BE2D925>