mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
add tlb
The List Batcher, a general purpose mail list delivery engine PR: 28557 Submitted by: Anders Nordby <anders@fix.no>
This commit is contained in:
parent
ca0bfba2f5
commit
ff638b131d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44881
6 changed files with 67 additions and 0 deletions
|
@ -182,6 +182,7 @@
|
||||||
SUBDIR += teapop
|
SUBDIR += teapop
|
||||||
SUBDIR += tkrat
|
SUBDIR += tkrat
|
||||||
SUBDIR += tkrat2
|
SUBDIR += tkrat2
|
||||||
|
SUBDIR += tlb
|
||||||
SUBDIR += tmda
|
SUBDIR += tmda
|
||||||
SUBDIR += vbsfilter
|
SUBDIR += vbsfilter
|
||||||
SUBDIR += vpopmail
|
SUBDIR += vpopmail
|
||||||
|
|
45
mail/tlb/Makefile
Normal file
45
mail/tlb/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# New ports collection makefile for: tlb
|
||||||
|
# Date created: 01 July 2001
|
||||||
|
# Whom: Anders Nordby <anders@fix.no>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= tlb
|
||||||
|
PORTVERSION= 0.11a
|
||||||
|
CATEGORIES= mail perl5
|
||||||
|
MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \
|
||||||
|
http://www.freenix.no/~anders/ \
|
||||||
|
ftp://totem.fix.no/pub/mirrors/misc/
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
|
MAINTAINER= anders@fix.no
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
|
||||||
|
|
||||||
|
NO_BUILD= yes
|
||||||
|
USE_PERL5= yes
|
||||||
|
|
||||||
|
DOCS= FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \
|
||||||
|
complete.tlb mj.tlb simple.tlb
|
||||||
|
FIXPREFIX= tlb mungelist complete.tlb mj.tlb simple.tlb
|
||||||
|
|
||||||
|
pre-patch:
|
||||||
|
.for f in ${FIXPREFIX}
|
||||||
|
${PERL} -pi -e "s@^#!/usr/local/bin/perl5@#!${PERL}@g;\
|
||||||
|
s@/usr/lib/sendmail@/usr/sbin/sendmail@g" ${WRKSRC}/${f}
|
||||||
|
.endfor
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/tlb ${PREFIX}/bin
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/mungelist ${PREFIX}/bin
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/tlb
|
||||||
|
.for f in ${DOCS}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tlb
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/tlb/distinfo
Normal file
1
mail/tlb/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (tlb-0.11a.tgz) = c9e0d784092ff1f62c49de671f55798a
|
1
mail/tlb/pkg-comment
Normal file
1
mail/tlb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
The List Batcher, a general purpose mail list delivery engine
|
6
mail/tlb/pkg-descr
Normal file
6
mail/tlb/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
TLB, aka The List Batcher, is a general purpose mailing list delivery engine.
|
||||||
|
Its function is to take a list of addresses, split it up according to various
|
||||||
|
criteria, and send the chunks via local programs or SMTP to any number of
|
||||||
|
hosts for delivery.
|
||||||
|
|
||||||
|
- Anders Nordby <anders@fix.no>
|
13
mail/tlb/pkg-plist
Normal file
13
mail/tlb/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
bin/tlb
|
||||||
|
bin/mungelist
|
||||||
|
%%PORTDOCS%%share/doc/tlb/FAQ
|
||||||
|
%%PORTDOCS%%share/doc/tlb/INSTALL
|
||||||
|
%%PORTDOCS%%share/doc/tlb/README
|
||||||
|
%%PORTDOCS%%share/doc/tlb/README.loglevels
|
||||||
|
%%PORTDOCS%%share/doc/tlb/README.mungelist
|
||||||
|
%%PORTDOCS%%share/doc/tlb/TIPS
|
||||||
|
%%PORTDOCS%%share/doc/tlb/TODO
|
||||||
|
%%PORTDOCS%%share/doc/tlb/complete.tlb
|
||||||
|
%%PORTDOCS%%share/doc/tlb/mj.tlb
|
||||||
|
%%PORTDOCS%%share/doc/tlb/simple.tlb
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/tlb
|
Loading…
Add table
Reference in a new issue