diff options
author | bad <bad@pkgsrc.org> | 1999-01-31 21:49:16 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-01-31 21:49:16 +0000 |
commit | 773887cd259b9d1fb1344dcbbf7d3176ee0d016c (patch) | |
tree | 817f1048087def757072fb40158d1c55074e3111 /games/cgoban | |
parent | d894df6ace0b521bc29bf3b097955900e299e5ff (diff) | |
download | pkgsrc-773887cd259b9d1fb1344dcbbf7d3176ee0d016c.tar.gz |
Cgoban, a full featured Go server client and SGF viewer/editor.
Diffstat (limited to 'games/cgoban')
-rw-r--r-- | games/cgoban/Makefile | 13 | ||||
-rw-r--r-- | games/cgoban/files/md5 | 3 | ||||
-rw-r--r-- | games/cgoban/patches/patch-aa | 31 | ||||
-rw-r--r-- | games/cgoban/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/cgoban/pkg/DESCR | 15 | ||||
-rw-r--r-- | games/cgoban/pkg/PLIST | 5 |
6 files changed, 68 insertions, 0 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile new file mode 100644 index 00000000000..f0db3460dd8 --- /dev/null +++ b/games/cgoban/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/01/31 21:49:16 bad Exp $ + +DISTNAME= cgoban-1.9.2 +CATEGORIES= games +MASTER_SITES= http://www.hevanet.com/wms/comp/cgoban/ + +MAINTAINER= bad@netbsd.org +HOMEPAGE= http://www.hevanet.com/wms/comp/cgoban/ + +BUILD_USES_X11= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/games/cgoban/files/md5 b/games/cgoban/files/md5 new file mode 100644 index 00000000000..1378782d5c7 --- /dev/null +++ b/games/cgoban/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/01/31 21:49:17 bad Exp $ + +MD5 (cgoban-1.9.2.tar.gz) = 9048577b00edcef3ed40bd8865f45abf diff --git a/games/cgoban/patches/patch-aa b/games/cgoban/patches/patch-aa new file mode 100644 index 00000000000..f7ed5286197 --- /dev/null +++ b/games/cgoban/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/01/31 21:49:17 bad Exp $ + +--- Makefile.in.orig Thu May 29 03:34:54 1997 ++++ Makefile.in Wed Jan 27 18:57:37 1999 +@@ -36,7 +36,7 @@ + + # Change these values to tell make where to put the binary and the man page + # when it's done compiling. +-PREFIX = /usr/games ++PREFIX = @prefix@ + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man + +@@ -58,6 +58,8 @@ + + OBJS = @OBJS@ + ++all: cgoban-$(SYSTEM_TYPE) ++ + cgoban-$(SYSTEM_TYPE): $(OBJS) $(OBJLIBS) wmslib/libwms-$(SYSTEM_TYPE).a + $(CC) $(LFLAGS) -o cgoban-$(SYSTEM_TYPE) $(OBJS) $(LIBS) + rm -f cgoban +@@ -66,6 +68,8 @@ + install: cgoban-$(SYSTEM_TYPE) man6/cgoban.6 + $(INSTALL_PROGRAM) cgoban-$(SYSTEM_TYPE) $(BINDIR)/cgoban + $(INSTALL_DATA) man6/cgoban.6 $(MANDIR)/man6/cgoban.6 ++ $(INSTALL_SCRIPT) grab_cgoban $(BINDIR)/grab_cgoban ++ $(INSTALL_DATA) seigen-minoru.sgf $(PREFIX)/share/misc/seigen-minoru.sgf + + clean: + rm -f obj-$(SYSTEM_TYPE)/*.o obj-$(SYSTEM_TYPE)/client/*.o obj-$(SYSTEM_TYPE)/gmp/*.o diff --git a/games/cgoban/pkg/COMMENT b/games/cgoban/pkg/COMMENT new file mode 100644 index 00000000000..d642cdcfe75 --- /dev/null +++ b/games/cgoban/pkg/COMMENT @@ -0,0 +1 @@ +the complete goban. A Go server client and sgf viewer/editor. diff --git a/games/cgoban/pkg/DESCR b/games/cgoban/pkg/DESCR new file mode 100644 index 00000000000..a4c46ecc932 --- /dev/null +++ b/games/cgoban/pkg/DESCR @@ -0,0 +1,15 @@ +CGoban ("Complete Goban") provides a large set of go-related services +for Unix and X11. A list of the functions that it provides: + +Play go against another player. + +Edit and view SGF files. CGoban provides full functionality for +editing and viewing SGF files. + +Connect to a go server over the internet. CGoban can connect to +NNGS or IGS and gives a convienent graphical user interface to the +server. + +Act as a bridge to go modem protocol. Go modem protocol has become +a standard way for computer go programs to communicate. +internet go servers. diff --git a/games/cgoban/pkg/PLIST b/games/cgoban/pkg/PLIST new file mode 100644 index 00000000000..bf9d734d90d --- /dev/null +++ b/games/cgoban/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/31 21:49:16 bad Exp $ +bin/cgoban +bin/grab_cgoban +man/man6/cgoban.6 +share/misc/seigen-minoru.sgf |