diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 11:13:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 11:13:08 +0800 |
commit | df9ca5757740bb5ca75b4fb1a164533c54c9115a (patch) | |
tree | 3c01c2c56985ea06fcd96ae06f68963bdf6c9a70 /mail/newmail | |
parent | d755dd20c5ace2402a4f68d3b41d4d78b8161789 (diff) | |
download | freebsd-ports-gnome-df9ca5757740bb5ca75b4fb1a164533c54c9115a.tar.gz freebsd-ports-gnome-df9ca5757740bb5ca75b4fb1a164533c54c9115a.tar.zst freebsd-ports-gnome-df9ca5757740bb5ca75b4fb1a164533c54c9115a.zip |
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>
Diffstat (limited to 'mail/newmail')
-rw-r--r-- | mail/newmail/Makefile | 20 | ||||
-rw-r--r-- | mail/newmail/distinfo | 1 | ||||
-rw-r--r-- | mail/newmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/newmail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/newmail/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile new file mode 100644 index 000000000000..3f3bf37f7ae6 --- /dev/null +++ b/mail/newmail/Makefile @@ -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> diff --git a/mail/newmail/distinfo b/mail/newmail/distinfo new file mode 100644 index 000000000000..2ae60cd3297e --- /dev/null +++ b/mail/newmail/distinfo @@ -0,0 +1 @@ +MD5 (newmail-1.0.1.tar.gz) = 539810d1f47dda9a6db8a683c1d46db9 diff --git a/mail/newmail/pkg-comment b/mail/newmail/pkg-comment new file mode 100644 index 000000000000..6fe5a062647b --- /dev/null +++ b/mail/newmail/pkg-comment @@ -0,0 +1 @@ +A tool for checking for new mail in multiple mail boxes diff --git a/mail/newmail/pkg-descr b/mail/newmail/pkg-descr new file mode 100644 index 000000000000..27b767f12faa --- /dev/null +++ b/mail/newmail/pkg-descr @@ -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 diff --git a/mail/newmail/pkg-plist b/mail/newmail/pkg-plist new file mode 100644 index 000000000000..587f37e957ad --- /dev/null +++ b/mail/newmail/pkg-plist @@ -0,0 +1 @@ +bin/newmail |