Date: Wed, 13 Oct 1999 22:20:02 -0700 (PDT) From: andrew@ugh.net.au To: freebsd-ports@FreeBSD.org Subject: Re: ports/14055: New Port: newmail Message-ID: <199910140520.WAA21655@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/14055; it has been noted by GNATS. From: andrew@ugh.net.au To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/14055: New Port: newmail Date: Thu, 14 Oct 1999 15:13:44 +1000 (EST) Heres a port of newmail-1.0.1 to replace the above... # 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: # # newmail # newmail/Makefile # newmail/pkg # newmail/pkg/COMMENT # newmail/pkg/DESCR # newmail/pkg/PLIST # newmail/files # newmail/files/md5 # echo c - newmail mkdir -p newmail > /dev/null 2>&1 echo x - newmail/Makefile sed 's/^X//' >newmail/Makefile << 'END-of-newmail/Makefile' X# New ports collection makefile for: newmail X# Version required: 1.0.1 X# Date created: 30 Sep 1999 X# Whom: Andrew Stevenson <andrew@ugh.net.au> X# X# $FreeBSD$ X# X XDISTNAME= newmail-1.0.1 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ \ X ftp://css.tuu.utas.edu.au/pub/unix/newmail/ X XMAINTAINER= andrew@ugh.net.au X XWRKSRC= ${WRKDIR}/newmail X XMAN1= newmail.1 X X.include <bsd.port.mk> END-of-newmail/Makefile echo c - newmail/pkg mkdir -p newmail/pkg > /dev/null 2>&1 echo x - newmail/pkg/COMMENT sed 's/^X//' >newmail/pkg/COMMENT << 'END-of-newmail/pkg/COMMENT' XA tool for checking for new mail in multiple mail boxes. END-of-newmail/pkg/COMMENT echo x - newmail/pkg/DESCR sed 's/^X//' >newmail/pkg/DESCR << 'END-of-newmail/pkg/DESCR' Xnewmail looks at mailboxes and determines if any new mail has arrived. XThe mailboxes to be examined are specified as comand line arguments. A Xdirectory can be specified and newmail will check every mailbox inside. X Xnewmail is designed to be run every 15 minutes or so by a user's shell. X XAndrew Stevenson Xandrew@ugh.net.au END-of-newmail/pkg/DESCR echo x - newmail/pkg/PLIST sed 's/^X//' >newmail/pkg/PLIST << 'END-of-newmail/pkg/PLIST' Xbin/newmail END-of-newmail/pkg/PLIST echo c - newmail/files mkdir -p newmail/files > /dev/null 2>&1 echo x - newmail/files/md5 sed 's/^X//' >newmail/files/md5 << 'END-of-newmail/files/md5' XMD5 (newmail-1.0.1.tar.gz) = 539810d1f47dda9a6db8a683c1d46db9 END-of-newmail/files/md5 exit Thanks, Andrew 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?199910140520.WAA21655>