aboutsummaryrefslogtreecommitdiff
path: root/emulators/loemu
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove the detection of some python dependencies from setup.py. It could breakJose Alonso Cardenas Marquez2007-03-272-3/+35
| | | | | | | | | installation of loemu on all FreeBSD versions. Reported by: kris Notes: svn path=/head/; revision=188431
* - Update to 0.1.1Jose Alonso Cardenas Marquez2007-03-242-7/+24
| | | | | | | - Add SDLMAME, XMAME and SNES9X options Notes: svn path=/head/; revision=188189
* - New port: emulators/loemuJose Alonso Cardenas Marquez2007-02-275-0/+111
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/ Notes: svn path=/head/; revision=186170