From owner-cvs-ports@FreeBSD.ORG Sun Feb 25 15:12:40 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78A5D16A400; Sun, 25 Feb 2007 15:12:40 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6703913C4A3; Sun, 25 Feb 2007 15:12:40 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1PFCea3086937; Sun, 25 Feb 2007 15:12:40 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1PFCeBO086936; Sun, 25 Feb 2007 15:12:40 GMT (envelope-from alepulver) Message-Id: <200702251512.l1PFCeBO086936@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 25 Feb 2007 15:12:40 +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/advancemess Makefile distinfo pkg-descr pkg-message pkg-plist ports/emulators/advancemess/files patch-advance__advance.mak 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: Sun, 25 Feb 2007 15:12:40 -0000 alepulver 2007-02-25 15:12:40 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/advancemess Makefile distinfo pkg-descr pkg-message pkg-plist emulators/advancemess/files patch-advance__advance.mak Log: AdvanceMAME and AdvanceMESS are unofficial MAME and MESS versions with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors. They run in GNU/Linux, Mac OS X, DOS, Windows and in all the other platforms supported by the SDL library. The main difference compared with the official emulators is that the Advance versions are able to program directly the video board to always get a video mode with the correct size and frequency. Generally the Advance emulators are able to use a video mode which doesn't require any stretching or other unneeded effects to match the original arcade display. The direct video board programming is fully supported in Linux and DOS. It's partially supported in Windows. It isn't supported in Mac OS X and other platforms. See website for other improvements. WWW: http://advancemame.sourceforge.net/ Revision Changes Path 1.212 +1 -0 ports/emulators/Makefile 1.1 +58 -0 ports/emulators/advancemess/Makefile (new) 1.1 +3 -0 ports/emulators/advancemess/distinfo (new) 1.1 +63 -0 ports/emulators/advancemess/files/patch-advance__advance.mak (new) 1.1 +22 -0 ports/emulators/advancemess/pkg-descr (new) 1.1 +8 -0 ports/emulators/advancemess/pkg-message (new) 1.1 +9 -0 ports/emulators/advancemess/pkg-plist (new)