From owner-cvs-ports@FreeBSD.ORG Tue Oct 12 04:53:51 2004 Return-Path: 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 9086A16A4CE; Tue, 12 Oct 2004 04:53:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDCA43D46; Tue, 12 Oct 2004 04:53:51 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4rpbP066237; Tue, 12 Oct 2004 04:53:51 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4rpu0066236; Tue, 12 Oct 2004 04:53:51 GMT (envelope-from dinoex) Message-Id: <200410120453.i9C4rpu0066236@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:53:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-base Makefile distinfo pkg-descr pkg-message pkg-plist ports/emulators/mupen64-base/files mupen64.in patch-Makefile patch-configure patch-main_gtk.c patch-plugin.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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, 12 Oct 2004 04:53:51 -0000 dinoex 2004-10-12 04:53:51 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-base Makefile distinfo pkg-descr pkg-message pkg-plist emulators/mupen64-base/files mupen64.in patch-Makefile patch-configure patch-main_gtk.c patch-plugin.c Log: Mupen64 base - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.139 +1 -0 ports/emulators/Makefile 1.1 +74 -0 ports/emulators/mupen64-base/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-base/distinfo (new) 1.1 +64 -0 ports/emulators/mupen64-base/files/mupen64.in (new) 1.1 +16 -0 ports/emulators/mupen64-base/files/patch-Makefile (new) 1.1 +128 -0 ports/emulators/mupen64-base/files/patch-configure (new) 1.1 +30 -0 ports/emulators/mupen64-base/files/patch-main_gtk.c (new) 1.1 +10 -0 ports/emulators/mupen64-base/files/patch-plugin.c (new) 1.1 +15 -0 ports/emulators/mupen64-base/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-base/pkg-message (new) 1.1 +25 -0 ports/emulators/mupen64-base/pkg-plist (new)