diff options
author | nra <nra> | 2001-11-21 18:27:18 +0000 |
---|---|---|
committer | nra <nra> | 2001-11-21 18:27:18 +0000 |
commit | 2bd93ddb07340b61121a049642b4962830d54d85 (patch) | |
tree | bf3b33ef84627776e13e401a0e6d4360501f2585 /mail/newmail | |
parent | fb3f16efd24b4144d997d5d31a8c5522b5853a76 (diff) | |
download | pkgsrc-2bd93ddb07340b61121a049642b4962830d54d85.tar.gz |
Import newmail-1.0.1. Pr 13843 by Andrew Stevenson.
Newmail looks at mailboxes and determines if any new mail has arrived.
The mailboxes to be examined are specified as command line arguments. A
directory can be specified and newmail will check every mailbox inside.
Diffstat (limited to 'mail/newmail')
-rw-r--r-- | mail/newmail/DESCR | 8 | ||||
-rw-r--r-- | mail/newmail/Makefile | 14 | ||||
-rw-r--r-- | mail/newmail/PLIST | 3 | ||||
-rw-r--r-- | mail/newmail/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/mail/newmail/DESCR b/mail/newmail/DESCR new file mode 100644 index 00000000000..edab1f0f679 --- /dev/null +++ b/mail/newmail/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 command 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/Makefile b/mail/newmail/Makefile new file mode 100644 index 00000000000..d0d300e44d1 --- /dev/null +++ b/mail/newmail/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/21 18:27:18 nra Exp $ +# FreeBSD: ports/mail/newmail/Makefile,v 1.4 2001/06/08 18:36:36 dwcjr Exp +# + +DISTNAME= newmail-1.0.1 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ + +MAINTAINER= andrew@ugh.net.au +COMMENT= program to check multiple local mailboxes for new mail + +WRKSRC= ${WRKDIR}/newmail + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/newmail/PLIST b/mail/newmail/PLIST new file mode 100644 index 00000000000..f7b577a7571 --- /dev/null +++ b/mail/newmail/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/21 18:27:18 nra Exp $ +bin/newmail +man/man1/newmail.1 diff --git a/mail/newmail/distinfo b/mail/newmail/distinfo new file mode 100644 index 00000000000..3664db761ec --- /dev/null +++ b/mail/newmail/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/21 18:27:18 nra Exp $ + +SHA1 (newmail-1.0.1.tar.gz) = 031387e2ba10e5e4ba801dab25d86fce3b55e02c +Size (newmail-1.0.1.tar.gz) = 3476 bytes |