From 2399ac30e0a303f58c4f7d09086511261f4ec067 Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 8 Oct 2002 15:24:25 +0000 Subject: Add qconfirm 0.4.0, request delivery confirmation for mail message under qmail. PR: 42265 Submitted by: Sergei Kolobov --- mail/qconfirm/Makefile | 33 +++++++++++++++++++++++++++++++++ mail/qconfirm/distinfo | 1 + mail/qconfirm/pkg-comment | 1 + mail/qconfirm/pkg-descr | 7 +++++++ mail/qconfirm/pkg-plist | 13 +++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 mail/qconfirm/Makefile create mode 100644 mail/qconfirm/distinfo create mode 100644 mail/qconfirm/pkg-comment create mode 100644 mail/qconfirm/pkg-descr create mode 100644 mail/qconfirm/pkg-plist (limited to 'mail/qconfirm') 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 +# +# $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 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 -- cgit v1.1