From owner-cvs-ports@FreeBSD.ORG Tue Oct 12 04:58:19 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 611FB16A4CE; Tue, 12 Oct 2004 04:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4D943D54; Tue, 12 Oct 2004 04:58:19 +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 i9C4wJ95067657; Tue, 12 Oct 2004 04:58:19 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4wJdg067656; Tue, 12 Oct 2004 04:58:19 GMT (envelope-from dinoex) Message-Id: <200410120458.i9C4wJdg067656@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:58:19 +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-glide Makefile distinfo pkg-descr pkg-messageextra-patch-main.h patch-Makefile patch-glidesys.h 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:58:19 -0000 dinoex 2004-10-12 04:58:19 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-glide Makefile distinfo pkg-descr pkg-message emulators/mupen64-glide/files extra-patch-main.cpp extra-patch-main.h patch-Makefile patch-glidesys.h Log: Glide64 graphics plugin for Mupen64 - 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.141 +1 -0 ports/emulators/Makefile 1.1 +65 -0 ports/emulators/mupen64-glide/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-glide/distinfo (new) 1.1 +41 -0 ports/emulators/mupen64-glide/files/extra-patch-main.cpp (new) 1.1 +13 -0 ports/emulators/mupen64-glide/files/extra-patch-main.h (new) 1.1 +19 -0 ports/emulators/mupen64-glide/files/patch-Makefile (new) 1.1 +11 -0 ports/emulators/mupen64-glide/files/patch-glidesys.h (new) 1.1 +15 -0 ports/emulators/mupen64-glide/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-glide/pkg-message (new)