X11 Go Toolset.

This commit is contained in:
fgsch 1999-09-16 18:45:41 +00:00
parent 75847d18a5
commit 0165585f07
7 changed files with 60 additions and 0 deletions

13
games/cgoban/Makefile Normal file
View File

@ -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 <bsd.port.mk>

3
games/cgoban/files/md5 Normal file
View File

@ -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

View File

@ -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

View File

@ -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

1
games/cgoban/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
X11 Go Toolset

20
games/cgoban/pkg/DESCR Normal file
View File

@ -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.

2
games/cgoban/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/cgoban
man/man6/cgoban.6