summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-03 06:44:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-03 06:44:21 +0000
commit80ddecc439cee96bb09bbab009da27e8bf6a47b6 (patch)
tree91f328948a1e5749a7ccda5338adab384df213a1 /mail
parentTurn on lrzsz. (diff)
the X Literate Biff - displays the from and subject from incoming mails
Notes
Notes: svn path=/head/; revision=4268
Diffstat (limited to 'mail')
-rw-r--r--mail/xlbiff/Makefile21
-rw-r--r--mail/xlbiff/distinfo1
-rw-r--r--mail/xlbiff/files/patch-0111
-rw-r--r--mail/xlbiff/pkg-comment1
-rw-r--r--mail/xlbiff/pkg-descr18
-rw-r--r--mail/xlbiff/pkg-plist3
6 files changed, 55 insertions, 0 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile
new file mode 100644
index 000000000000..793001c788cb
--- /dev/null
+++ b/mail/xlbiff/Makefile
@@ -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>
diff --git a/mail/xlbiff/distinfo b/mail/xlbiff/distinfo
new file mode 100644
index 000000000000..1c3b499dbd30
--- /dev/null
+++ b/mail/xlbiff/distinfo
@@ -0,0 +1 @@
+MD5 (xlbiff-3.0.tar.gz) = 1f43841d7e110a844fed8abfd4b96b2d
diff --git a/mail/xlbiff/files/patch-01 b/mail/xlbiff/files/patch-01
new file mode 100644
index 000000000000..6cb0f76a6a09
--- /dev/null
+++ b/mail/xlbiff/files/patch-01
@@ -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
diff --git a/mail/xlbiff/pkg-comment b/mail/xlbiff/pkg-comment
new file mode 100644
index 000000000000..3a45e4572b57
--- /dev/null
+++ b/mail/xlbiff/pkg-comment
@@ -0,0 +1 @@
+the X Literate Biff - displays the from and subject from incoming mails
diff --git a/mail/xlbiff/pkg-descr b/mail/xlbiff/pkg-descr
new file mode 100644
index 000000000000..5bad403da2d8
--- /dev/null
+++ b/mail/xlbiff/pkg-descr
@@ -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)
diff --git a/mail/xlbiff/pkg-plist b/mail/xlbiff/pkg-plist
new file mode 100644
index 000000000000..99f5a460699c
--- /dev/null
+++ b/mail/xlbiff/pkg-plist
@@ -0,0 +1,3 @@
+bin/xlbiff
+lib/X11/app-defaults/XLbiff
+man/man1/xlbiff.1.gz