Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 1999 20:59:19 -0700 (PDT)
From:      spcoltri@code.cs.unm.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13713: upgrade gnugo port to 2.4
Message-ID:  <19990913035919.740E914D91@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         13713
>Category:       ports
>Synopsis:       upgrade gnugo port to 2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 21:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Steve Coltrin
>Release:        4.0-CURRENT
>Organization:
The ccr project: Studying living information systems
>Environment:
FreeBSD hrothgar.ccrcentral.net 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Sat Jul 31 21:03:43 MDT 1999     root@hrothgar.ccrcentral.net:/usr/src/sys/compile/HROTHGAR  i386
>Description:
This patch upgrades the games/gnugo port from version 1.2 to 2.4 .
>How-To-Repeat:

>Fix:
diff -ur gnugo.old/Makefile gnugo/Makefile
--- gnugo.old/Makefile	Wed Aug 25 19:43:13 1999
+++ gnugo/Makefile	Sun Sep 12 21:42:32 1999
@@ -1,23 +1,22 @@
 # New ports collection makefile for:	gnugo
-# Version required:	1.2
-# Date created:		29 December 1996
-# Whom:			jseger@scds.com
+# Version required:	2.4
+# Date created:		12 September 1999
+# Whom:			spcoltri@code.cs.unm.edu
 #
 # $FreeBSD: ports/games/gnugo/Makefile,v 1.4 1999/08/25 06:03:36 obrien Exp $
 #
 
-DISTNAME=	gnugo-1.2
+DISTNAME=	gnugo-2.4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gnugo
 
 MAINTAINER=	jseger@freebsd.org
 
-WRKSRC=		${WRKDIR}/gnugo
-ALL_TARGET=	gnugo
-MAKE_FLAGS+=	CFLAGS="${CFLAGS}" -f
+GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gnugo ${PREFIX}/bin
+MAN6=		gnugo.6
+MANCOMPRESSED=	no
 
 .include <bsd.port.mk>
diff -ur gnugo.old/files/md5 gnugo/files/md5
--- gnugo.old/files/md5	Thu Jan  2 00:23:50 1997
+++ gnugo/files/md5	Sun Sep 12 21:41:49 1999
@@ -1 +1 @@
-MD5 (gnugo-1.2.tar.gz) = 8a2617ce9f696cb517ed99550f0b9888
+MD5 (gnugo-2.4.tar.gz) = 218dbbf62077d5fe862ae6b3be45e181
diff -ur gnugo.old/pkg/DESCR gnugo/pkg/DESCR
--- gnugo.old/pkg/DESCR	Thu Jan  2 00:23:51 1997
+++ gnugo/pkg/DESCR	Sun Sep 12 21:36:46 1999
@@ -1,11 +1,11 @@
 The game of Go.
 
-Currently, this program only understands basic Go rules and skills.
-It counts the number of liberty for each board piece.  Computer move is
-generated by choosing among several possible moves to attack the opponent,
-defense own pieces and match playing patterns.  If no good move is found
-then random move will be generated.  It doesn't have the concept of eye
-although it will try to form one.
+GNU Go plays a competent beginner's game of Go (the development line has
+achieved a rating of 17 kyu on the No Name Go Server, nngs.cosmic.org 9696),
+and operates both in plain ASCII and using the Go Modem Protocol.
 
--Justin Seger-
-jseger@scds.com
+For a nice graphical interface, cgoban's Go Modem feature can operate as a
+front-end for gnugo (cgoban is available as a port/package).
+
+-Steve Coltrin-
+spcoltri@code.cs.unm.edu


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990913035919.740E914D91>