From owner-cvs-ports@FreeBSD.ORG Thu Nov 17 11:38:44 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09BE216A41F; Thu, 17 Nov 2005 11:38:44 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C9843D45; Thu, 17 Nov 2005 11:38:43 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAHBchf2077245; Thu, 17 Nov 2005 11:38:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAHBchIg077244; Thu, 17 Nov 2005 11:38:43 GMT (envelope-from edwin) Message-Id: <200511171138.jAHBchIg077244@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Nov 2005 11:38:43 +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/linux-quake4 Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/linux-quake4/files run.sh.in 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: Thu, 17 Nov 2005 11:38:44 -0000 edwin 2005-11-17 11:38:43 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/linux-quake4 Makefile distinfo pkg-descr pkg-message pkg-plist games/linux-quake4/files run.sh.in Log: [New port] games/quake4 id Software has released Linux binaries for Quake 4! Hooray! They seem to work on FreeBSD as well (worked on my machine, about 5 FPS ;-)). There isn't a port for it at the moment, so I've made one. I don't feel like maintaining it, because I can't really test it on my machine. The port isn't complete; There isn't a switch to install dedicated only (wouldn't be hard though) and I guess we shouldn't be able to build packages from it. Have fun! :-) * Renamed it to games/linux-quake4 to stay consistent with other quake ports. PR: ports/87764 Submitted by: Ed Schouten Revision Changes Path 1.879 +1 -0 ports/games/Makefile 1.1 +115 -0 ports/games/linux-quake4/Makefile (new) 1.1 +2 -0 ports/games/linux-quake4/distinfo (new) 1.1 +4 -0 ports/games/linux-quake4/files/run.sh.in (new) 1.1 +6 -0 ports/games/linux-quake4/pkg-descr (new) 1.1 +11 -0 ports/games/linux-quake4/pkg-message (new) 1.1 +395 -0 ports/games/linux-quake4/pkg-plist (new)