From owner-cvs-all Mon Feb 11 0:44:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADB8637B400; Mon, 11 Feb 2002 00:44:45 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B8ijm47501; Mon, 11 Feb 2002 00:44:45 -0800 (PST) (envelope-from kevlo) Message-Id: <200202110844.g1B8ijm47501@freefall.freebsd.org> From: Kevin Lo Date: Mon, 11 Feb 2002 00:44:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/mythserver Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/mythserver/files patch-common::authentication.c patch-common::cseries.h patch-common::platform.h patch-game_search_new::game_search_server.c patch-room_new::server_code.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/02/11 00:44:40 PST Modified files: games Makefile Added files: games/mythserver Makefile distinfo pkg-comment pkg-descr pkg-plist games/mythserver/files patch-common::authentication.c patch-common::cseries.h patch-common::platform.h patch-game_search_new::game_search_server.c patch-room_new::server_code.c patch-utils::environment.h Log: Initial import of mythserver 1.0 This is the source code for Bungie's MythII metaserver, the backend server system that supported MythII online play over the Internet for several years. The day has come for Bungie's MythII server to be retired. This source code for the server is being released so that the Myth community will have a starting point for creating their own Myth server system, should the need or desire to do so arise. PR: 34755 Submitted by: Miguel Mendez Revision Changes Path 1.437 +1 -0 ports/games/Makefile 1.1 +42 -0 ports/games/mythserver/Makefile (new) 1.1 +1 -0 ports/games/mythserver/distinfo (new) 1.1 +10 -0 ports/games/mythserver/files/patch-common::authentication.c (new) 1.1 +18 -0 ports/games/mythserver/files/patch-common::cseries.h (new) 1.1 +25 -0 ports/games/mythserver/files/patch-common::platform.h (new) 1.1 +12 -0 ports/games/mythserver/files/patch-game_search_new::game_search_server.c (new) 1.1 +10 -0 ports/games/mythserver/files/patch-room_new::server_code.c (new) 1.1 +133 -0 ports/games/mythserver/files/patch-utils::environment.h (new) 1.1 +1 -0 ports/games/mythserver/pkg-comment (new) 1.1 +14 -0 ports/games/mythserver/pkg-descr (new) 1.1 +3 -0 ports/games/mythserver/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message