From owner-cvs-ports@FreeBSD.ORG Wed Feb 13 18:10:26 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 8423116A418; Wed, 13 Feb 2008 18:10:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7702513C4EA; Wed, 13 Feb 2008 18:10:26 +0000 (UTC) (envelope-from miwi@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 m1DIAQEJ017408; Wed, 13 Feb 2008 18:10:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1DIAQP8017407; Wed, 13 Feb 2008 18:10:26 GMT (envelope-from miwi) Message-Id: <200802131810.m1DIAQP8017407@repoman.freebsd.org> From: Martin Wilke Date: Wed, 13 Feb 2008 18:10:23 +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/blackshadeselite Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/blackshadeselite/files patch-Makefile patch-Source-Config.cpp 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: Wed, 13 Feb 2008 18:10:26 -0000 miwi 2008-02-13 18:10:23 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/blackshadeselite Makefile distinfo pkg-descr pkg-message pkg-plist games/blackshadeselite/files patch-Makefile patch-Source-Config.cpp Log: Black Shades Elite is an action game that is more or less similar to the original Black Shades "Psychic Bodyguard FPS". Kill anyone that tries to kill the VIP (the white guy). The psychic part is seeing blue lines when bad guys line up on the VIP (when the line is red they are about to shoot). Other powers (slow down, and visions) are available - press F1 for how to use. It has a few more user friendly options (in the ~/blackshades.config file) as well as a help menu. Aside from that the internals have had some major changes, but there is still a lot more to do. Other options include 3rd person (which was in the original game, just disabled). The other change that I enjoy is the lack of a busy loop - now cpu usage isn't 100% - on any recent system it should be less than 25%. WWW: http://home.gna.org/blackshadeselite/ PR: ports/120008 Submitted by: Dmitry Marakasov Revision Changes Path 1.1183 +1 -0 ports/games/Makefile 1.1 +50 -0 ports/games/blackshadeselite/Makefile (new) 1.1 +3 -0 ports/games/blackshadeselite/distinfo (new) 1.1 +23 -0 ports/games/blackshadeselite/files/patch-Makefile (new) 1.1 +15 -0 ports/games/blackshadeselite/files/patch-Source-Config.cpp (new) 1.1 +18 -0 ports/games/blackshadeselite/pkg-descr (new) 1.1 +7 -0 ports/games/blackshadeselite/pkg-message (new) 1.1 +198 -0 ports/games/blackshadeselite/pkg-plist (new)