From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 08:10:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C0637B404 for ; Wed, 28 May 2003 08:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490B343F3F for ; Wed, 28 May 2003 08:10:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4SFABUp061449 for ; Wed, 28 May 2003 08:10:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SFABJ6061448; Wed, 28 May 2003 08:10:11 -0700 (PDT) Resent-Date: Wed, 28 May 2003 08:10:11 -0700 (PDT) Resent-Message-Id: <200305281510.h4SFABJ6061448@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew West Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F4DC37B401 for ; Wed, 28 May 2003 08:07:14 -0700 (PDT) Received: from casper2.cs.uct.ac.za (casper2.cs.uct.ac.za [137.158.96.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5B943FBD for ; Wed, 28 May 2003 08:07:09 -0700 (PDT) (envelope-from mwest@cs.uct.ac.za) Received: from casper.cs.uct.ac.za ([137.158.96.14] ident=root) by casper2.cs.uct.ac.za with esmtp (Exim 3.20 #1) id 19L2WB-000JzV-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 28 May 2003 17:07:07 +0200 Received: from casper.cs.uct.ac.za (mwest@localhost [127.0.0.1]) by casper.cs.uct.ac.za (8.12.6/8.12.6) with ESMTP id h4SF1Idj073019 for ; Wed, 28 May 2003 17:01:18 +0200 (SAST) (envelope-from mwest@casper.cs.uct.ac.za) Received: (from mwest@localhost) by casper.cs.uct.ac.za (8.12.6/8.12.6/Submit) id h4SF1FZj073018; Wed, 28 May 2003 17:01:15 +0200 (SAST) Message-Id: <200305281501.h4SF1FZj073018@casper.cs.uct.ac.za> Date: Wed, 28 May 2003 17:01:15 +0200 (SAST) From: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52757: new port: mail/exact X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew West List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 15:10:13 -0000 >Number: 52757 >Category: ports >Synopsis: new port: mail/exact >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 May 28 08:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 5.0-RELEASE-p1 i386 >Organization: University of Cape Town >Environment: >Description: EXACT is a program that implements POP Before SMTP Relay Authentication. It will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd), Perdition, Exim and Sendmail. WWW: http://www.britishsteal.com/dist/exact/ >How-To-Repeat: >Fix: # 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: # # exact # exact/Makefile # exact/distinfo # exact/pkg-descr # exact/pkg-plist # exact/files # exact/files/exact.sh # echo c - exact mkdir -p exact > /dev/null 2>&1 echo x - exact/Makefile sed 's/^X//' >exact/Makefile << 'END-of-exact/Makefile' X# New ports collection makefile for: exact X# Date created: 26/05/2003 X# Whom: mwest@uct.ac.za X# X# $FreeBSD: $ X# X XPORTNAME= exact XPORTVERSION= 1.33 XCATEGORIES= mail XMASTER_SITES= http://www.britishsteal.com/dist/exact/ X XMAINTAINER= mwest@uct.ac.za XCOMMENT= A program that implements POP Before SMTP Relay Authentication X XMAILUSER?= mailnull XMAILGROUP?= mailnull XMAILLOG?= /var/log/maillog XEXACTDIR?= /var/exact X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-user=${MAILUSER} \ X --with-group=${MAILGROUP} \ X --with-watch=${MAILLOG} X Xpre-install: X @${SED} -e "s,/usr/local/var,/var,g; s,/state,,g" ${WRKSRC}/exact.conf > ${WRKSRC}/exact.conf.sample X @${SED} -e "s,%%PREFIX%%,${PREFIX},g; s,%%EXACTDIR%%,${EXACTDIR},g" ${FILESDIR}/exact.sh > ${WRKSRC}/exact.sh X Xdo-install: X ${MKDIR} ${EXACTDIR} X ${CHOWN} ${MAILUSER}:${MAILGROUP} ${EXACTDIR} X ${INSTALL_PROGRAM} ${WRKSRC}/exact ${PREFIX}/sbin X ${INSTALL_SCRIPT} ${WRKSRC}/exact.sh ${PREFIX}/etc/rc.d X ${INSTALL_DATA} ${WRKSRC}/exact.conf.sample ${PREFIX}/etc X ${INSTALL_MAN} ${WRKSRC}/exact.conf.5 ${MAN5PREFIX}/man/man5 X ${INSTALL_MAN} ${WRKSRC}/exact.8 ${MAN8PREFIX}/man/man8 X XMAN5= exact.conf.5 XMAN8= exact.8 X X.include END-of-exact/Makefile echo x - exact/distinfo sed 's/^X//' >exact/distinfo << 'END-of-exact/distinfo' XMD5 (exact-1.33.tar.gz) = 78e1f3554019492d97aaa412e901d600 END-of-exact/distinfo echo x - exact/pkg-descr sed 's/^X//' >exact/pkg-descr << 'END-of-exact/pkg-descr' XEXACT is a program that implements POP Before SMTP Relay Authentication. X XIt will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd), XPerdition, Exim and Sendmail. X XWWW: http://www.britishsteal.com/dist/exact/ X X-- Xmwest@uct.ac.za END-of-exact/pkg-descr echo x - exact/pkg-plist sed 's/^X//' >exact/pkg-plist << 'END-of-exact/pkg-plist' Xsbin/exact Xetc/exact.conf.sample END-of-exact/pkg-plist echo c - exact/files mkdir -p exact/files > /dev/null 2>&1 echo x - exact/files/exact.sh sed 's/^X//' >exact/files/exact.sh << 'END-of-exact/files/exact.sh' X#!/bin/sh XPIDFILE=%%EXACTDIR%%/exact.pid X Xcase "$1" in X start) X if [ -x %%PREFIX%%/sbin/exact ]; then X %%PREFIX%%/sbin/exact && echo -n ' exact' X fi X ;; X stop) X if [ -f ${PIDFILE} ]; then X /bin/kill `cat ${PIDFILE}` > /dev/null 2>&1 && echo -n 'exact' X else X echo "exact isn't running" X fi X ;; X *) X echo "" X echo "Usage: `basename $0` { start | stop }" X echo "" X exit 64 X ;; Xesac END-of-exact/files/exact.sh exit >Release-Note: >Audit-Trail: >Unformatted: