pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Rename queue_repair to queue-repair, in keeping w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9ce047f694c
branches:  trunk
changeset: 496840:f9ce047f694c
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jul 14 04:23:14 2005 +0000

description:
Rename queue_repair to queue-repair, in keeping with the package name
and updated HOMEPAGE. The installed command is still "queue_repair".

diffstat:

 mail/Makefile              |   4 ++--
 mail/queue-repair/DESCR    |   4 ++++
 mail/queue-repair/Makefile |  21 +++++++++++++++++++++
 mail/queue-repair/PLIST    |   2 ++
 mail/queue-repair/distinfo |   5 +++++
 mail/queue_repair/DESCR    |   7 -------
 mail/queue_repair/Makefile |  21 ---------------------
 mail/queue_repair/PLIST    |   2 --
 mail/queue_repair/distinfo |   5 -----
 9 files changed, 34 insertions(+), 37 deletions(-)

diffs (117 lines):

diff -r dca914b334f4 -r f9ce047f694c mail/Makefile
--- a/mail/Makefile     Thu Jul 14 04:05:24 2005 +0000
+++ b/mail/Makefile     Thu Jul 14 04:23:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.266 2005/06/28 12:45:05 peter Exp $
+# $NetBSD: Makefile,v 1.267 2005/07/14 04:23:14 schmonz Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -164,7 +164,7 @@
 SUBDIR+=       qpopper
 SUBDIR+=       qtools
 SUBDIR+=       queue-fix
-SUBDIR+=       queue_repair
+SUBDIR+=       queue-repair
 SUBDIR+=       rblcheck
 SUBDIR+=       ripmime
 SUBDIR+=       rmail-mime
diff -r dca914b334f4 -r f9ce047f694c mail/queue-repair/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-repair/DESCR   Thu Jul 14 04:23:14 2005 +0000
@@ -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 -r dca914b334f4 -r f9ce047f694c mail/queue-repair/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-repair/Makefile        Thu Jul 14 04:23:14 2005 +0000
@@ -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@localhost
+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 -r dca914b334f4 -r f9ce047f694c mail/queue-repair/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-repair/PLIST   Thu Jul 14 04:23:14 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2005/07/14 04:23:14 schmonz Exp $
+bin/queue_repair
diff -r dca914b334f4 -r f9ce047f694c mail/queue-repair/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-repair/distinfo        Thu Jul 14 04:23:14 2005 +0000
@@ -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
diff -r dca914b334f4 -r f9ce047f694c mail/queue_repair/DESCR
--- a/mail/queue_repair/DESCR   Thu Jul 14 04:05:24 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-queue_repair can be used to check or correct most corruptions of the queue
-in qmail (resulting from filesystem damage, etc). Functionality includes
-automatic, dynamic determination of UIDs and GIDs. Automatic, dynamic
-determination of use of big-todo. Handles basic tasks like fixing a queue
-restored from backups, incorrect ownership or permissions of directories and
-files, missing or extra split subdirectories, unexpected files or other
-directories, or creating a valid queue from scratch.
diff -r dca914b334f4 -r f9ce047f694c mail/queue_repair/Makefile
--- a/mail/queue_repair/Makefile        Thu Jul 14 04:05:24 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:08 jlam Exp $
-#
-
-DISTNAME=              queue-repair-0.9.0
-CATEGORIES=            mail
-MASTER_SITES=          ${HOMEPAGE}
-
-MAINTAINER=            schmonz%NetBSD.org@localhost
-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 -r dca914b334f4 -r f9ce047f694c mail/queue_repair/PLIST
--- a/mail/queue_repair/PLIST   Thu Jul 14 04:05:24 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:16 zuntum Exp $
-bin/queue_repair
diff -r dca914b334f4 -r f9ce047f694c mail/queue_repair/distinfo
--- a/mail/queue_repair/distinfo        Thu Jul 14 04:05:24 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 09:59:28 agc 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



Home | Main Index | Thread Index | Old Index