add qmHandle 0.5.1
Tool to view and manage a qmail queue PR: 29840
This commit is contained in:
parent
5cdb4766aa
commit
8b01dd3ff1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46810
@ -150,6 +150,7 @@
|
|||||||
SUBDIR += prom-wl
|
SUBDIR += prom-wl
|
||||||
SUBDIR += pronto
|
SUBDIR += pronto
|
||||||
SUBDIR += pygmy
|
SUBDIR += pygmy
|
||||||
|
SUBDIR += qmHandle
|
||||||
SUBDIR += qmail
|
SUBDIR += qmail
|
||||||
SUBDIR += qmail-contrib
|
SUBDIR += qmail-contrib
|
||||||
SUBDIR += qmail-ldap
|
SUBDIR += qmail-ldap
|
||||||
|
38
mail/qmHandle/Makefile
Normal file
38
mail/qmHandle/Makefile
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# New ports collection makefile for: qmHandle
|
||||||
|
# Date created: 17 August 2001
|
||||||
|
# Whom: petef
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= qmHandle
|
||||||
|
PORTVERSION= 0.5.1
|
||||||
|
CATEGORIES= mail
|
||||||
|
MASTER_SITES= http://www.io.com/~mick/soft/
|
||||||
|
|
||||||
|
MAINTAINER= petef@FreeBSD.org
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail
|
||||||
|
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
.if exists(${LOCALBASE}/qmail/bin/qmail-qstat)
|
||||||
|
QMAIL_DIR?= ${LOCALBASE}/qmail
|
||||||
|
.else
|
||||||
|
QMAIL_DIR?= /var/qmail
|
||||||
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/qmHandle
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
.for file in HISTORY README
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/qmHandle/distinfo
Normal file
1
mail/qmHandle/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (qmHandle-0.5.1.tar.gz) = c50bce18aa4e3e6c98cd5da9ed41c5a9
|
1
mail/qmHandle/pkg-comment
Normal file
1
mail/qmHandle/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Tool to view and manage a qmail queue
|
15
mail/qmHandle/pkg-descr
Normal file
15
mail/qmHandle/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
- Pete
|
||||||
|
petef@FreeBSD.org
|
4
mail/qmHandle/pkg-plist
Normal file
4
mail/qmHandle/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
bin/qmHandle
|
||||||
|
%%PORTDOCS%%share/doc/qmHandle/HISTORY
|
||||||
|
%%PORTDOCS%%share/doc/qmHandle/README
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/qmHandle
|
38
mail/qmhandle/Makefile
Normal file
38
mail/qmhandle/Makefile
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# New ports collection makefile for: qmHandle
|
||||||
|
# Date created: 17 August 2001
|
||||||
|
# Whom: petef
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= qmHandle
|
||||||
|
PORTVERSION= 0.5.1
|
||||||
|
CATEGORIES= mail
|
||||||
|
MASTER_SITES= http://www.io.com/~mick/soft/
|
||||||
|
|
||||||
|
MAINTAINER= petef@FreeBSD.org
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail
|
||||||
|
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
.if exists(${LOCALBASE}/qmail/bin/qmail-qstat)
|
||||||
|
QMAIL_DIR?= ${LOCALBASE}/qmail
|
||||||
|
.else
|
||||||
|
QMAIL_DIR?= /var/qmail
|
||||||
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/qmHandle
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
.for file in HISTORY README
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/qmhandle/distinfo
Normal file
1
mail/qmhandle/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (qmHandle-0.5.1.tar.gz) = c50bce18aa4e3e6c98cd5da9ed41c5a9
|
1
mail/qmhandle/pkg-comment
Normal file
1
mail/qmhandle/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Tool to view and manage a qmail queue
|
15
mail/qmhandle/pkg-descr
Normal file
15
mail/qmhandle/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
- Pete
|
||||||
|
petef@FreeBSD.org
|
4
mail/qmhandle/pkg-plist
Normal file
4
mail/qmhandle/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
bin/qmHandle
|
||||||
|
%%PORTDOCS%%share/doc/qmHandle/HISTORY
|
||||||
|
%%PORTDOCS%%share/doc/qmHandle/README
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/qmHandle
|
Loading…
Reference in New Issue
Block a user