Skip site navigation (1)Skip section navigation (2)
Date:      29 Nov 1998 00:36:24 -0000
From:      nbm@rucus.ru.ac.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8884: New port - ezmlm
Message-ID:  <19981129003624.28038.qmail@scythe.graham.ru.ac.za>

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

>Number:         8884
>Category:       ports
>Synopsis:       New port: mail/ezmlm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 16:40:01 PST 1998
>Last-Modified:
>Originator:     Neil Blakey-Milner
>Organization:
Rhodes University Computer Users' Society
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:
>Description:

FreeBSD scythe.graham.ru.ac.za 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Sat Nov 14 18:56:05 SAST 1998     nbm@scythe.graham.ru.ac.za:/usr/src/sys/compile/SCYTHE  i386

>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:
#
#	ezmlm
#	ezmlm/pkg
#	ezmlm/pkg/COMMENT
#	ezmlm/pkg/DESCR
#	ezmlm/pkg/PLIST
#	ezmlm/files
#	ezmlm/files/md5
#	ezmlm/Makefile
#	ezmlm/patches
#	ezmlm/patches/patch-aa
#
echo c - ezmlm
mkdir -p ezmlm > /dev/null 2>&1
echo c - ezmlm/pkg
mkdir -p ezmlm/pkg > /dev/null 2>&1
echo x - ezmlm/pkg/COMMENT
sed 's/^X//' >ezmlm/pkg/COMMENT << 'END-of-ezmlm/pkg/COMMENT'
Xezmlm is an easy-to-use, high-speed mailing list manager for qmail.
END-of-ezmlm/pkg/COMMENT
echo x - ezmlm/pkg/DESCR
sed 's/^X//' >ezmlm/pkg/DESCR << 'END-of-ezmlm/pkg/DESCR'
Xezmlm is an easy-to-use, high-speed mailing list manager for qmail.
X
Xezmlm lets users set up their own mailing lists within qmail's address
Xhierarchy. A user, Joe, types
X
X   ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net
X
Xand instantly has a functioning mailing list, joe-sos@isp.net, with all
Xrelevant information stored in a new ~/SOS directory.
X
Xezmlm takes advantage of qmail's VERPs to reliably determine the
Xrecipient address and message number for every incoming bounce message.
XIt waits ten days and then sends the subscriber a list of message
Xnumbers that bounced. If that warning bounces, ezmlm sends a probe; if
Xthe probe bounces, ezmlm automatically removes the subscriber from the list.
X
Xezmlm is reliable, even in the face of system crashes. It writes each
Xnew subscription and each new message safely to disk before it reports
Xsuccess to qmail.
X
Xezmlm doesn't mind huge mailing lists. Lists don't even have to fit into
Xmemory. ezmlm hashes the subscription list into a set of independent
Xfiles so that it can handle subscription requests quickly. ezmlm uses
Xqmail for blazingly fast parallel SMTP deliveries.
END-of-ezmlm/pkg/DESCR
echo x - ezmlm/pkg/PLIST
sed 's/^X//' >ezmlm/pkg/PLIST << 'END-of-ezmlm/pkg/PLIST'
Xbin/ezmlm-make
Xbin/ezmlm-manage
Xbin/ezmlm-send
Xbin/ezmlm-reject
Xbin/ezmlm-return
Xbin/ezmlm-warn
Xbin/ezmlm-weed
Xbin/ezmlm-list
Xbin/ezmlm-sub
Xbin/ezmlm-unsub
END-of-ezmlm/pkg/PLIST
echo c - ezmlm/files
mkdir -p ezmlm/files > /dev/null 2>&1
echo x - ezmlm/files/md5
sed 's/^X//' >ezmlm/files/md5 << 'END-of-ezmlm/files/md5'
XMD5 (ezmlm-0.53.tar.gz) = 108c632caaa8cdbfd3041e6c449191b2
END-of-ezmlm/files/md5
echo x - ezmlm/Makefile
sed 's/^X//' >ezmlm/Makefile << 'END-of-ezmlm/Makefile'
X# New ports collection makefile for:	ezmlm
X# Version required:     0.53
X# Date created:		28 November 1998
X# Whom:			Neil Blakey-Milner <nbm@rucus.ru.ac.za>
X#
X# $Id$
X
XDISTNAME=       ezmlm-0.53
XCATEGORIES=	mail
XMASTER_SITES=	ftp://ftp.id.wustl.edu/pub/patches/
X
XMAINTAINER=	ports@freebsd.org
X
XALL_TARGET=	it
XINSTALL_TARGET=	setup
X
XMAN1=		ezmlm-list.1 ezmlm-make.1 ezmlm-manage.1 ezmlm-reject.1
XMAN1+=		ezmlm-return.1 ezmlm-send.1 ezmlm-sub.1 ezmlm-unsub.1
XMAN1+=		ezmlm-warn.1 ezmlm-weed.1
XMAN5=		ezmlm.5
X
XDIFF_MSG=       Cannot Make and Install with different PREFIX or DESTDIR
X
Xpost-patch:
X	@perl -pi.bak -e "s|.usr.local.bin.ezmlm|${PREFIX}/bin|" ${WRKSRC}/conf-bin
X	@perl -pi.bak -e "s|.usr.local|${PREFIX}|" ${WRKSRC}/conf-man
X	@perl -pi.bak -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc
X	@perl -pi.bak -e '$$_ = "" if /cat/' ${WRKSRC}/MAN
X	@echo ${PREFIX} > ${WRKDIR}/.PPREFIX
X
Xpre-install:
X	@echo ${PREFIX} > ${WRKDIR}/.IPREFIX
X	@diff ${WRKDIR}/.[PI]PREFIX > /dev/null \
X	|| (echo ${DIFF_MSG} && exit 1)
X
X.include <bsd.port.mk>
END-of-ezmlm/Makefile
echo c - ezmlm/patches
mkdir -p ezmlm/patches > /dev/null 2>&1
echo x - ezmlm/patches/patch-aa
sed 's/^X//' >ezmlm/patches/patch-aa << 'END-of-ezmlm/patches/patch-aa'
X--- Makefile.orig	Sat Nov 28 22:34:51 1998
X+++ Makefile	Sat Nov 28 22:35:12 1998
X@@ -610,7 +610,7 @@
X 	./compile seek_set.c
X 
X setup: \
X-it man install conf-bin conf-man
X+it install conf-bin conf-man
X 	./install "`head -1 conf-bin`" < BIN
X 	./install "`head -1 conf-man`" < MAN
X 
END-of-ezmlm/patches/patch-aa
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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