diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-07-14 04:23:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-07-14 04:23:14 +0000 |
commit | 149eb44708976d2e630ea2c7fa5f2e897a59e035 (patch) | |
tree | a167764818dc940998e47786390124cab8190f31 /mail/queue-repair | |
parent | fb653c01eb38648fd4885eaa8f9b6387fb902f69 (diff) | |
download | pkgsrc-149eb44708976d2e630ea2c7fa5f2e897a59e035.tar.gz |
Rename queue_repair to queue-repair, in keeping with the package name
and updated HOMEPAGE. The installed command is still "queue_repair".
Diffstat (limited to 'mail/queue-repair')
-rw-r--r-- | mail/queue-repair/DESCR | 4 | ||||
-rw-r--r-- | mail/queue-repair/Makefile | 21 | ||||
-rw-r--r-- | mail/queue-repair/PLIST | 2 | ||||
-rw-r--r-- | mail/queue-repair/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/mail/queue-repair/DESCR b/mail/queue-repair/DESCR new file mode 100644 index 00000000000..d26b29dd0eb --- /dev/null +++ b/mail/queue-repair/DESCR @@ -0,0 +1,4 @@ +A toolkit for dealing with the qmail queue directory structure; it +can create a new queue, move and properly rename a queue, dynamically +change the conf-split value, convert big-todo queues to non-big-todo +and vice versa, and repair a corrupted queue. diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile new file mode 100644 index 00000000000..4067695c4e5 --- /dev/null +++ b/mail/queue-repair/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2005/07/14 04:23:14 schmonz Exp $ +# + +DISTNAME= queue-repair-0.9.0 +CATEGORIES= mail +MASTER_SITES= ${HOMEPAGE} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://pyropus.ca/software/queue-repair/ +COMMENT= Check or correct most corruptions of the queue in qmail + +NO_BUILD= YES + +PYTHON_PATCH_SCRIPTS= queue_repair.py +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue_repair + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/queue-repair/PLIST b/mail/queue-repair/PLIST new file mode 100644 index 00000000000..9258c1e02e0 --- /dev/null +++ b/mail/queue-repair/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2005/07/14 04:23:14 schmonz Exp $ +bin/queue_repair diff --git a/mail/queue-repair/distinfo b/mail/queue-repair/distinfo new file mode 100644 index 00000000000..b7d373492eb --- /dev/null +++ b/mail/queue-repair/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2005/07/14 04:23:14 schmonz Exp $ + +SHA1 (queue-repair-0.9.0.tar.gz) = 123a9034c2fbbda7ca7c193153d67c4837909e56 +RMD160 (queue-repair-0.9.0.tar.gz) = 7634105825299e5d2314c819d7eb3260a3bdb2b3 +Size (queue-repair-0.9.0.tar.gz) = 13913 bytes |