From owner-cvs-ports@FreeBSD.ORG Tue Nov 22 11:33:07 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 D928316A41F; Tue, 22 Nov 2005 11:33:07 +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 6CCEF43D5C; Tue, 22 Nov 2005 11:33:07 +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 jAMBX718036526; Tue, 22 Nov 2005 11:33:07 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAMBX78G036525; Tue, 22 Nov 2005 11:33:07 GMT (envelope-from edwin) Message-Id: <200511221133.jAMBX78G036525@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 22 Nov 2005 11:33:07 +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/emulators Makefile ports/emulators/gngeo Makefile distinfo pkg-descr pkg-plist ports/emulators/gngeo/files patch-configure patch-src-streams.c 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: Tue, 22 Nov 2005 11:33:08 -0000 edwin 2005-11-22 11:33:07 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/gngeo Makefile distinfo pkg-descr pkg-plist emulators/gngeo/files patch-configure patch-src-streams.c Log: [NEW PORT] games/gngeo - NeoGeo emulator Note: this port sets RESTRICTED because the Neo-Geo BIOS must be downloaded manually and can not be redistributed. So ports/LEGAL should be updated. These are the file names: "neo-geo.rom", "ng-lo.rom", "ng-sfix.rom", and "ng-sm1.rom". These files are also listed in the "NGBIOS" variable in the Makefile of the port. GnGeo is a NeoGeo emulator for Linux (and maybe some other UNIX). It use the following cpu core: * The 68k core from the generator project by James Ponder. * Starscream 680x0 emulation library by Neill Corlett * Raze Z80 emulator by Richard Mitton. * Z80 Mame core from the Mame project. * YM2610 Mame core by Tatsuyuki Satoh. WWW: http://m.peponas.free.fr/gngeo/ PR: ports/85327 Submitted by: Alejandro Pulver Revision Changes Path 1.174 +1 -0 ports/emulators/Makefile 1.1 +89 -0 ports/emulators/gngeo/Makefile (new) 1.1 +3 -0 ports/emulators/gngeo/distinfo (new) 1.1 +13 -0 ports/emulators/gngeo/files/patch-configure (new) 1.1 +11 -0 ports/emulators/gngeo/files/patch-src-streams.c (new) 1.1 +10 -0 ports/emulators/gngeo/pkg-descr (new) 1.1 +14 -0 ports/emulators/gngeo/pkg-plist (new)