From owner-cvs-ports@FreeBSD.ORG Sun May 18 00:02:03 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 AAFF11065672; Sun, 18 May 2008 00:02:03 +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 99A488FC21; Sun, 18 May 2008 00:02:03 +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 m4I023O7038282; Sun, 18 May 2008 00:02:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I023lD038281; Sun, 18 May 2008 00:02:03 GMT (envelope-from miwi) Message-Id: <200805180002.m4I023lD038281@repoman.freebsd.org> From: Martin Wilke Date: Sun, 18 May 2008 00:02: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/f1spirit-remake Makefile distinfo pkg-descr pkg-plist ports/games/f1spirit-remake/files patch-sources-CCar.h patch-sources-CPlayer.cpp patch-sources-F1SpiritGame.cpp patch-sources-Makefile patch-sources-main.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: Sun, 18 May 2008 00:02:03 -0000 miwi 2008-05-18 00:02:03 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/f1spirit-remake Makefile distinfo pkg-descr pkg-plist games/f1spirit-remake/files patch-sources-CCar.h patch-sources-CPlayer.cpp patch-sources-F1SpiritGame.cpp patch-sources-Makefile patch-sources-main.cpp Log: The F-1 Spirit remake is mostly identical to the original Konami classic F-1 Spirit game in that you first have to clear tracks in a top-down view with stock cars, rally cars and so on by accumulating points given for finishing in the first places until you actually get to play the Formula 1 tracks. Otherwise there are quite some enhancements, namely improved graphics, improved music, more realistic physics, real shape shown in the maps, camera rotation and zoom, split screen for up to four players, (online) highscore tables and replay saving. WWW: http://www.braingames.getput.com/f1spirit/default.asp PR: ports/123686 Submitted by: Dmitry Marakasov Revision Changes Path 1.1205 +1 -0 ports/games/Makefile 1.1 +50 -0 ports/games/f1spirit-remake/Makefile (new) 1.1 +3 -0 ports/games/f1spirit-remake/distinfo (new) 1.1 +11 -0 ports/games/f1spirit-remake/files/patch-sources-CCar.h (new) 1.1 +42 -0 ports/games/f1spirit-remake/files/patch-sources-CPlayer.cpp (new) 1.1 +12 -0 ports/games/f1spirit-remake/files/patch-sources-F1SpiritGame.cpp (new) 1.1 +16 -0 ports/games/f1spirit-remake/files/patch-sources-Makefile (new) 1.1 +33 -0 ports/games/f1spirit-remake/files/patch-sources-main.cpp (new) 1.1 +12 -0 ports/games/f1spirit-remake/pkg-descr (new) 1.1 +303 -0 ports/games/f1spirit-remake/pkg-plist (new)