From owner-cvs-all@FreeBSD.ORG Wed Mar 17 01:30:33 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 1CFE316A4CE; Wed, 17 Mar 2004 01:30:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F346243D39; Wed, 17 Mar 2004 01:30:32 -0800 (PST) (envelope-from krion@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 i2H9UWGe030883; Wed, 17 Mar 2004 01:30:32 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2H9UWqP030882; Wed, 17 Mar 2004 01:30:32 -0800 (PST) (envelope-from krion) Message-Id: <200403170930.i2H9UWqP030882@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 17 Mar 2004 01:30:32 -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/tenebrae Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/tenebrae/files patch-cd__linux.c patch-common.c patch-common.h patch-gl__common.c patch-gl__vidlinuxglx.c ... 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: Wed, 17 Mar 2004 09:30:33 -0000 krion 2004/03/17 01:30:32 PST FreeBSD ports repository Modified files: games Makefile Added files: games/tenebrae Makefile distinfo pkg-descr pkg-message pkg-plist games/tenebrae/files patch-cd__linux.c patch-common.c patch-common.h patch-gl__common.c patch-gl__vidlinuxglx.c patch-linux_Makefile.i386linux patch-net.h patch-snd__linux.c patch-snd__sdl.c patch-sys__uxfindfirst.c Log: Add tenebrae 1.04, Tenebrae is not quake1 anymore, it uses more advanced graphics algorithms so it requires a much faster system to run. These are the bare minimum reqs to run Tenebrae: PIII 600 64 Mb RAM (More if you want to use some mods.) Geforce1 Quake1 data (registered or shareware) Water vissed maps Recommended is a faster processor and a geforce4 / radeon 8500 class 3d card. Tenebrae_Readme.txt contains full list of supported video cards. PR: ports/64320 Submitted by: Igor Pokrovsky Revision Changes Path 1.664 +1 -0 ports/games/Makefile 1.1 +54 -0 ports/games/tenebrae/Makefile (new) 1.1 +4 -0 ports/games/tenebrae/distinfo (new) 1.1 +184 -0 ports/games/tenebrae/files/patch-cd__linux.c (new) 1.1 +11 -0 ports/games/tenebrae/files/patch-common.c (new) 1.1 +13 -0 ports/games/tenebrae/files/patch-common.h (new) 1.1 +16 -0 ports/games/tenebrae/files/patch-gl__common.c (new) 1.1 +10 -0 ports/games/tenebrae/files/patch-gl__vidlinuxglx.c (new) 1.1 +80 -0 ports/games/tenebrae/files/patch-linux_Makefile.i386linux (new) 1.1 +11 -0 ports/games/tenebrae/files/patch-net.h (new) 1.1 +11 -0 ports/games/tenebrae/files/patch-snd__linux.c (new) 1.1 +15 -0 ports/games/tenebrae/files/patch-snd__sdl.c (new) 1.1 +11 -0 ports/games/tenebrae/files/patch-sys__uxfindfirst.c (new) 1.1 +17 -0 ports/games/tenebrae/pkg-descr (new) 1.1 +5 -0 ports/games/tenebrae/pkg-message (new) 1.1 +6 -0 ports/games/tenebrae/pkg-plist (new)