xlbiff port

This commit is contained in:
angelos 1998-05-17 03:32:55 +00:00
parent d9a9651a5c
commit 423520850d
7 changed files with 74 additions and 0 deletions

20
mail/xlbiff/Makefile Normal file
View File

@ -0,0 +1,20 @@
# OpenBSD makefile for: xlbiff
# Version required: 3.0
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 03:32:55 angelos 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/
EXTRACT_SUFX= .tar.Z
MAINTAINER= angelos@openbsd.org
USE_IMAKE= yes
.include <bsd.port.mk>

1
mail/xlbiff/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xlbiff-3.0.tar.Z) = 9b1d1124dae3557773e58932c89f6bac

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

View File

@ -0,0 +1,20 @@
--- xlbiff.man.orig Mon Oct 26 09:06:44 1992
+++ xlbiff.man Sun Nov 3 23:55:27 1996
@@ -38,7 +38,7 @@
.TP 8
.B \-file \fIfilename\fP
This option specifies the name of the file which should be monitored. By
-default, it watches /usr/spool/mail/\fIusername\fP, where \fIusername\fP
+default, it watches /var/mail/\fIusername\fP, where \fIusername\fP
is your login name.
.TP 8
.B \-rows \fIheight\fP
@@ -230,7 +230,7 @@
is used to get the default host and display number.
.SH FILES
.TP 8
-/usr/spool/mail/\fIusername\fP
+/var/mail/\fIusername\fP
default mail file to check.
.SH "SEE ALSO"
.IR X (1),

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