mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Add qconfirm 0.4.0, request delivery confirmation for mail message under
qmail. PR: 42265 Submitted by: Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
parent
a30902868b
commit
a47e700384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67654
@ -200,6 +200,7 @@
|
||||
SUBDIR += pygmy
|
||||
SUBDIR += pymsgauth
|
||||
SUBDIR += pyzor
|
||||
SUBDIR += qconfirm
|
||||
SUBDIR += qmHandle
|
||||
SUBDIR += qmail
|
||||
SUBDIR += qmail-contrib
|
||||
|
33
mail/qconfirm/Makefile
Normal file
33
mail/qconfirm/Makefile
Normal file
@ -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>
|
1
mail/qconfirm/distinfo
Normal file
1
mail/qconfirm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qconfirm-0.4.0.tar.gz) = 0136ebbec79583732d52f74719ede532
|
1
mail/qconfirm/pkg-comment
Normal file
1
mail/qconfirm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Request delivery confirmation for mail message under qmail
|
7
mail/qconfirm/pkg-descr
Normal file
7
mail/qconfirm/pkg-descr
Normal file
@ -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/
|
13
mail/qconfirm/pkg-plist
Normal file
13
mail/qconfirm/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user