From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 14 19:50:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED0C016A4F0 for ; Thu, 14 Oct 2004 19:50:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622C643D4C for ; Thu, 14 Oct 2004 19:50:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9EJoZRv058685 for ; Thu, 14 Oct 2004 19:50:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9EJoZQq058684; Thu, 14 Oct 2004 19:50:35 GMT (envelope-from gnats) Resent-Date: Thu, 14 Oct 2004 19:50:35 GMT Resent-Message-Id: <200410141950.i9EJoZQq058684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kuang-che Wu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B6516A4CE for ; Thu, 14 Oct 2004 19:42:42 +0000 (GMT) Received: from mail3out.giga.net.tw (mail3out.giga.net.tw [203.133.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A4243D46 for ; Thu, 14 Oct 2004 19:42:41 +0000 (GMT) (envelope-from kcwu@kcwu.homeip.net) Received: from kcwu.homeip.net (61-70-142-187.adsl.static.giga.net.tw [61.70.142.187]) by mail3out.giga.net.tw (Postfix) with ESMTP id 4B1E136333 for ; Fri, 15 Oct 2004 03:38:03 +0800 (CST) Received: from kcwu.homeip.net (kc@kcwu.homeip.net [127.0.0.1]) by kcwu.homeip.net (8.13.1/8.13.1) with ESMTP id i9EJgsdP014586 for ; Fri, 15 Oct 2004 03:42:55 +0800 (CST) (envelope-from kcwu@kcwu.homeip.net) Received: (from kcwu@localhost) by kcwu.homeip.net (8.13.1/8.13.1/Submit) id i9EJgsHn014585; Fri, 15 Oct 2004 03:42:54 +0800 (CST) (envelope-from kcwu) Message-Id: <200410141942.i9EJgsHn014585@kcwu.homeip.net> Date: Fri, 15 Oct 2004 03:42:54 +0800 (CST) From: Kuang-che Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72705: [NEW PORT] games/tsito: A Chinese chess (Xiangqi) program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 19:50:36 -0000 >Number: 72705 >Category: ports >Synopsis: [NEW PORT] games/tsito: A Chinese chess (Xiangqi) program >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 14 19:50:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kcwu.homeip.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Sep 4 05:33:38 CST >Description: Tsito plays XiangQi (Chinese Chess) against the user or it referees two players. It can be used on the console (or an xterm) or can communicate through pipes to a GUI frontend. If used in a console it uses ASCII characters to display the board on the screen. 'tsito', stands for "The Secret Inside The Orange". WWW: http://xiangqi-engine.sourceforge.net/ - Kuang-che Wu kcwu@csie.org Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- tsito-0.8.4.shar begins here --- # 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: # # tsito # tsito/Makefile # tsito/distinfo # tsito/pkg-plist # tsito/pkg-descr # echo c - tsito mkdir -p tsito > /dev/null 2>&1 echo x - tsito/Makefile sed 's/^X//' >tsito/Makefile << 'END-of-tsito/Makefile' X# New ports collection makefile for: tsito X# Date created: 14 Oct 2004 X# Whom: Kuang-che Wu X# X# $FreeBSD$ X# X XPORTNAME= tsito XPORTVERSION= 0.8.4 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= xiangqi-engine X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A Chinese chess (Xiangqi) program X XHAS_CONFIGURE= yes XCONFIGURE_ENV= LIBS="-lcompat" XCONFIGURE_ARGS= --prefix="${PREFIX}" X XMAN1= tsito.1 X X.include END-of-tsito/Makefile echo x - tsito/distinfo sed 's/^X//' >tsito/distinfo << 'END-of-tsito/distinfo' XMD5 (tsito-0.8.4.tar.gz) = 198b7313067959f7530d569ca9b48a1e XSIZE (tsito-0.8.4.tar.gz) = 184809 END-of-tsito/distinfo echo x - tsito/pkg-plist sed 's/^X//' >tsito/pkg-plist << 'END-of-tsito/pkg-plist' Xbin/tsito X%%DATADIR%%/book.dat X@dirrm share/tsito END-of-tsito/pkg-plist echo x - tsito/pkg-descr sed 's/^X//' >tsito/pkg-descr << 'END-of-tsito/pkg-descr' XTsito plays XiangQi (Chinese Chess) against the user or it referees two Xplayers. It can be used on the console (or an xterm) or can communicate through Xpipes to a GUI frontend. If used in a console it uses ASCII characters to Xdisplay the board on the screen. X X'tsito', stands for "The Secret Inside The Orange". X XWWW: http://xiangqi-engine.sourceforge.net/ X X- Kuang-che Wu X kcwu@csie.org END-of-tsito/pkg-descr exit --- tsito-0.8.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: