From owner-freebsd-ports Sat Dec 11 18:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE0E15045 for ; Sat, 11 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07411; Sat, 11 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from code.cs.unm.edu (code.cs.unm.edu [198.83.92.110]) by hub.freebsd.org (Postfix) with ESMTP id A1A18150A6 for ; Sat, 11 Dec 1999 18:41:41 -0800 (PST) (envelope-from spcoltri@code.cs.unm.edu) Received: (from spcoltri@localhost) by code.cs.unm.edu (8.9.3/8.9.3) id TAA07638; Sat, 11 Dec 1999 19:41:40 -0700 (MST) (envelope-from spcoltri) Message-Id: <199912120241.TAA07638@code.cs.unm.edu> Date: Sat, 11 Dec 1999 19:41:40 -0700 (MST) From: spcoltri@unm.edu Reply-To: spcoltri@unm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15431: New port: games/baduki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 Set play level, from 1 to 12 (default 7) X-gmp Play in Go Modem Protocol mode X-sgf Analyze game in ; write annotated game to standard X output in SGF X-lsgf Load game in 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