Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 16:58:29 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/57171: [new port] mail/qmail-remove: a tool to clean qmail-queue
Message-ID:  <20030924145832.4EBE04400F@mx1.FreeBSD.org>
Resent-Message-ID: <200309241500.h8OF0Z4A099963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57171
>Category:       ports
>Synopsis:       [new port] mail/qmail-remove: a tool to clean qmail-queue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 24 08:00:35 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Qmail-Remove will remove messages containing a particular string from your Qmail queue.
	
	http://www.linuxmagic.com/opensource/qmail/qmail-remove/

>How-To-Repeat:
	N/A.
>Fix:

	

--- qmail-remove.shar begins here ---
# 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:
#
#	qmail-remove
#	qmail-remove/Makefile
#	qmail-remove/distinfo
#	qmail-remove/pkg-plist
#	qmail-remove/pkg-descr
#
echo c - qmail-remove
mkdir -p qmail-remove > /dev/null 2>&1
echo x - qmail-remove/Makefile
sed 's/^X//' >qmail-remove/Makefile << 'END-of-qmail-remove/Makefile'
X# New ports collection makefile for:	qmail-remove
X# Date created:				Wed Sep 24 16:01:34 CEST 2003
X# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qmail-remove
XPORTVERSION=	0.93
XCATEGORIES=	mail
XMASTER_SITES=	http://www.linuxmagic.com/opensource/qmail/qmail-remove/
X
XMAINTAINER=	sheepkiller@cultdeadsheep.org
XCOMMENT=	Removes messages from your qmail queue baed on a particular string
X
XDOC_FILES=	INSTALL LICENSE README
X 
Xdo-build:
X	@(cd ${WRKSRC} ;\
X	${ECHO_MSG} "Compiling ${PORTNAME}:" ; \
X	${ECHO_MSG} "${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME}" ;\
X	${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} )
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for f in ${DOC_FILES}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-qmail-remove/Makefile
echo x - qmail-remove/distinfo
sed 's/^X//' >qmail-remove/distinfo << 'END-of-qmail-remove/distinfo'
XMD5 (qmail-remove-0.93.tar.gz) = f97e3aa1a5ee7f37482ab2e7d26abf82
END-of-qmail-remove/distinfo
echo x - qmail-remove/pkg-plist
sed 's/^X//' >qmail-remove/pkg-plist << 'END-of-qmail-remove/pkg-plist'
Xsbin/qmail-remove
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/LICENSE
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-qmail-remove/pkg-plist
echo x - qmail-remove/pkg-descr
sed 's/^X//' >qmail-remove/pkg-descr << 'END-of-qmail-remove/pkg-descr'
XQmail-Remove will remove messages containing a particular string from your 
XQmail queue. 
X
XWWW: http://www.linuxmagic.com/opensource/qmail/qmail-remove/
END-of-qmail-remove/pkg-descr
exit
--- qmail-remove.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030924145832.4EBE04400F>