diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-10 13:13:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-10 13:13:11 +0000 |
commit | 0a5afbf9ed1cf6728c72f056b08101d5751c5c0c (patch) | |
tree | d2eb651c98039a2c085c5ee158f6e564c5d2ade8 /mail/qmqtool | |
parent | c26e4613b845326c15e7677017019612cecaaf49 (diff) | |
download | ports-0a5afbf9ed1cf6728c72f056b08101d5751c5c0c.tar.gz ports-0a5afbf9ed1cf6728c72f056b08101d5751c5c0c.zip |
Notes
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%% |