From 799ab677d53bf9d9c72b38761e94528ec3da8af1 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 19 Jul 1998 13:11:49 +0000 Subject: New "coolmail" package created by Tim Rightnour: xbiff replacement with 3D animation and sound. --- mail/coolmail/Makefile | 18 ++++++++++++++++++ mail/coolmail/files/md5 | 1 + mail/coolmail/patches/patch-aa | 27 +++++++++++++++++++++++++++ mail/coolmail/patches/patch-ab | 7 +++++++ mail/coolmail/pkg/COMMENT | 1 + mail/coolmail/pkg/DESCR | 10 ++++++++++ mail/coolmail/pkg/PLIST | 4 ++++ 7 files changed, 68 insertions(+) create mode 100644 mail/coolmail/Makefile create mode 100644 mail/coolmail/files/md5 create mode 100644 mail/coolmail/patches/patch-aa create mode 100644 mail/coolmail/patches/patch-ab create mode 100644 mail/coolmail/pkg/COMMENT create mode 100644 mail/coolmail/pkg/DESCR create mode 100644 mail/coolmail/pkg/PLIST (limited to 'mail') diff --git a/mail/coolmail/Makefile b/mail/coolmail/Makefile new file mode 100644 index 00000000000..b93f0d832f6 --- /dev/null +++ b/mail/coolmail/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 1998/07/19 13:11:49 tron Exp $ + +DISTNAME= coolmail-1.3 +CATEGORIES= mail x11 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/mail/biffs +EXTRACT_SUFX= .tgz + +MAINTAINER= root@garbled.net + +MAKE_ENV+= X11BASE=${PREFIX} +USE_X11= yes + +post-install: + ${INSTALL_DATA} ${WRKSRC}/Coolmail.ad \ + ${PREFIX}/lib/X11/app-defaults/Coolmail + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/coolmail/files/md5 b/mail/coolmail/files/md5 new file mode 100644 index 00000000000..9a108c26fe4 --- /dev/null +++ b/mail/coolmail/files/md5 @@ -0,0 +1 @@ +MD5 (coolmail-1.3.tgz) = ee355b05b3ebdb9bcf8e83eda63199df diff --git a/mail/coolmail/patches/patch-aa b/mail/coolmail/patches/patch-aa new file mode 100644 index 00000000000..e4363e0d7b8 --- /dev/null +++ b/mail/coolmail/patches/patch-aa @@ -0,0 +1,27 @@ +--- Makefile.orig Thu Jan 11 10:55:40 1996 ++++ Makefile Thu Jul 16 05:07:04 1998 +@@ -26,6 +26,6 @@ + LINK = $(CC) +-INCLUDES = -I/usr/X11R5/include +-LIB_DIRS = -L/usr/X11R5/lib +-BINDIR = /usr/local/bin +-MANDIR = /usr/local/man/man1 ++INCLUDES = -I$(PREFIX)/include ++LIB_DIRS = -L$(PREFIX)/lib ++BINDIR = $(PREFIX)/bin ++MANDIR = $(PREFIX)/man/man1 + +@@ -33,4 +33,6 @@ + # feature. +-AUDIO = -DAUDIO +-AUDIO_MODULE = audio.o ++# Note. Audio works. I have no soundcards at present though, so I cannot ++# test it appropriately. ++#AUDIO = -DAUDIO ++#AUDIO_MODULE = audio.o + +@@ -38,3 +40,3 @@ + +-LIBS = $(LIB_DIRS) -lXt -lX11 -lm -lXext ++LIBS = $(LIB_DIRS) -lXt -lX11 -lm -lXext -lcompat + COPTS = $(CFLAGS) $(AUDIO) diff --git a/mail/coolmail/patches/patch-ab b/mail/coolmail/patches/patch-ab new file mode 100644 index 00000000000..6ccffa12219 --- /dev/null +++ b/mail/coolmail/patches/patch-ab @@ -0,0 +1,7 @@ +--- coolmail.c.orig Thu Jul 16 05:09:10 1998 ++++ coolmail.c Thu Jul 16 05:11:28 1998 +@@ -36,3 +36,3 @@ + +-#define DEFAULT_MAIL_DIR "/var/spool/mail/" ++#define DEFAULT_MAIL_DIR "/var/mail/" + #define DEFAULT_COMMAND "xterm -n Elm -e mail\0" diff --git a/mail/coolmail/pkg/COMMENT b/mail/coolmail/pkg/COMMENT new file mode 100644 index 00000000000..b093bfebee0 --- /dev/null +++ b/mail/coolmail/pkg/COMMENT @@ -0,0 +1 @@ +xbiff replacement with 3D animation and sound. diff --git a/mail/coolmail/pkg/DESCR b/mail/coolmail/pkg/DESCR new file mode 100644 index 00000000000..dfef298414d --- /dev/null +++ b/mail/coolmail/pkg/DESCR @@ -0,0 +1,10 @@ +Coolmail is like xbiff -- it watches your inbox mail file +and lets you know when you have mail. But unlike xbiff, it can launch +your favorite mail utility when you click on it, and it has cool +animated 3D graphics. + +I hope you like it. +BUG REPORTS AND SUGGESTIONS + +Please send bug reports and suggestions to me, Byron C. Darrah, +darrah@kaiwan.com. If that address bounces, try bdarr@sed.hac.com. diff --git a/mail/coolmail/pkg/PLIST b/mail/coolmail/pkg/PLIST new file mode 100644 index 00000000000..de3bbff520b --- /dev/null +++ b/mail/coolmail/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/07/19 13:11:50 tron Exp $ +bin/coolmail +lib/X11/app-defaults/Coolmail +man/man1/coolmail.1 -- cgit v1.2.3