diff options
author | nbm <nbm@FreeBSD.org> | 2002-10-08 15:24:25 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-10-08 15:24:25 +0000 |
commit | 2399ac30e0a303f58c4f7d09086511261f4ec067 (patch) | |
tree | d1b412c385f3f888ba3912430ccba5847e8f22df /mail/qconfirm | |
parent | f8a7fb8138e795376dfb9d948c8b3721f2b0f246 (diff) | |
download | FreeBSD-ports-2399ac30e0a303f58c4f7d09086511261f4ec067.zip FreeBSD-ports-2399ac30e0a303f58c4f7d09086511261f4ec067.tar.gz |
Add qconfirm 0.4.0, request delivery confirmation for mail message under
qmail.
PR: 42265
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'mail/qconfirm')
-rw-r--r-- | mail/qconfirm/Makefile | 33 | ||||
-rw-r--r-- | mail/qconfirm/distinfo | 1 | ||||
-rw-r--r-- | mail/qconfirm/pkg-comment | 1 | ||||
-rw-r--r-- | mail/qconfirm/pkg-descr | 7 | ||||
-rw-r--r-- | mail/qconfirm/pkg-plist | 13 |
5 files changed, 55 insertions, 0 deletions
diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile new file mode 100644 index 0000000..9592f44 --- /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 0000000..9a3bc06 --- /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 0000000..14b4a7e --- /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 0000000..4e1e2f5 --- /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 0000000..fc3b359 --- /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 |