the X Literate Biff - displays the from and subject from incoming mails

This commit is contained in:
David E. O'Brien 1996-11-03 06:44:21 +00:00
parent 245dce63b3
commit 80ddecc439
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4268
6 changed files with 55 additions and 0 deletions

21
mail/xlbiff/Makefile Normal file
View file

@ -0,0 +1,21 @@
# New ports collection makefile for: xlbiff
# Version required: 3.0
# Date created: 23-Aug-1995
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
# $Id: Makefile,v 1.1.1.1 1996/02/29 01:57:44 asami Exp $
DISTNAME= xlbiff-3.0
CATEGORIES+= mail x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.pacbell.com/mirror/ftp.x.org/X11/R5contrib/ \
ftp://ftp.funet.fi//pub/X11/R5contrib/ \
ftp://ftp.hitachi.co.jp/pub/X/R5contrib/
MAINTAINER= obrien@cs.ucdavis.edu
# I can't get the same tarball from any two fetches -- weird.
NO_CHECKSUM= yes
USE_IMAKE= yes
.include <bsd.port.mk>

1
mail/xlbiff/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (xlbiff-3.0.tar.gz) = 1f43841d7e110a844fed8abfd4b96b2d

View file

@ -0,0 +1,11 @@
--- Imakefile.orig Mon Oct 26 09:06:42 1992
+++ Imakefile Fri Aug 23 14:45:17 1996
@@ -8,6 +8,8 @@
/* MAILPATH = /usr/mail/%s */
#ifdef SYSV
MAILPATH = /usr/mail/%s
+#elif defined(i386BsdArchitecture) || defined(SYSVR4)
+MAILPATH = /var/mail/%s
#else
MAILPATH = /usr/spool/mail/%s
#endif

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

@ -0,0 +1 @@
the X Literate Biff - displays the from and subject from incoming mails

18
mail/xlbiff/pkg-descr Normal file
View file

@ -0,0 +1,18 @@
Xlbiff lets you preview new mail to decide if you want to read it
immediately. Regular xbiff lets you know when you have mail but not what
it is.
Xlbiff lurks in the background, monitoring your mailbox file. When
something shows up there, it invokes the scanCommand (MH's scan by
default), and displays the output in a window. If more mail comes in, it
scans again and resizes accordingly.
If you're a Berkeley mail person, you can set scanCommand to:
echo x | mail | grep "^.[NU]"
Or use the ``frm'' utility that is part of the Elm port as your
scanCommand. A simular utility is the ``fromwho'' package, posted to
comp.sources.unix volume 25.
-- David (obrien@cs.ucdavis.edu)

3
mail/xlbiff/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/xlbiff
lib/X11/app-defaults/XLbiff
man/man1/xlbiff.1.gz