From owner-cvs-all@FreeBSD.ORG Mon Dec 17 18:16:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FB1D16A421; Mon, 17 Dec 2007 18:16:38 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A24813C4E3; Mon, 17 Dec 2007 18:16:38 +0000 (UTC) (envelope-from alepulver@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 lBHIGcaX032334; Mon, 17 Dec 2007 18:16:38 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBHIGcBq032332; Mon, 17 Dec 2007 18:16:38 GMT (envelope-from alepulver) Message-Id: <200712171816.lBHIGcBq032332@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 17 Dec 2007 18:16:38 +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/odamex Makefile distinfo pkg-descr pkg-plist ports/games/odamex/files patch-client__src__d_main.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 17 Dec 2007 18:16:38 -0000 alepulver 2007-12-17 18:16:38 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/odamex Makefile distinfo pkg-descr pkg-plist games/odamex/files patch-client__src__d_main.cpp Log: Odamex is a free and open source port for the classic first-person-shooter Doom. Odamex's goal is to emulate the feel of and retain many aspects of the original Doom executables while offering a broader expanse of security features, personal configuration, gameplay options, and editing features. Odamex can run on a wide range of operating systems and hardware, so players should be able to play on almost any platform. Features: * The popular ZDoom 1.22 core engine and CSDoom 0.62 core netcode. * Compatability with many major operating systems, including Windows, Linux, FreeBSD and Mac OSX. * Core gameplay modeled on the original doom2.exe. * Streamlined WAD loading, allowing the server and clients to load WAD files on the fly without needing to restart the client or server. * Compatability with Boom, MBF and CTF Standard maps. * Deathmatch, Cooperative, Team Deathmatch and CTF gametypes. * Jumping, Mouselook and other non-standard features available as server-side options. * Comprehensive cheat and exploit countermeasures. * An open source code base licensed under the GPL, available for anyone to examine, compile, or modify to their liking. WWW: http://odamex.net/ Revision Changes Path 1.1163 +1 -0 ports/games/Makefile 1.1 +41 -0 ports/games/odamex/Makefile (new) 1.1 +3 -0 ports/games/odamex/distinfo (new) 1.1 +12 -0 ports/games/odamex/files/patch-client__src__d_main.cpp (new) 1.1 +22 -0 ports/games/odamex/pkg-descr (new) 1.1 +7 -0 ports/games/odamex/pkg-plist (new)