From owner-cvs-ports@FreeBSD.ORG Tue Oct 31 06:02:57 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7823E16A407; Tue, 31 Oct 2006 06:02:57 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDE043D66; Tue, 31 Oct 2006 06:02:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V62vs8099939; Tue, 31 Oct 2006 06:02:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V62vrg099938; Tue, 31 Oct 2006 06:02:57 GMT (envelope-from dinoex) Message-Id: <200610310602.k9V62vrg099938@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 31 Oct 2006 06:02:57 +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/gmastermind 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: Tue, 31 Oct 2006 06:02:57 -0000 dinoex 2006-10-31 06:02:57 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/gmastermind Makefile distinfo pkg-descr pkg-plist Log: The well-known mastermind game. Drag-and-drop colors from the palette or from the board itself. The object is to determine the hidden combination of four colors. The game may be played in two modes: with replacement, which means that colors may repeat, and without replacement, which means that colors are unique. The user selects a choice of four colors and "commits" them. The program replies with an evaluation -- a black peg for a color that is placed correctly, and a white peg for a color that is in the wrong position. The user may make a total of eight queries. WWW: http://www.gnustep.it/marko/GMastermind/ Revision Changes Path 1.1048 +1 -0 ports/games/Makefile 1.1 +26 -0 ports/games/gmastermind/Makefile (new) 1.1 +3 -0 ports/games/gmastermind/distinfo (new) 1.1 +11 -0 ports/games/gmastermind/pkg-descr (new) 1.1 +10 -0 ports/games/gmastermind/pkg-plist (new)