From 0165585f07e4f987c455df08b78186364c2f70f8 Mon Sep 17 00:00:00 2001 From: fgsch Date: Thu, 16 Sep 1999 18:45:41 +0000 Subject: [PATCH] X11 Go Toolset. --- games/cgoban/Makefile | 13 +++++++++++++ games/cgoban/files/md5 | 3 +++ games/cgoban/patches/patch-aa | 10 ++++++++++ games/cgoban/patches/patch-ab | 11 +++++++++++ games/cgoban/pkg/COMMENT | 1 + games/cgoban/pkg/DESCR | 20 ++++++++++++++++++++ games/cgoban/pkg/PLIST | 2 ++ 7 files changed, 60 insertions(+) create mode 100644 games/cgoban/Makefile create mode 100644 games/cgoban/files/md5 create mode 100644 games/cgoban/patches/patch-aa create mode 100644 games/cgoban/patches/patch-ab create mode 100644 games/cgoban/pkg/COMMENT create mode 100644 games/cgoban/pkg/DESCR create mode 100644 games/cgoban/pkg/PLIST diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile new file mode 100644 index 00000000000..cd3b90961a9 --- /dev/null +++ b/games/cgoban/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1.1.1 1999/09/16 18:45:41 fgsch Exp $ + +DISTNAME= cgoban-1.9.8 +CATEGORIES= games + +MAINTAINER= ports@openbsd.org + +MASTER_SITES= http://www.inetarena.com/~wms/comp/cgoban/ + +GNU_CONFIGURE= yes +ALL_TARGET= + +.include diff --git a/games/cgoban/files/md5 b/games/cgoban/files/md5 new file mode 100644 index 00000000000..ae2bdfd5fd6 --- /dev/null +++ b/games/cgoban/files/md5 @@ -0,0 +1,3 @@ +MD5 (cgoban-1.9.8.tar.gz) = ee4bc72072acf5b2e74072b2cf8295b3 +SHA1 (cgoban-1.9.8.tar.gz) = e474328f22c003e37c73c35146ebdf4b0b5d9a94 +RMD160 (cgoban-1.9.8.tar.gz) = 792e44e4fc7f284850ac31505c83d6b4c3b5f43a diff --git a/games/cgoban/patches/patch-aa b/games/cgoban/patches/patch-aa new file mode 100644 index 00000000000..f455d52b12b --- /dev/null +++ b/games/cgoban/patches/patch-aa @@ -0,0 +1,10 @@ +--- configure.orig Sun Sep 12 01:52:27 1999 ++++ configure Thu Sep 16 11:25:32 1999 +@@ -2476,6 +2476,7 @@ + s%@DATE@%$DATE%g + s%@RANLIB@%$RANLIB%g + s%@OBJS@%$OBJS%g ++s%@PREFIX@%$prefix%g + + CEOF + EOF diff --git a/games/cgoban/patches/patch-ab b/games/cgoban/patches/patch-ab new file mode 100644 index 00000000000..b7ba124e911 --- /dev/null +++ b/games/cgoban/patches/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed May 28 22:34:54 1997 ++++ Makefile.in Thu Sep 16 11:26:11 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 + diff --git a/games/cgoban/pkg/COMMENT b/games/cgoban/pkg/COMMENT new file mode 100644 index 00000000000..667166424de --- /dev/null +++ b/games/cgoban/pkg/COMMENT @@ -0,0 +1 @@ +X11 Go Toolset diff --git a/games/cgoban/pkg/DESCR b/games/cgoban/pkg/DESCR new file mode 100644 index 00000000000..e0f5e14cada --- /dev/null +++ b/games/cgoban/pkg/DESCR @@ -0,0 +1,20 @@ +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. When playing a game locally, you + have a choice of rule sets and time controls. I made a strong + attempt at implementing the rule sets as precisely as possible: + + Chinese rules have a true Superko rule. + + Japanese rules correctly recognize seki and award no points. + + Japanese rules let you locally resolve disputes at the end of + the game. + * 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. CGoban can + let you connect to devices (such as modems) speaking go modem + protocol, act as a graphical board for programs that speak go + modem protocol out of stdin/stdout, or connect programs to one of + the internet go servers. diff --git a/games/cgoban/pkg/PLIST b/games/cgoban/pkg/PLIST new file mode 100644 index 00000000000..0b61d65af59 --- /dev/null +++ b/games/cgoban/pkg/PLIST @@ -0,0 +1,2 @@ +bin/cgoban +man/man6/cgoban.6