Commit graph

15 commits

Author SHA1 Message Date
Pawel Pekala
d0bbb68224 emulators/mame
emulators/mess
 - Update to version 0.150
 - Add SDL2 option
 - Support staging

emulators/qmc2
 - Support staging
 - USE_GMAKE -> USES=gmake

PR:		ports/182801
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-30 20:42:02 +00:00
Martin Wilke
299a8e2abb - Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39
2013-07-11 15:27:40 +00:00
Martin Wilke
c87be4a1d4 - Update to 0.145
PR:		164991
Submitted by:	Ports Fury
2012-02-19 23:25:04 +00:00
Max Brazhnikov
0dc963d6c3 Update to 0.139
Rename the port to mess as the sdl layer is now included in the mainstream code.

PR:		ports/149191
Submitted by:	Emmanuel Vadot (maintainer)
2010-08-08 12:52:14 +00:00
Martin Wilke
ff37b2696f - Update to 0.135
PR:		140821
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-11-26 14:26:46 +00:00
Martin Wilke
dab9893008 - Update to 0.133
PR:		137022
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-07-26 20:51:49 +00:00
Dennis Herrmann
b7a34f73cc - Update to 0.131
PR:		ports/134370
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Approved by:	miwi (mentor implicit)
2009-05-09 12:08:41 +00:00
Alejandro Pulver
8d956aca26 - Update to 0.130.
- Remove useless wrapper script, sdlmess uses ~/.mess by default.
- Submitter takes maintainership.

PR:		ports/128559
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org>
2009-03-18 00:38:52 +00:00
Alejandro Pulver
f074d22615 - Update to version 0.124.
- Fix building in FreeBSD/amd64 5.x by using GCC 4.2 (base compiler fails).
2008-04-23 00:46:26 +00:00
Alejandro Pulver
b8c5190d5f - Update to version 0.122.
- Remove BROKEN for sparc64 to see if new version builds (if it doesn't then
  NOT_FOR_ARCHS will be used instead).
2008-02-05 17:10:37 +00:00
Alejandro Pulver
1b319cd731 - Update to version 0.120.
- Mirror distfile to my FTP since it's not downloadable by fetch [1].
- Remove BROKEN.

PR:		ports/117898
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Reworked by:	alepulver (myself) [1]
Approved by:	portmgr (linimon)
2007-11-30 16:47:19 +00:00
Alejandro Pulver
018f022d33 - Update to version 0.118.
- Binaries are now installed in a subdirectory (libexec/sdlmess).
- The wrapper script addtional output was removed (problematic for programs
  which parse the output).

Submitted by:	nikow <madleser@gmx.de> (private e-mail)
2007-09-05 22:35:55 +00:00
Alejandro Pulver
1ab76a704d - Update to version 0.114.
- Fix installation.
- Remove BROKEN.
2007-04-22 22:43:27 +00:00
Alejandro Pulver
316d9f5259 - Update to version 0.113.
Reported by:	distfiles survey
2007-04-09 02:18:39 +00:00
Alejandro Pulver
86fd3fa4f2 SDLMESS is a port of the popular MESS. There are a few principles that guide
it's development:

1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with
   as few changes as possible to the base Win32 code. This means we can track
   changes faster than larger more conventional ports, and we also maintain
   what I call "Firefox compatibilty" where learning a major app only needs to
   be done once per application, and it then applies across many operating
   systems. If you can use the command-line Win32 MESS, you already know how
   to use SDLMESS on any platform you may encounter it on.

2) MESS developers are important. By keeping quickly up to date, we make it
   easy for people on non-Windows platforms to make and submit changes to the
   core MESS code, and we offer native implementations of MESS's multi-window
   GUI debugger on both Linux/Unix and Mac OS X.

WWW: http://rbelmont.mameworld.info/?page_id=163
2007-02-25 15:22:58 +00:00