diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-10-16 15:29:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-10-16 15:29:32 +0000 |
commit | 13d4527a34237c3848445140a659128518ca196f (patch) | |
tree | a59de3287464c291f091b739fe407ba6df10c951 /mail/xlbiff | |
parent | a12065703469e10f4f34b1e43555af92cfceaa6c (diff) | |
download | ports-13d4527a34237c3848445140a659128518ca196f.tar.gz ports-13d4527a34237c3848445140a659128518ca196f.zip |
Notes
Diffstat (limited to 'mail/xlbiff')
-rw-r--r-- | mail/xlbiff/Makefile | 20 | ||||
-rw-r--r-- | mail/xlbiff/distinfo | 2 | ||||
-rw-r--r-- | mail/xlbiff/files/patch-Imakefile | 11 | ||||
-rw-r--r-- | mail/xlbiff/files/patch-xlbiff.man | 20 | ||||
-rw-r--r-- | mail/xlbiff/pkg-descr | 16 | ||||
-rw-r--r-- | mail/xlbiff/pkg-plist | 3 |
6 files changed, 0 insertions, 72 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile deleted file mode 100644 index 2b93128deeb9..000000000000 --- a/mail/xlbiff/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: David O'Brien <obrien@cs.ucdavis.edu> -# $FreeBSD$ - -PORTNAME= xlbiff -PORTVERSION= 3.0 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.x.org/R5contrib/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The X Literate Biff - displays the from and subject from incoming mails - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= imake tar:Z -USE_XORG= ice sm x11 xaw xext xmu xpm xt - -.include <bsd.port.mk> diff --git a/mail/xlbiff/distinfo b/mail/xlbiff/distinfo deleted file mode 100644 index 18e0d34e70a4..000000000000 --- a/mail/xlbiff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xlbiff-3.0.tar.Z) = 14ad6be84cfc71f570eb5e6a55ff7d16bfc36f528f3e486279cfaee90eab997d -SIZE (xlbiff-3.0.tar.Z) = 26004 diff --git a/mail/xlbiff/files/patch-Imakefile b/mail/xlbiff/files/patch-Imakefile deleted file mode 100644 index 6cb0f76a6a09..000000000000 --- a/mail/xlbiff/files/patch-Imakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/files/patch-xlbiff.man b/mail/xlbiff/files/patch-xlbiff.man deleted file mode 100644 index b7d34346b7b6..000000000000 --- a/mail/xlbiff/files/patch-xlbiff.man +++ /dev/null @@ -1,20 +0,0 @@ ---- 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), diff --git a/mail/xlbiff/pkg-descr b/mail/xlbiff/pkg-descr deleted file mode 100644 index 8c1919f5c467..000000000000 --- a/mail/xlbiff/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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. diff --git a/mail/xlbiff/pkg-plist b/mail/xlbiff/pkg-plist deleted file mode 100644 index 99f5a460699c..000000000000 --- a/mail/xlbiff/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xlbiff -lib/X11/app-defaults/XLbiff -man/man1/xlbiff.1.gz |