# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # queue-repair/Makefile # queue-repair/distinfo # queue-repair/pkg-comment # queue-repair/pkg-descr # queue-repair/pkg-message # queue-repair/pkg-plist # echo x - queue-repair/Makefile sed 's/^X//' >queue-repair/Makefile << 'END-of-queue-repair/Makefile' X# New ports collection makefile for: queue-repair X# Date created: 22 Aug 2002 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= queue-repair XPORTVERSION= 0.8.6 XCATEGORIES= mail python XMASTER_SITES= http://www.qcc.ca/~charlesc/software/queue_repair/ X XMAINTAINER= sergei@kolobov.com X XUSE_PYTHON= yes XUSE_REINPLACE= yes X XDOCS= BLURB CHANGELOG COPYING TODO docs.txt X Xdo-build: X ${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \ X ${WRKSRC}/queue_repair.py X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue-repair X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-queue-repair/Makefile echo x - queue-repair/distinfo sed 's/^X//' >queue-repair/distinfo << 'END-of-queue-repair/distinfo' XMD5 (queue-repair-0.8.6.tar.gz) = 257734fdbdd2315448198bfe7e063a1c END-of-queue-repair/distinfo echo x - queue-repair/pkg-comment sed 's/^X//' >queue-repair/pkg-comment << 'END-of-queue-repair/pkg-comment' XA qmail queue diagnostic and repair tool END-of-queue-repair/pkg-comment echo x - queue-repair/pkg-descr sed 's/^X//' >queue-repair/pkg-descr << 'END-of-queue-repair/pkg-descr' Xqueue_repair features include: X- automatic, dynamic determination of UIDs and GIDs. X X- automatic, dynamic determination of conf-split; can be overridden on the X commandline to change the conf-split of an existing queue without running a X parallel, temporary instance of qmail for queuelifetime. Just recompile and X stop qmail, run queue-repair, and restart qmail. X X- automatic, dynamic determination of use of big-todo; can be overridden on the X commandline to change an existing queue as above. X X- handles basic tasks like fixing a queue restored from backups, incorrect X ownership or permissions of directories and files, missing or extra split X subdirectories, unexpected files or other direntries, or creating a valid X queue from scratch. X X- can run in repair or test (report-only) modes. The default is test mode. X XWWW: http://www.qcc.ca/~charlesc/software/queue_repair/ END-of-queue-repair/pkg-descr echo x - queue-repair/pkg-message sed 's/^X//' >queue-repair/pkg-message << 'END-of-queue-repair/pkg-message' X********************************************************************** XAfter the installation: X- create ~/.pymsgauth directory; X- copy __EXAMPLES__/pymsgauthrc-example to X ~/.pymsgauth/pymsgauthrc and edit the config file to fit your needs. X********************************************************************** END-of-queue-repair/pkg-message echo x - queue-repair/pkg-plist sed 's/^X//' >queue-repair/pkg-plist << 'END-of-queue-repair/pkg-plist' Xbin/queue-repair X%%PORTDOCS%%share/doc/queue-repair/BLURB X%%PORTDOCS%%share/doc/queue-repair/CHANGELOG X%%PORTDOCS%%share/doc/queue-repair/COPYING X%%PORTDOCS%%share/doc/queue-repair/TODO X%%PORTDOCS%%share/doc/queue-repair/docs.txt X%%PORTDOCS%%@dirrm share/doc/queue-repair END-of-queue-repair/pkg-plist exit