From owner-freebsd-ports Sat Aug 31 13:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C693737B401 for ; Sat, 31 Aug 2002 13:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2718F43E4A for ; Sat, 31 Aug 2002 13:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7VKo2JU012612 for ; Sat, 31 Aug 2002 13:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7VKo2n9012611; Sat, 31 Aug 2002 13:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0890737B400 for ; Sat, 31 Aug 2002 13:45:17 -0700 (PDT) Received: from outpost.lukarcos.com (outpost.lukarcos.com [195.239.240.132]) by mx1.FreeBSD.org (Postfix) with SMTP id 5659343E6A for ; Sat, 31 Aug 2002 13:45:15 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 14386 invoked by uid 911); 31 Aug 2002 20:45:16 -0000 Message-Id: <20020831204516.14385.qmail@outpost.globcon.net> Date: 31 Aug 2002 20:45:16 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42265: New port: mail/qconfirm, delivery confirmation under qmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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