From 85033f7329c6ee13cc127dc5ce6c409042612049 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 16 Sep 2001 21:59:27 +0000 Subject: Initial import of dot-forward-0.71 dot-forward reads sendmail's .forward files under qmail. You can run it in the qmail startup script to support all your existing .forward files automatically. Individual users can switch to the .qmail mechanism at their leisure. dot-forward supports forwarding, program deliveries, and comments. It does not support file deliveries or :include:. (However, it recognizes file delivery attempts, and defers delivery to give you a chance to set up a .qmail file.) Package provided by Sen Nagata in PR pkg/13891 --- mail/dot-forward/Makefile | 26 ++++++++++++++++++++++++++ mail/dot-forward/distinfo | 4 ++++ mail/dot-forward/pkg/DESCR | 7 +++++++ mail/dot-forward/pkg/PLIST | 4 ++++ 4 files changed, 41 insertions(+) create mode 100644 mail/dot-forward/Makefile create mode 100644 mail/dot-forward/distinfo create mode 100644 mail/dot-forward/pkg/DESCR create mode 100644 mail/dot-forward/pkg/PLIST (limited to 'mail/dot-forward') diff --git a/mail/dot-forward/Makefile b/mail/dot-forward/Makefile new file mode 100644 index 00000000000..c4b7f76531a --- /dev/null +++ b/mail/dot-forward/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 21:59:27 zuntum Exp $ +# + +DISTNAME= dot-forward-0.71 +CATEGORIES= mail +MASTER_SITES= http://cr.yp.to/software/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://cr.yp.to/dot-forward.html +COMMENT= get qmail to use .forward files + +DEPENDS+= qmail>=1.03:../../mail/qmail + +ALL_TARGET= it +INSTALL_TARGET= setup check + +RESTRICTED= "unsure of djb's license" +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + +post-patch: + ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc + ${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld + ${ECHO} ${LOCALBASE}/qmail > ${WRKSRC}/conf-qmail + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/dot-forward/distinfo b/mail/dot-forward/distinfo new file mode 100644 index 00000000000..da51d52d6c6 --- /dev/null +++ b/mail/dot-forward/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/16 21:59:27 zuntum Exp $ + +SHA1 (dot-forward-0.71.tar.gz) = 2adacc13bb43fcf7ae13d3fbeaadd2649ff91137 +Size (dot-forward-0.71.tar.gz) = 26352 bytes diff --git a/mail/dot-forward/pkg/DESCR b/mail/dot-forward/pkg/DESCR new file mode 100644 index 00000000000..4a2c11bc20e --- /dev/null +++ b/mail/dot-forward/pkg/DESCR @@ -0,0 +1,7 @@ +dot-forward reads sendmail's .forward files under qmail. You can run it in the +qmail startup script to support all your existing .forward files automatically. +Individual users can switch to the .qmail mechanism at their leisure. + +dot-forward supports forwarding, program deliveries, and comments. It does not +support file deliveries or :include:. (However, it recognizes file delivery +attempts, and defers delivery to give you a chance to set up a .qmail file.) diff --git a/mail/dot-forward/pkg/PLIST b/mail/dot-forward/pkg/PLIST new file mode 100644 index 00000000000..d69477021b3 --- /dev/null +++ b/mail/dot-forward/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/16 21:59:27 zuntum Exp $ +qmail/bin/dot-forward +qmail/man/man1/dot-forward.1 +qmail/man/cat1/dot-forward.0 -- cgit v1.2.3