mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
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:
parent
f4a90d7bbe
commit
f258cc5092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22803
20
mail/newmail/Makefile
Normal file
20
mail/newmail/Makefile
Normal 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
1
mail/newmail/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (newmail-1.0.1.tar.gz) = 539810d1f47dda9a6db8a683c1d46db9
|
1
mail/newmail/pkg-comment
Normal file
1
mail/newmail/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A tool for checking for new mail in multiple mail boxes
|
8
mail/newmail/pkg-descr
Normal file
8
mail/newmail/pkg-descr
Normal 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
1
mail/newmail/pkg-plist
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin/newmail
|
Loading…
Reference in New Issue
Block a user