summaryrefslogtreecommitdiff
path: root/chat/goofey
diff options
context:
space:
mode:
authorgrant <grant>2002-06-20 04:41:09 +0000
committergrant <grant>2002-06-20 04:41:09 +0000
commit6faaaac0bbf877b8e11995c6356b8df0cd3738c2 (patch)
treeb48f39c1956d9bdbc93012bb3dd2e02b7d6f271a /chat/goofey
parent59330351f726032818a5004b3c6c41c32fbb7f64 (diff)
downloadpkgsrc-6faaaac0bbf877b8e11995c6356b8df0cd3738c2.tar.gz
Initial import of goofey-3.15.
Goofey is a program which provides many services by communicating with a central server Pluto. Services provided by goofey include remote user location, message sending, fortune provision, jargon file lookup and a timetable service. Goofey is the preferred mode of communciation of many people, as it combines the immediacy of talk(1) and the asyncronous nature of mail(1). That is, you will know if messages sent with goofey have been received by the recipient almost immediately. Goofey also provides facilies for users to supply finger type information, an 'away' message for when you are away, a 'quiet' message for when you are busy or away from the terminal, in fact just about everything that people have been put up a good case for being included in the server.
Diffstat (limited to 'chat/goofey')
-rw-r--r--chat/goofey/DESCR14
-rw-r--r--chat/goofey/Makefile23
-rw-r--r--chat/goofey/PLIST3
-rw-r--r--chat/goofey/distinfo4
4 files changed, 44 insertions, 0 deletions
diff --git a/chat/goofey/DESCR b/chat/goofey/DESCR
new file mode 100644
index 00000000000..cbe32761c8e
--- /dev/null
+++ b/chat/goofey/DESCR
@@ -0,0 +1,14 @@
+Goofey is a program which provides many services by communicating
+with a central server Pluto. Services provided by goofey include
+remote user location, message sending, fortune provision, jargon
+file lookup and a timetable service.
+
+Goofey is the preferred mode of communciation of many people, as
+it combines the immediacy of talk(1) and the asyncronous nature of
+mail(1). That is, you will know if messages sent with goofey have
+been received by the recipient almost immediately. Goofey also
+provides facilies for users to supply finger type information, an
+'away' message for when you are away, a 'quiet' message for when
+you are busy or away from the terminal, in fact just about everything
+that people have been put up a good case for being included in the
+server.
diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile
new file mode 100644
index 00000000000..a5f02a11874
--- /dev/null
+++ b/chat/goofey/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 04:41:09 grant Exp $
+#
+
+DISTNAME= goofey-3.15
+CATEGORIES= chat
+MASTER_SITES= http://redback.spyda.net/~grant/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= grant@netbsd.org
+HOMEPAGE= http://www.csse.monash.edu.au/~tym/goofey.html
+COMMENT= text-based client for goofey, a flexible short message system
+
+NO_CONFIGURE= # defined
+
+do-build:
+ cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o goofey goofey.c
+
+do-install:
+ ${INSTALL} ${WRKSRC}/goofey ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/goofey.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/chat/goofey/PLIST b/chat/goofey/PLIST
new file mode 100644
index 00000000000..20ba9284b37
--- /dev/null
+++ b/chat/goofey/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/20 04:41:09 grant Exp $
+bin/goofey
+man/man1/goofey.1
diff --git a/chat/goofey/distinfo b/chat/goofey/distinfo
new file mode 100644
index 00000000000..6fe3b570d99
--- /dev/null
+++ b/chat/goofey/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/20 04:41:09 grant Exp $
+
+SHA1 (goofey-3.15.tar.bz2) = 2b3c4f587363ef4f287ea87b3c52d3bb490d35b3
+Size (goofey-3.15.tar.bz2) = 19839 bytes