- add HOMEPAGE
- Fake
This commit is contained in:
parent
33655bfe46
commit
7707bb3f25
@ -1,25 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2000/03/05 18:30:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2000/03/13 11:27:33 camield Exp $
|
||||
|
||||
DISTNAME= fastforward-0.51
|
||||
HOMEPAGE= http://cr.yp.to/fastforward.html
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.223
|
||||
MASTER_SITES= ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
|
||||
MAINTAINER= cd@sentia.nl
|
||||
|
||||
MASTER_SITES= http://cr.yp.to/software/ \
|
||||
ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
|
||||
ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
|
||||
ftp://ftp.mira.net.au/unix/mail/qmail/ \
|
||||
ftp://ftp.id.wustl.edu/pub/qmail/ \
|
||||
ftp://mirror.uk.uu.net/pub/qmail/ \
|
||||
ftp://ftp.jp.qmail.org/qmail/ \
|
||||
http://ftp.rifkin.technion.ac.il/pub/qmail/ \
|
||||
http://koobera.math.uic.edu/www/software/ \
|
||||
http://pobox.com/~djb/software/
|
||||
|
||||
MAINTAINER= cd@sentia.nl
|
||||
http://koobera.math.uic.edu/www/software/
|
||||
|
||||
PREFIX= /var/qmail
|
||||
NO_CONFIGURE= Yes
|
||||
ALL_TARGET= default
|
||||
ALL_TARGET= default WRKINST=${WRKINST}
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
# this will give problems if directory PREFIX does not exist
|
||||
# when package is created
|
||||
FAKE= Yes
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/qmail-local:mail/qmail
|
||||
|
||||
pre-build:
|
||||
|
15
mail/fastforward/patches/patch-Makefile
Normal file
15
mail/fastforward/patches/patch-Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2000/03/13 11:27:33 camield Exp $
|
||||
|
||||
Needed for fake installation.
|
||||
|
||||
--- Makefile.orig Mon Mar 13 12:23:11 2000
|
||||
+++ Makefile Mon Mar 13 12:23:24 2000
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
auto_qmail.c: \
|
||||
auto-str conf-qmail
|
||||
- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
|
||||
+ ./auto-str auto_qmail ${WRKINST}`head -1 conf-qmail` > auto_qmail.c
|
||||
|
||||
auto_qmail.o: \
|
||||
compile auto_qmail.c
|
@ -1,20 +1,22 @@
|
||||
fastforward handles qmail forwarding according to a cdb database. It can
|
||||
create forwarding databases from a sendmail-style /etc/aliases or from
|
||||
user-oriented virtual-domain tables.
|
||||
fastforward handles qmail forwarding according to a cdb database.
|
||||
It can create forwarding databases from a sendmail-style /etc/aliases
|
||||
or from user-oriented virtual-domain tables.
|
||||
|
||||
fastforward supports external mailing lists, stored in a binary format
|
||||
for fast access. It has a tool to convert sendmail-style include files
|
||||
into binary lists.
|
||||
fastforward supports external mailing lists, stored in a binary
|
||||
format for fast access. It has a tool to convert sendmail-style
|
||||
include files into binary lists.
|
||||
|
||||
fastforward is more reliable than sendmail. sendmail can't deal with
|
||||
long aliases, or deeply nested aliases, or deeply nested include files;
|
||||
fastforward has no limits other than memory. sendmail can produce
|
||||
corrupted alias files if the system crashes; fastforward is crashproof.
|
||||
fastforward is more reliable than sendmail. sendmail can't deal
|
||||
with long aliases, or deeply nested aliases, or deeply nested include
|
||||
files; fastforward has no limits other than memory. sendmail can
|
||||
produce corrupted alias files if the system crashes; fastforward
|
||||
is crashproof.
|
||||
|
||||
fastforward's database-building tools are much faster than sendmail's
|
||||
newaliases. Even better, fastforward deliveries don't pause while the
|
||||
database is being rebuilt.
|
||||
newaliases. Even better, fastforward deliveries don't pause while
|
||||
the database is being rebuilt.
|
||||
|
||||
fastforward does not support insecure sendmail-style program deliveries
|
||||
from include files; you can use qmail's secure built-in mechanisms
|
||||
instead. fastforward does support program deliveries from /etc/aliases.
|
||||
fastforward does not support insecure sendmail-style program
|
||||
deliveries from include files; you can use qmail's secure built-in
|
||||
mechanisms instead. fastforward does support program deliveries
|
||||
from /etc/aliases.
|
||||
|
Loading…
Reference in New Issue
Block a user