From owner-cvs-all@FreeBSD.ORG Tue Jan 27 04:13:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24D216A4CF; Tue, 27 Jan 2004 04:13:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52CB43D62; Tue, 27 Jan 2004 04:13:03 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0RCD30B066364; Tue, 27 Jan 2004 04:13:03 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0RCD3ab066363; Tue, 27 Jan 2004 04:13:03 -0800 (PST) (envelope-from pav) Message-Id: <200401271213.i0RCD3ab066363@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 27 Jan 2004 04:13:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/4stattack Makefile distinfo pkg-descr pkg-plist ports/games/4stattack/files patch-4stattack ports/games/4stattack/scripts py-compile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 12:13:21 -0000 pav 2004/01/27 04:13:03 PST FreeBSD ports repository Modified files: games Makefile Added files: games/4stattack Makefile distinfo pkg-descr pkg-plist games/4stattack/files patch-4stattack games/4stattack/scripts py-compile Log: Add 4stAttack, a game in which you have to try to out-smart your opponent. The goal of the game is to connect four of stones in a straight line. This can be horizontaly, vertically and even diagonnally. http://forcedattack.sourceforge.net/ PR: ports/61929 Submitted by: Jean-Yves Lefort Revision Changes Path 1.1 +257 -0 ports/games/4stattack/Makefile (new) 1.1 +1 -0 ports/games/4stattack/distinfo (new) 1.1 +15 -0 ports/games/4stattack/files/patch-4stattack (new) 1.1 +9 -0 ports/games/4stattack/pkg-descr (new) 1.1 +253 -0 ports/games/4stattack/pkg-plist (new) 1.1 +92 -0 ports/games/4stattack/scripts/py-compile (new) 1.647 +1 -0 ports/games/Makefile