Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 19:41:40 -0700 (MST)
From:      spcoltri@unm.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15431: New port: games/baduki
Message-ID:  <199912120241.TAA07638@code.cs.unm.edu>

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

>Number:         15431
>Category:       ports
>Synopsis:       New port: games/baduki
>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:   Sat Dec 11 18:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Steve Coltrin
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
The ccr project: Studying living information systems
>Environment:
>Description:

	New port of baduki, a Go-playing program with a GTK interface.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	baduki
#	baduki/Makefile
#	baduki/files
#	baduki/files/md5
#	baduki/pkg
#	baduki/pkg/COMMENT
#	baduki/pkg/PLIST
#	baduki/pkg/DESCR
#
echo c - baduki
mkdir -p baduki > /dev/null 2>&1
echo x - baduki/Makefile
sed 's/^X//' >baduki/Makefile << 'END-of-baduki/Makefile'
X# New ports collection makefile for:   baduki
X# Version required:    0.2.9
X# Date created:        11 December 1999
X# Whom:                spcoltri@unm.edu
X#
X# $FreeBSD$
X#
X
XDISTNAME=	baduki-0.2.9
XCATEGORIES=	games
XMASTER_SITES=	http://soback.kornet21.net/~artist/baduk/
X
XMAINTAINER=	spcoltri@unm.edu
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	GTK_CONFIG=${X11BASE}/bin/gtk12-config
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
X
X.include <bsd.port.mk>
END-of-baduki/Makefile
echo c - baduki/files
mkdir -p baduki/files > /dev/null 2>&1
echo x - baduki/files/md5
sed 's/^X//' >baduki/files/md5 << 'END-of-baduki/files/md5'
XMD5 (baduki-0.2.9.tar.gz) = c3c6930fd15627d1bb4c419968f15e4f
END-of-baduki/files/md5
echo c - baduki/pkg
mkdir -p baduki/pkg > /dev/null 2>&1
echo x - baduki/pkg/COMMENT
sed 's/^X//' >baduki/pkg/COMMENT << 'END-of-baduki/pkg/COMMENT'
XThe game of Go
END-of-baduki/pkg/COMMENT
echo x - baduki/pkg/PLIST
sed 's/^X//' >baduki/pkg/PLIST << 'END-of-baduki/pkg/PLIST'
Xbin/baduki
Xshare/baduki/baduki.gtkrc
Xshare/baduki/board.xpm
Xshare/locale/ko/LC_MESSAGES/baduki.mo
X@dirrm share/baduki
END-of-baduki/pkg/PLIST
echo x - baduki/pkg/DESCR
sed 's/^X//' >baduki/pkg/DESCR << 'END-of-baduki/pkg/DESCR'
XBaduki plays the game of Go (baduk in Korean, wei-chi in Chinese), either
Xagainst a human with a GTK interface, or against another program using the
XGo Modem Protocol.  It can also read a game in progress in SGF (Smart Go
XFormat) and output its analysis of the moves.
X
XOptions:
X
X-L <level>	Set play level, from 1 to 12 (default 7)
X-gmp		Play in Go Modem Protocol mode
X-sgf <file>	Analyze game in <file>; write annotated game to standard
X                output in SGF
X-lsgf <file>    Load game in <file>
X
XWWW: http://soback.kornet21.net/~artist/baduk/baduki.html
X
X- Steve Coltrin
Xspcoltri@unm.edu
END-of-baduki/pkg/DESCR
exit

>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?199912120241.TAA07638>