Date: 23 Aug 2002 21:28:13 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41957: New port: mail/qmail-notify, delayed mail notification for qmail Message-ID: <20020823212813.85085.qmail@outpost.globcon.net>
next in thread | raw e-mail | index | archive | help
>Number: 41957 >Category: ports >Synopsis: New port: mail/qmail-notify, delayed mail notification for qmail >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 23 14:30:01 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. >How-To-Repeat: Patch included. >Fix: --- qmail-notify-0.93.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: # # qmail-notify/Makefile # qmail-notify/distinfo # qmail-notify/files # qmail-notify/pkg-comment # qmail-notify/pkg-descr # qmail-notify/pkg-plist # echo x - qmail-notify/Makefile sed 's/^X//' >qmail-notify/Makefile << 'END-of-qmail-notify/Makefile' X# New ports collection makefile for: qmail-notify X# Date created: 24 Aug 2002 X# Whom: Sergei Kolobov <sergei@kolobov.com> X# X# $FreeBSD$ X# X XPORTNAME= qmail-notify XPORTVERSION= 0.93 XCATEGORIES= sysutils XMASTER_SITES= http://untroubled.org/qmail-notify/ X XMAINTAINER= sergei@kolobov.com X XEXAMPLES= cron.hourly message.txt XDOCS= ANNOUNCEMENT COPYING NEWS README TODO X Xpre-build: X ${ECHO_CMD} ${PREFIX}/bin > ${WRKSRC}/conf-bin X ${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc X Xdo-install: X cd ${WRKSRC} && ./installer X ${MKDIR} ${EXAMPLESDIR} X.for file in ${EXAMPLES} X ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-qmail-notify/Makefile echo x - qmail-notify/distinfo sed 's/^X//' >qmail-notify/distinfo << 'END-of-qmail-notify/distinfo' XMD5 (qmail-notify-0.93.tar.gz) = 5afe9ac9fac10e999a278c78f17e31b0 END-of-qmail-notify/distinfo echo c - qmail-notify/files mkdir -p qmail-notify/files > /dev/null 2>&1 echo x - qmail-notify/pkg-comment sed 's/^X//' >qmail-notify/pkg-comment << 'END-of-qmail-notify/pkg-comment' XDelayed delivery notification for qmail END-of-qmail-notify/pkg-comment echo x - qmail-notify/pkg-descr sed 's/^X//' >qmail-notify/pkg-descr << 'END-of-qmail-notify/pkg-descr' XThis package contains a program to notify senders about email that has been Xheld in the qmail queue. X XWWW: http://untroubled.org/qmail-notify/ END-of-qmail-notify/pkg-descr echo x - qmail-notify/pkg-plist sed 's/^X//' >qmail-notify/pkg-plist << 'END-of-qmail-notify/pkg-plist' Xbin/qmail-notify Xshare/examples/qmail-notify/cron.hourly Xshare/examples/qmail-notify/message.txt X%%PORTDOCS%%share/doc/qmail-notify/ANNOUNCEMENT X%%PORTDOCS%%share/doc/qmail-notify/COPYING X%%PORTDOCS%%share/doc/qmail-notify/NEWS X%%PORTDOCS%%share/doc/qmail-notify/README X%%PORTDOCS%%share/doc/qmail-notify/TODO X%%PORTDOCS%%@dirrm share/doc/qmail-notify X@dirrm share/examples/qmail-notify END-of-qmail-notify/pkg-plist exit --- qmail-notify-0.93.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?20020823212813.85085.qmail>