summaryrefslogtreecommitdiff
path: root/mail/dot-forward
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-09-16 21:59:27 +0000
committerzuntum <zuntum>2001-09-16 21:59:27 +0000
commit1a165e3f734249350dda788eeb795cdff44dba07 (patch)
treecc6ff3998cb79c329387ff0717f3b35459c7eece /mail/dot-forward
parentcd38b121e58b87f12a4812d761ca2e0f39e3251c (diff)
downloadpkgsrc-1a165e3f734249350dda788eeb795cdff44dba07.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