From owner-cvs-all@FreeBSD.ORG Thu Jun 23 14:10:15 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A211065689; Thu, 23 Jun 2011 14:10:15 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [131.155.140.104]) by mx1.freebsd.org (Postfix) with ESMTP id B7E068FC27; Thu, 23 Jun 2011 14:10:14 +0000 (UTC) Received: by mx1.stack.nl (Postfix, from userid 65534) id D0FA9359374; Thu, 23 Jun 2011 15:52:11 +0200 (CEST) X-Spam-DCC: wuwien: scanner01.stack.nl 1290; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on scanner01.stack.nl X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00, DNS_FROM_OPENWHOIS,NO_RELAYS autolearn=no version=3.2.5 X-Spam-Relay-Country: _RELAYCOUNTRY_ Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011::70]) by mx1.stack.nl (Postfix) with ESMTP id 2404035936F; Thu, 23 Jun 2011 15:52:10 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 1E35E1148B; Thu, 23 Jun 2011 15:52:10 +0200 (CEST) Date: Thu, 23 Jun 2011 15:52:10 +0200 From: Johan van Selst To: Alexey Dokuchaev Message-ID: <20110623135209.GA57073@mud.stack.nl> References: <201106111656.p5BGu1fM056439@repoman.freebsd.org> <20110623125434.GA90101@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20110623125434.GA90101@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/gnuchess Makefile distinfo ports/games/gnuchess/files patch-book.h ports/games/gnuchess/scripts create_opening_book.pl create_opening_book.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 14:10:15 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Alexey Dokuchaev wrote: > On Sat, Jun 11, 2011 at 04:56:01PM +0000, Johan van Selst wrote: > > - Replace opening book creating script > Perhaps you could give us some hint on why perl script is better that > shell one? The program that is used by this script has changed. In the old version, commands could be scripted (pipelined), but the new version is interactive and executes commands in separate threads. The last command ('quit') can not be issued until the program has stated that it has finished the previous command. Issuing the 'quit' command earlier will abort the operation before the 'opening book' is generated. I'm not a perl fan: if you know of a convenient way to handle this in a simple shell script, then I'd be happy to revert this change. Ciao, Johan --huq684BweRXVnRxX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iF4EAREIAAYFAk4DRQgACgkQAEpMHW8nCPQq2gD+OgnOEVIxLjNJRdwvr9ki8AZG NAw5liIt1huKgXmcB1wBAK0ytNil6sHV+UqO0h+qPNsgxRC0Ez7rkA5abDAh8sa7 =eHeJ -----END PGP SIGNATURE----- --huq684BweRXVnRxX--