summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1999-06-22 03:03:43 +0000
committerfoxfair <foxfair@FreeBSD.org>1999-06-22 03:03:43 +0000
commitbd14c40abce687d5e73fdeb7afdaee20d83bb4bf (patch)
tree636e1fc1917691efe3aa93884da103bfa11e0fb9
parent9f386ac8ac75359351ebf3205df2b020e4dd77f9 (diff)
downloadFreeBSD-ports-bd14c40abce687d5e73fdeb7afdaee20d83bb4bf.zip
FreeBSD-ports-bd14c40abce687d5e73fdeb7afdaee20d83bb4bf.tar.gz
PR: 12327
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> GMA or "The Go-Moku Apprentice" is a computerized go-moku player that learns playing the game entirely from its opponent. It was written for fun by Johan Walles (d92-jwa@nada.kth.se) in October 1998. The goal of Go-Moku is to get five (or more) marks in a row (horisontally, vertically or diagonally). You get to put one mark each time it is your turn. WWW: http://www.student.nada.kth.se/~d92-jwa/code/
-rw-r--r--games/gma/Makefile17
-rw-r--r--games/gma/distinfo1
-rw-r--r--games/gma/pkg-comment1
-rw-r--r--games/gma/pkg-descr11
-rw-r--r--games/gma/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile
new file mode 100644
index 0000000..c56f1e1
--- /dev/null
+++ b/games/gma/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gma
+# Version required: 0.5
+# Date created: 22 June 1999
+# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
+#
+# $Id$
+#
+
+DISTNAME= gma-0.5
+CATEGORIES= games
+MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
+
+MAINTAINER= ijliao@csie.nctu.edu.tw
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/games/gma/distinfo b/games/gma/distinfo
new file mode 100644
index 0000000..9628fef
--- /dev/null
+++ b/games/gma/distinfo
@@ -0,0 +1 @@
+MD5 (gma-0.5.tar.gz) = 695df894384d52204906cc48353aa705
diff --git a/games/gma/pkg-comment b/games/gma/pkg-comment
new file mode 100644
index 0000000..5ae7783
--- /dev/null
+++ b/games/gma/pkg-comment
@@ -0,0 +1 @@
+A go-maku game which learns playing the game from studying its opponent.
diff --git a/games/gma/pkg-descr b/games/gma/pkg-descr
new file mode 100644
index 0000000..4fb907d
--- /dev/null
+++ b/games/gma/pkg-descr
@@ -0,0 +1,11 @@
+GMA or "The Go-Moku Apprentice" is a computerized go-moku player that learns
+playing the game entirely from its opponent. It was written for fun by
+Johan Walles (d92-jwa@nada.kth.se) in October 1998.
+
+The goal of Go-Moku is to get five (or more) marks in a row (horisontally,
+vertically or diagonally). You get to put one mark each time it is your turn.
+
+WWW: http://www.student.nada.kth.se/~d92-jwa/code/
+
+- Ying-Chieh Liao
+ijliao@csie.nctu.edu.tw
diff --git a/games/gma/pkg-plist b/games/gma/pkg-plist
new file mode 100644
index 0000000..5e31247
--- /dev/null
+++ b/games/gma/pkg-plist
@@ -0,0 +1,2 @@
+bin/apprentice.gmaplayer
+bin/gma-console
OpenPOWER on IntegriCloud