Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Jul 2001 02:59:12 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28557: New port: mail/tlb
Message-ID:  <20010701005912.7DA413C8E@totem.fix.no>

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

>Number:         28557
>Category:       ports
>Synopsis:       New port: mail/tlb
>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 Jun 30 18:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port of The List Batcher, a general purpose mail list delivery engine.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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:
#
#	tlb
#	tlb/Makefile
#	tlb/distinfo
#	tlb/pkg-comment
#	tlb/pkg-descr
#	tlb/pkg-plist
#
echo c - tlb
mkdir -p tlb > /dev/null 2>&1
echo x - tlb/Makefile
sed 's/^X//' >tlb/Makefile << 'END-of-tlb/Makefile'
X# New ports collection makefile for:	tlb
X# Date created:			01 July 2001
X# Whom:				Anders Nordby <anders@fix.no>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tlb
XPORTVERSION= 	0.11a
XCATEGORIES=	mail perl5
XMASTER_SITES=	ftp://ftp.hpc.uh.edu/pub/tlb/ \
X		http://www.freenix.no/~anders/ \
X		ftp://totem.fix.no/pub/mirrors/misc/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	anders@fix.no
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
X
XNO_BUILD=	yes
XUSE_PERL5=	yes
X
XDOCS=	FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \
X	complete.tlb mj.tlb simple.tlb
XFIXPREFIX=	tlb mungelist complete.tlb mj.tlb simple.tlb
X
Xpre-patch:
X.for f in ${FIXPREFIX}
X	${PERL} -pi -e "s@^#!/usr/local/bin/perl5@#!${PERL}@g;\
X		s@/usr/lib/sendmail@/usr/sbin/sendmail@g" ${WRKSRC}/${f}
X.endfor
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/tlb ${PREFIX}/bin
X	${INSTALL_SCRIPT} ${WRKSRC}/mungelist ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/tlb
X.for f in ${DOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tlb
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-tlb/Makefile
echo x - tlb/distinfo
sed 's/^X//' >tlb/distinfo << 'END-of-tlb/distinfo'
XMD5 (tlb-0.11a.tgz) = c9e0d784092ff1f62c49de671f55798a
END-of-tlb/distinfo
echo x - tlb/pkg-comment
sed 's/^X//' >tlb/pkg-comment << 'END-of-tlb/pkg-comment'
XThe List Batcher, a general purpose mail list delivery engine
END-of-tlb/pkg-comment
echo x - tlb/pkg-descr
sed 's/^X//' >tlb/pkg-descr << 'END-of-tlb/pkg-descr'
XTLB, aka The List Batcher, is a general purpose mailing list delivery engine.
XIts function is to take a list of addresses, split it up according to various
Xcriteria, and send the chunks via local programs or SMTP to any number of
Xhosts for delivery.
X
X- Anders Nordby <anders@fix.no>
END-of-tlb/pkg-descr
echo x - tlb/pkg-plist
sed 's/^X//' >tlb/pkg-plist << 'END-of-tlb/pkg-plist'
Xbin/tlb
Xbin/mungelist
X%%PORTDOCS%%share/doc/tlb/FAQ
X%%PORTDOCS%%share/doc/tlb/INSTALL
X%%PORTDOCS%%share/doc/tlb/README
X%%PORTDOCS%%share/doc/tlb/README.loglevels
X%%PORTDOCS%%share/doc/tlb/README.mungelist
X%%PORTDOCS%%share/doc/tlb/TIPS
X%%PORTDOCS%%share/doc/tlb/TODO
X%%PORTDOCS%%share/doc/tlb/complete.tlb
X%%PORTDOCS%%share/doc/tlb/mj.tlb
X%%PORTDOCS%%share/doc/tlb/simple.tlb
X%%PORTDOCS%%@dirrm share/doc/tlb
END-of-tlb/pkg-plist
exit

>Release-Note:
>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?20010701005912.7DA413C8E>