From 7707bb3f251bbfd8a530354a569083f6fdae8e88 Mon Sep 17 00:00:00 2001 From: camield Date: Mon, 13 Mar 2000 11:27:33 +0000 Subject: [PATCH] - add HOMEPAGE - Fake --- mail/fastforward/Makefile | 20 +++++++++------- mail/fastforward/patches/patch-Makefile | 15 ++++++++++++ mail/fastforward/pkg/DESCR | 32 +++++++++++++------------ 3 files changed, 44 insertions(+), 23 deletions(-) create mode 100644 mail/fastforward/patches/patch-Makefile diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile index 0b680fc6d77..f7773a42b03 100644 --- a/mail/fastforward/Makefile +++ b/mail/fastforward/Makefile @@ -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: diff --git a/mail/fastforward/patches/patch-Makefile b/mail/fastforward/patches/patch-Makefile new file mode 100644 index 00000000000..206ae9f6914 --- /dev/null +++ b/mail/fastforward/patches/patch-Makefile @@ -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 diff --git a/mail/fastforward/pkg/DESCR b/mail/fastforward/pkg/DESCR index 9604f464336..b8a9bff31b3 100644 --- a/mail/fastforward/pkg/DESCR +++ b/mail/fastforward/pkg/DESCR @@ -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.