diff options
author | tron <tron@pkgsrc.org> | 1999-04-10 21:08:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-10 21:08:48 +0000 |
commit | 01fede6944e0e69d38b8fb292a6a50dc3ea16748 (patch) | |
tree | ac8c87f67359dda308004dce452bb98f313df1ef /net/ytalk | |
parent | 6a0ce0d892e36ec464f39032c05d45a648914a3a (diff) | |
download | pkgsrc-01fede6944e0e69d38b8fb292a6a50dc3ea16748.tar.gz |
New "ytalk" package supplied by Michael Santos in PR pkg/7323:
Multi-user replacement for UNIX talk.
Diffstat (limited to 'net/ytalk')
-rw-r--r-- | net/ytalk/Makefile | 13 | ||||
-rw-r--r-- | net/ytalk/files/md5 | 3 | ||||
-rw-r--r-- | net/ytalk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/ytalk/pkg/DESCR | 7 | ||||
-rw-r--r-- | net/ytalk/pkg/PLIST | 4 |
5 files changed, 28 insertions, 0 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile new file mode 100644 index 00000000000..9aada0103c5 --- /dev/null +++ b/net/ytalk/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/10 21:08:48 tron Exp $ + +DISTNAME= ytalk-3.1 +CATEGORIES= net +MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ytalk/\ + ${MASTER_SITE_SUNSITE:=/pub/Linux/system/network/chat/} + +MAINTAINER= mike@ethmoid.org +HOMEPAGE= http://www.eleves.ens.fr:8080/home/espel/ytalk/ + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/ytalk/files/md5 b/net/ytalk/files/md5 new file mode 100644 index 00000000000..3589ef10a3a --- /dev/null +++ b/net/ytalk/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/10 21:08:48 tron Exp $ + +MD5 (ytalk-3.1.tar.gz) = faefb277a3347ff85c4b63a9443743ee diff --git a/net/ytalk/pkg/COMMENT b/net/ytalk/pkg/COMMENT new file mode 100644 index 00000000000..322c8b3c1a8 --- /dev/null +++ b/net/ytalk/pkg/COMMENT @@ -0,0 +1 @@ +Multi-user replacement for UNIX talk. diff --git a/net/ytalk/pkg/DESCR b/net/ytalk/pkg/DESCR new file mode 100644 index 00000000000..71080a55e14 --- /dev/null +++ b/net/ytalk/pkg/DESCR @@ -0,0 +1,7 @@ +YTalk is a compatible replacement for the Unix talk(1) program, +which adds a number of features. Mainly, it can talk to more than +one person at a time, and it can talk to the two different types +of talk daemons out there. + +YTalk supports multi-homed hosts, and provides a basic, optional +X interface. diff --git a/net/ytalk/pkg/PLIST b/net/ytalk/pkg/PLIST new file mode 100644 index 00000000000..7a60c81f599 --- /dev/null +++ b/net/ytalk/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/10 21:08:48 tron Exp $ +bin/ytalk +etc/ytalkrc +man/man1/ytalk.1 |