summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-09 01:50:02 +0000
committerwiz <wiz@pkgsrc.org>2000-01-09 01:50:02 +0000
commitf8ef00c6a4bcedee828188a299c578d085a74e9b (patch)
treec81f24ef4a5fe6dffbbb58014988ffed0aba5a1f /mail
parentc214623d36031dad7b2644a99f8b9b0b8d41d749 (diff)
downloadpkgsrc-f8ef00c6a4bcedee828188a299c578d085a74e9b.tar.gz
MASTER_SITE_XCONTRIB used, RCS tag added, DESCR shortened
Diffstat (limited to 'mail')
-rw-r--r--mail/xmailbox/Makefile4
-rw-r--r--mail/xmailbox/patches/patch-ab1
-rw-r--r--mail/xmailbox/pkg/DESCR55
3 files changed, 6 insertions, 54 deletions
diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile
index 7f0d8b031ad..2b6b54935c9 100644
--- a/mail/xmailbox/Makefile
+++ b/mail/xmailbox/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/05/25 15:30:34 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/09 01:50:02 wiz Exp $
#
DISTNAME= xmailbox-2.5
CATEGORIES= mail x11
-MASTER_SITES= ftp://ftp.x.org/contrib/applications/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MAINTAINER= bouyer@netbsd.org
diff --git a/mail/xmailbox/patches/patch-ab b/mail/xmailbox/patches/patch-ab
index 2c92493feeb..54cb83a92a7 100644
--- a/mail/xmailbox/patches/patch-ab
+++ b/mail/xmailbox/patches/patch-ab
@@ -1,3 +1,4 @@
+$NetBSD: patch-ab,v 1.2 2000/01/09 01:50:02 wiz Exp $
--- MailboxP.h.orig Tue May 25 17:10:18 1999
+++ MailboxP.h Tue May 25 17:10:28 1999
@@ -36,7 +36,7 @@
diff --git a/mail/xmailbox/pkg/DESCR b/mail/xmailbox/pkg/DESCR
index 1e4a9208a09..fecdfb0d3b9 100644
--- a/mail/xmailbox/pkg/DESCR
+++ b/mail/xmailbox/pkg/DESCR
@@ -1,6 +1,3 @@
-README
-======
-
The xmailbox program started out as an enhanced xbiff. However, the latest
version includes support for sound effects and animation. The default
functionality employs two images for the "mail in mailbox" and "no mail"
@@ -11,58 +8,12 @@ playing up to 8 XPM files in repeated sequence.
The application can also, optionally, play a sound through a workstation's
audio device, instead of generating the default beep sound, whenever new
-mail arrives. The following sound packages/drivers are supported:
-
- 1) NCD audio server
- 2) Rplay sound package
- 3) Linux's Sun-compatible audio driver (/dev/audio)
- 4) Standard SUN audio driver (/dev/audio)
- 5) FreeBSD SUN-compatible audio driver (contributed by Brian Clapper -
- bmc@telebase.com)
- 6) Any external sound player (contributed by Laurent Martin -
- martin@isia.cma.fr)
+mail arrives.
By default, pressing any mouse button in the image forces xmailbox to
remember the current size of the mail file as being the "empty" size and
to change its image accordingly. In addition to this, the user can
optionally have xmailbox invoke his/her favourite mail retrieving program.
-This program is nothing more than a wrapper around the Mailbox widget
-included with the program's source distribution. Mailbox was derived by
-the Mailbox widget included with the Athena Widget Set. The first version
-of Mailbox was a hack based on the X11R5 Mailbox widget written by
-Jim Fulton, MIT X Consortium, and Ralph Swick, DEC/MIT Project Athena. The
-xmailbox source is very similar to xbiff.
-
-If you are planning to use the NCD Audio server or the rplay sound package,
-you can obtain these packages from ftp.x.org in /contrib/netaudio and
-/contrib/rplay respectively. These packages provide network sound support.
-
-To build xmailbox:
- 1. make any required changes in Imakefile, by specifying where the
- XPM includes and libs are, as well as the desired audio interface,
- 2. run xmkmf and then make.
-
-This program has been tested on Sun Sparc 2,5,10,20 & IPX under SunOS
-4.1.3 and 4.1.4, HP 9000/710 under HP-UX 9.01, and i86 PCs equipped with
-Soundblaster-16 audio cards (although any card supported by the kernel
-sound driver should work fine) under Linux 1.2.x, 1.3.x, and 2.0.x.
-
-NOTE: You'll need xpm-3.4 or higher in order to compile xmailbox.
----- As of this writing, the latest version of xpm is 3.4; it can be
- obtained from ftp.x.org (in directory contrib, file xpm-3.4.tar.gz).
-
- Enjoy!
-
- Dimitrios P. Bouras (dbouras@hol.gr) and
- William K. W. Cheung (wcheung@mail.spiralcomm.com)
-
--------------------------------------------------------------------------------
-THE AUTHORS (Dimitrios P. Bouras and William K. W. Cheung) MAKE NO
-REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE FOR ANY PURPOSE.
-IT IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY.
-
-Xbiff IS COPYRIGHT 1988, X CONSORTIUM
-SEE X(1) FOR A FULL STATEMENT OF RIGHTS AND PERMISSIONS.
--------------------------------------------------------------------------------
-
+By Dimitrios P. Bouras (dbouras@hol.gr) and
+William K. W. Cheung (wcheung@mail.spiralcomm.com)