Initial import of newmail version 1.0.1.

A tool for checking for new mail in multiple mail boxes.

PR:		14055
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
This commit is contained in:
Steve Price 1999-11-01 03:13:08 +00:00
parent f4a90d7bbe
commit f258cc5092
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22803
5 changed files with 31 additions and 0 deletions

20
mail/newmail/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: newmail
# Version required: 1.0.1
# Date created: 30 Sep 1999
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
DISTNAME= newmail-1.0.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ \
ftp://css.tuu.utas.edu.au/pub/unix/newmail/
MAINTAINER= andrew@ugh.net.au
WRKSRC= ${WRKDIR}/newmail
MAN1= newmail.1
.include <bsd.port.mk>

1
mail/newmail/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (newmail-1.0.1.tar.gz) = 539810d1f47dda9a6db8a683c1d46db9

1
mail/newmail/pkg-comment Normal file
View file

@ -0,0 +1 @@
A tool for checking for new mail in multiple mail boxes

8
mail/newmail/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
newmail looks at mailboxes and determines if any new mail has arrived.
The mailboxes to be examined are specified as comand line arguments. A
directory can be specified and newmail will check every mailbox inside.
newmail is designed to be run every 15 minutes or so by a user's shell.
Andrew Stevenson
andrew@ugh.net.au

1
mail/newmail/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/newmail