xlbiff port
This commit is contained in:
parent
d9a9651a5c
commit
423520850d
20
mail/xlbiff/Makefile
Normal file
20
mail/xlbiff/Makefile
Normal 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
1
mail/xlbiff/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xlbiff-3.0.tar.Z) = 9b1d1124dae3557773e58932c89f6bac
|
11
mail/xlbiff/patches/patch-01
Normal file
11
mail/xlbiff/patches/patch-01
Normal 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
|
20
mail/xlbiff/patches/patch-02
Normal file
20
mail/xlbiff/patches/patch-02
Normal 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
1
mail/xlbiff/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
the X Literate Biff - displays the from and subject from incoming mails
|
18
mail/xlbiff/pkg/DESCR
Normal file
18
mail/xlbiff/pkg/DESCR
Normal 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
3
mail/xlbiff/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
bin/xlbiff
|
||||
lib/X11/app-defaults/XLbiff
|
||||
man/man1/xlbiff.1
|
Loading…
Reference in New Issue
Block a user