summaryrefslogtreecommitdiff
path: root/mail/dot-forward
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-09-16 21:59:27 +0000
committerzuntum <zuntum@pkgsrc.org>2001-09-16 21:59:27 +0000
commit7412ceafc632126820bbf783fe01fa7836659be3 (patch)
treecc6ff3998cb79c329387ff0717f3b35459c7eece /mail/dot-forward
parent06bad20b73d9919dd705389553be492773afd643 (diff)
downloadpkgsrc-7412ceafc632126820bbf783fe01fa7836659be3.tar.gz
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 <sen@eccosys.com> in PR pkg/13891
Diffstat (limited to 'mail/dot-forward')
-rw-r--r--mail/dot-forward/Makefile26
-rw-r--r--mail/dot-forward/distinfo4
-rw-r--r--mail/dot-forward/pkg/DESCR7
-rw-r--r--mail/dot-forward/pkg/PLIST4
4 files changed, 41 insertions, 0 deletions
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