From owner-cvs-all@FreeBSD.ORG Thu May 11 18:42:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 6191516A46C; Thu, 11 May 2006 18:42:31 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4835F442AA; Thu, 11 May 2006 18:16:20 +0000 (GMT) (envelope-from alepulver@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 k4BIGJvx033146; Thu, 11 May 2006 18:16:20 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4BIGJQ2033145; Thu, 11 May 2006 18:16:19 GMT (envelope-from alepulver) Message-Id: <200605111816.k4BIGJQ2033145@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 11 May 2006 18:16:19 +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-enemyterritory-jaymod Makefile distinfo pkg-descr pkg-plist 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: Thu, 11 May 2006 18:42:37 -0000 alepulver 2006-05-11 18:16:19 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/linux-enemyterritory-jaymod Makefile distinfo pkg-descr pkg-plist Log: Jaymod is an add-on modification to RTCW: Enemy Territory. The idea for Jaymod came from the main features of Shrubmod. Shrubmod has long been out of date and unsupported, and with the instability issues that come with Shrubmod, something had to be done to get a Shrub-like server-side mod that would provide most of Shrub's features, be stable, and be supported. This mod has, obviously, outgrown the original objective of being server-side only. Some of the ideas I wanted to implement could not be done with server code only, so the decision was made to start working on the client end as well. I wanted this to be as easy as possible for end users, and now only one pak needs to be downloaded (on the fly) to be able to play this mod. WWW: http://jaymod.clanfu.org/ PR: ports/93544 Approved by: garga (mentor) Revision Changes Path 1.966 +1 -0 ports/games/Makefile 1.1 +55 -0 ports/games/linux-enemyterritory-jaymod/Makefile (new) 1.1 +3 -0 ports/games/linux-enemyterritory-jaymod/distinfo (new) 1.1 +14 -0 ports/games/linux-enemyterritory-jaymod/pkg-descr (new) 1.1 +9 -0 ports/games/linux-enemyterritory-jaymod/pkg-plist (new)