Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
mail/queue-fix/DESCR Normal file
View File

@@ -0,0 +1,6 @@
This is a small utility for checking and repairing the qmail queue
structure. It will fix uid/gid settings and permissions. It will
rename the message files to match their inodes. It will even create
directories and files that don't exist that should be there (you can
even create a queue from scratch). It will also print warnings for
any files it finds that should not exist.

22
mail/queue-fix/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.9 2012/10/08 12:19:29 asau Exp $
#
DISTNAME= queue-fix-1.4
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.netmeridian.com/e-huss/
COMMENT= Check and repair the qmail queue structure
INSTALLATION_DIRS= bin
DJB_RESTRICTED= NO
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/queue-fix ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/queue-fix
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/queue-fix
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"

3
mail/queue-fix/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:41 joerg Exp $
bin/queue-fix
share/doc/queue-fix/README

5
mail/queue-fix/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/10/12 09:53:55 wiz Exp $
SHA1 (queue-fix-1.4.tar.gz) = ce42fcc4daf5076adcf8fea6a9a84f2e1716c67c
RMD160 (queue-fix-1.4.tar.gz) = 7babeb21844214779dc58b96129ab0ee555393f8
Size (queue-fix-1.4.tar.gz) = 18486 bytes