From owner-cvs-all@FreeBSD.ORG Tue Feb 27 21:44:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B2B216A402; Tue, 27 Feb 2007 21:44:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9F513C49D; Tue, 27 Feb 2007 21:44:03 +0000 (UTC) (envelope-from acm@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 l1RLi3Do091797; Tue, 27 Feb 2007 21:44:03 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1RLi3Gv091796; Tue, 27 Feb 2007 21:44:03 GMT (envelope-from acm) Message-Id: <200702272144.l1RLi3Gv091796@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 27 Feb 2007 21:44:03 +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/loemu Makefile distinfo pkg-descr pkg-plist ports/emulators/loemu/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 21:44:03 -0000 acm 2007-02-27 21:44:03 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/loemu Makefile distinfo pkg-descr pkg-plist emulators/loemu/files patch-setup.py Log: - New port: emulators/loemu Loemu is a free application that provides a simple frontend for various game emulators. Features: - Currently it supports game emulation with xmame, sdlmame and snes9x. - Browse games using dynamic list. This allows to browse in a list generated with some categories (and it has other advantages). - Finds games quickly. Using a specific dialog that looks for a game in all the gamelist. - The generation of the dynamic list filtering the gamelist is very fast. - It has been developed with PyGTK + Glade. - Released under GNU General Public License. The design of loemu allows the support of more emulators adding specific emulator configuration files. WWW: http://loemu.pegueroles.com/ Revision Changes Path 1.217 +1 -0 ports/emulators/Makefile 1.1 +33 -0 ports/emulators/loemu/Makefile (new) 1.1 +3 -0 ports/emulators/loemu/distinfo (new) 1.1 +23 -0 ports/emulators/loemu/files/patch-setup.py (new) 1.1 +17 -0 ports/emulators/loemu/pkg-descr (new) 1.1 +35 -0 ports/emulators/loemu/pkg-plist (new)