From owner-cvs-ports@FreeBSD.ORG Sat Sep 24 17:17:03 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7F91065670; Sat, 24 Sep 2011 17:17:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CED38FC0C; Sat, 24 Sep 2011 17:17:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8OHH3vq091125; Sat, 24 Sep 2011 17:17:03 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8OHH3DU091124; Sat, 24 Sep 2011 17:17:03 GMT (envelope-from pawel) Message-Id: <201109241717.p8OHH3DU091124@repoman.freebsd.org> From: Pawel Pekala Date: Sat, 24 Sep 2011 17:17:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/stockfish Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 17:17:03 -0000 pawel 2011-09-24 17:17:03 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/stockfish Makefile distinfo pkg-descr pkg-plist Log: Stockfish is an open-source UCI chess engine based on Glaurung. Stockfish is an alpha-beta searcher and uses a bitboard representation. Stockfish is free and uses the GPL license. You can download, read, and modify the source code. WWW: http://www.stockfishchess.com/ PR: ports/159575 Submitted by: Gautam Mani Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.1385 +1 -0 ports/games/Makefile 1.1 +42 -0 ports/games/stockfish/Makefile (new) 1.1 +2 -0 ports/games/stockfish/distinfo (new) 1.1 +7 -0 ports/games/stockfish/pkg-descr (new) 1.1 +4 -0 ports/games/stockfish/pkg-plist (new)