From owner-cvs-ports@FreeBSD.ORG Tue Jun 24 21:50:32 2008 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 2304C1065674; Tue, 24 Jun 2008 21:50:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F05F8FC1A; Tue, 24 Jun 2008 21:50:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5OLoVPc052330; Tue, 24 Jun 2008 21:50:31 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5OLoVWp052329; Tue, 24 Jun 2008 21:50:31 GMT (envelope-from amdmi3) Message-Id: <200806242150.m5OLoVWp052329@repoman.freebsd.org> From: Dmitry Marakasov Date: Tue, 24 Jun 2008 21:50:31 +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/hedgewars 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, 24 Jun 2008 21:50:32 -0000 amdmi3 2008-06-24 21:50:31 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/hedgewars Makefile distinfo pkg-descr pkg-plist Log: Each player controls a team of several hedgehogs. During the course of the game, players take turns with one of their hedgehogs. They then use whatever tools and weapons are available to attack and kill the opponents' hedgehogs, thereby winning the game. Hedgehogs may move around the terrain in a variety of ways, normally by walking and jumping but also by using particular tools such as the "Rope" or "Parachute", to move to otherwise inaccessible areas. Each turn is time-limited to ensure that players do not hold up the game with excessive thinking or moving. A large variety of tools and weapons are available for players during the game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun, Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine, Rope, Pneumatic pick, Parachute. Most weapons, when used, cause explosions that deform the terrain, removing circular chunks. The landscape is an island floating on a body of water, or a restricted cave with water at the bottom. A hedgehog dies when it enters the water (either by falling off the island, or through a hole in the bottom of it), it is thrown off either side of the arena or when its health is reduced, typically from contact with explosions, to zero (the damage dealt to the attacked hedgehog or hedgehogs after a player's or CPU turn is shown only when all movement on the battlefield has ceased). WWW: http://www.hedgewars.org Approved by: miwi (mentor) Revision Changes Path 1.1219 +1 -0 ports/games/Makefile 1.1 +25 -0 ports/games/hedgewars/Makefile (new) 1.1 +3 -0 ports/games/hedgewars/distinfo (new) 1.1 +24 -0 ports/games/hedgewars/pkg-descr (new) 1.1 +255 -0 ports/games/hedgewars/pkg-plist (new)