summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>1998-07-19 13:11:49 +0000
committertron <tron>1998-07-19 13:11:49 +0000
commit5c2bdbcf45d1f4c07a08054b7ad51de6502305e5 (patch)
tree65307c3c9f012a6f0c8e66f1e0fa656fa5938cfd
parent0d8d60b2d3476fefea9e4f6d33355799302f0451 (diff)
downloadpkgsrc-5c2bdbcf45d1f4c07a08054b7ad51de6502305e5.tar.gz
New "coolmail" package created by Tim Rightnour:
xbiff replacement with 3D animation and sound.
-rw-r--r--mail/coolmail/Makefile18
-rw-r--r--mail/coolmail/files/md51
-rw-r--r--mail/coolmail/patches/patch-aa27
-rw-r--r--mail/coolmail/patches/patch-ab7
-rw-r--r--mail/coolmail/pkg/COMMENT1
-rw-r--r--mail/coolmail/pkg/DESCR10
-rw-r--r--mail/coolmail/pkg/PLIST4
7 files changed, 68 insertions, 0 deletions
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