Skip site navigation (1)Skip section navigation (2)
Date:      31 Aug 2002 20:45:16 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42265: New port: mail/qconfirm, delivery confirmation under qmail
Message-ID:  <20020831204516.14385.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         42265
>Category:       ports
>Synopsis:       New port: mail/qconfirm, delivery confirmation under qmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 31 13:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
New port: mail/qconfirm

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/

>How-To-Repeat:
shar included.
>Fix:

--- qconfirm-0.4.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qconfirm
#	qconfirm/Makefile
#	qconfirm/pkg-comment
#	qconfirm/pkg-descr
#	qconfirm/pkg-plist
#	qconfirm/distinfo
#
echo c - qconfirm
mkdir -p qconfirm > /dev/null 2>&1
echo x - qconfirm/Makefile
sed 's/^X//' >qconfirm/Makefile << 'END-of-qconfirm/Makefile'
X# New ports collection makefile for:	qconfirm
X# Date created:		22 Aug 2002
X# Whom:			Sergei Kolobov <sergei@kolobov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qconfirm
XPORTVERSION=	0.4.0
XCATEGORIES=	mail
XMASTER_SITES=	http://smarden.org/qconfirm/
X
XMAINTAINER=	sergei@kolobov.com
X
XWRKSRC=		${WRKDIR}/mail/${DISTNAME}/src
XALL_TARGET=	default
X
XPROGS=		qconfirm-accept qconfirm-check qconfirm-conf
XMAN1=		qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1
X
Xdo-install:
X.for file in ${PROGS}
X	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
X.endfor
X.for file in ${MAN1}
X	${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1
X.endfor
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-qconfirm/Makefile
echo x - qconfirm/pkg-comment
sed 's/^X//' >qconfirm/pkg-comment << 'END-of-qconfirm/pkg-comment'
XRequest delivery confirmation for mail message under qmail
END-of-qconfirm/pkg-comment
echo x - qconfirm/pkg-descr
sed 's/^X//' >qconfirm/pkg-descr << 'END-of-qconfirm/pkg-descr'
Xqconfirm is an implementation of a delivery confirmation process for a mail
Xaddress under qmail. It is invoked by qmail-local through a .qmail file.
X
Xqconfirm performs this delivery confirmation process either sender based or
Xmessage based.
X	
XWWW:	http://smarden.org/qconfirm/
END-of-qconfirm/pkg-descr
echo x - qconfirm/pkg-plist
sed 's/^X//' >qconfirm/pkg-plist << 'END-of-qconfirm/pkg-plist'
Xbin/qconfirm-accept
Xbin/qconfirm-check
Xbin/qconfirm-conf
X%%PORTDOCS%%share/doc/qconfirm/configuration.html
X%%PORTDOCS%%share/doc/qconfirm/faq.html
X%%PORTDOCS%%share/doc/qconfirm/index.html
X%%PORTDOCS%%share/doc/qconfirm/install.html
X%%PORTDOCS%%share/doc/qconfirm/qconfirm-accept.1.html
X%%PORTDOCS%%share/doc/qconfirm/qconfirm-check.1.html
X%%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html
X%%PORTDOCS%%share/doc/qconfirm/technical.html
X%%PORTDOCS%%share/doc/qconfirm/upgrade.html
X%%PORTDOCS%%@dirrm share/doc/qconfirm
END-of-qconfirm/pkg-plist
echo x - qconfirm/distinfo
sed 's/^X//' >qconfirm/distinfo << 'END-of-qconfirm/distinfo'
XMD5 (qconfirm-0.4.0.tar.gz) = 0136ebbec79583732d52f74719ede532
END-of-qconfirm/distinfo
exit
--- qconfirm-0.4.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020831204516.14385.qmail>