aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-08 15:24:25 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-08 15:24:25 +0000
commita47e7003843c735ddd23cda1a245b9e27ae9ddcf (patch)
tree6d91a527adf12af9bc2c6aaa61b4bf60ae77cae1 /mail
parenta30902868bc589a60f443c341b21de0b59d59b18 (diff)
downloadports-a47e7003843c735ddd23cda1a245b9e27ae9ddcf.tar.gz
ports-a47e7003843c735ddd23cda1a245b9e27ae9ddcf.zip
Add qconfirm 0.4.0, request delivery confirmation for mail message under
qmail. PR: 42265 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes: svn path=/head/; revision=67654
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/qconfirm/Makefile33
-rw-r--r--mail/qconfirm/distinfo1
-rw-r--r--mail/qconfirm/pkg-comment1
-rw-r--r--mail/qconfirm/pkg-descr7
-rw-r--r--mail/qconfirm/pkg-plist13
6 files changed, 56 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 31f70336ed24..3718e355b917 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -200,6 +200,7 @@
SUBDIR += pygmy
SUBDIR += pymsgauth
SUBDIR += pyzor
+ SUBDIR += qconfirm
SUBDIR += qmHandle
SUBDIR += qmail
SUBDIR += qmail-contrib
diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile
new file mode 100644
index 000000000000..9592f4421332
--- /dev/null
+++ b/mail/qconfirm/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: qconfirm
+# Date created: 22 Aug 2002
+# Whom: Sergei Kolobov <sergei@kolobov.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= qconfirm
+PORTVERSION= 0.4.0
+CATEGORIES= mail
+MASTER_SITES= http://smarden.org/qconfirm/
+
+MAINTAINER= sergei@kolobov.com
+
+WRKSRC= ${WRKDIR}/mail/${DISTNAME}/src
+ALL_TARGET= default
+
+PROGS= qconfirm-accept qconfirm-check qconfirm-conf
+MAN1= qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1
+
+do-install:
+.for file in ${PROGS}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
+.for file in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1
+.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/qconfirm/distinfo b/mail/qconfirm/distinfo
new file mode 100644
index 000000000000..9a3bc06695a3
--- /dev/null
+++ b/mail/qconfirm/distinfo
@@ -0,0 +1 @@
+MD5 (qconfirm-0.4.0.tar.gz) = 0136ebbec79583732d52f74719ede532
diff --git a/mail/qconfirm/pkg-comment b/mail/qconfirm/pkg-comment
new file mode 100644
index 000000000000..14b4a7e0d256
--- /dev/null
+++ b/mail/qconfirm/pkg-comment
@@ -0,0 +1 @@
+Request delivery confirmation for mail message under qmail
diff --git a/mail/qconfirm/pkg-descr b/mail/qconfirm/pkg-descr
new file mode 100644
index 000000000000..4e1e2f5bc7a1
--- /dev/null
+++ b/mail/qconfirm/pkg-descr
@@ -0,0 +1,7 @@
+qconfirm is an implementation of a delivery confirmation process for a mail
+address under qmail. It is invoked by qmail-local through a .qmail file.
+
+qconfirm performs this delivery confirmation process either sender based or
+message based.
+
+WWW: http://smarden.org/qconfirm/
diff --git a/mail/qconfirm/pkg-plist b/mail/qconfirm/pkg-plist
new file mode 100644
index 000000000000..fc3b3599168d
--- /dev/null
+++ b/mail/qconfirm/pkg-plist
@@ -0,0 +1,13 @@
+bin/qconfirm-accept
+bin/qconfirm-check
+bin/qconfirm-conf
+%%PORTDOCS%%share/doc/qconfirm/configuration.html
+%%PORTDOCS%%share/doc/qconfirm/faq.html
+%%PORTDOCS%%share/doc/qconfirm/index.html
+%%PORTDOCS%%share/doc/qconfirm/install.html
+%%PORTDOCS%%share/doc/qconfirm/qconfirm-accept.1.html
+%%PORTDOCS%%share/doc/qconfirm/qconfirm-check.1.html
+%%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html
+%%PORTDOCS%%share/doc/qconfirm/technical.html
+%%PORTDOCS%%share/doc/qconfirm/upgrade.html
+%%PORTDOCS%%@dirrm share/doc/qconfirm