diff options
author | pav <pav@FreeBSD.org> | 2005-04-10 21:13:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-10 21:13:11 +0800 |
commit | 653172e5a29bb8867841451b519c0fd621e4a8ba (patch) | |
tree | 2e664802de0b6a7001a306a7e4afad159399aa4b /mail/qmqtool | |
parent | 2d55c1b9188e814a60037531ef8dd4748354a223 (diff) | |
download | freebsd-ports-gnome-653172e5a29bb8867841451b519c0fd621e4a8ba.tar.gz freebsd-ports-gnome-653172e5a29bb8867841451b519c0fd621e4a8ba.tar.zst freebsd-ports-gnome-653172e5a29bb8867841451b519c0fd621e4a8ba.zip |
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.
PR: ports/79718
Submitted by: Matthew Will <mwill@spingen.com>
Diffstat (limited to 'mail/qmqtool')
-rw-r--r-- | mail/qmqtool/Makefile | 33 | ||||
-rw-r--r-- | mail/qmqtool/distinfo | 2 | ||||
-rw-r--r-- | mail/qmqtool/pkg-descr | 11 | ||||
-rw-r--r-- | mail/qmqtool/pkg-plist | 6 |
4 files changed, 52 insertions, 0 deletions
diff --git a/mail/qmqtool/Makefile b/mail/qmqtool/Makefile new file mode 100644 index 000000000000..ff77866492a4 --- /dev/null +++ b/mail/qmqtool/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: qmqtool +# Date created: Sat Apr 9 09:45:30 EDT 2005 +# Whom: Matthew Will <mwill@spingen.com> +# +# $FreeBSD$ +# + +PORTNAME= qmqtool +PORTVERSION= 1.10 +CATEGORIES= mail +MASTER_SITES= http://jeremy.kister.net/code/qmqtool/ \ + http://mirror.spingen.com/qmqtool/ +DISTNAME= ${PORTNAME}-current +EXTRACT_SUFX= .tgz + +MAINTAINER= mwill@spingen.com +COMMENT= Tool to manipulate contents of a qmail queue + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_BUILD= yes +USE_PERL5= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for FILE in Artistic ChangeLog FAQ README + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/mail/qmqtool/distinfo b/mail/qmqtool/distinfo new file mode 100644 index 000000000000..e45e65142253 --- /dev/null +++ b/mail/qmqtool/distinfo @@ -0,0 +1,2 @@ +MD5 (qmqtool-current.tgz) = 8b2feaf7ad4e379d8802008d54f01cca +SIZE (qmqtool-current.tgz) = 18880 diff --git a/mail/qmqtool/pkg-descr b/mail/qmqtool/pkg-descr new file mode 100644 index 000000000000..82e82d58ae57 --- /dev/null +++ b/mail/qmqtool/pkg-descr @@ -0,0 +1,11 @@ +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> diff --git a/mail/qmqtool/pkg-plist b/mail/qmqtool/pkg-plist new file mode 100644 index 000000000000..ee3195208385 --- /dev/null +++ b/mail/qmqtool/pkg-plist @@ -0,0 +1,6 @@ +bin/qmqtool +%%PORTDOCS%%%%DOCSDIR%%/Artistic +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |