Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 15:22:58 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators Makefile ports/emulators/sdlmess Makefile distinfo pkg-descr pkg-plist ports/emulators/sdlmess/files patch-makefile.sdl pkg-message.in sdlmess.in
Message-ID:  <200702251522.l1PFMwJm088776@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alepulver    2007-02-25 15:22:58 UTC

  FreeBSD ports repository

  Modified files:
    emulators            Makefile 
  Added files:
    emulators/sdlmess    Makefile distinfo pkg-descr pkg-plist 
    emulators/sdlmess/files patch-makefile.sdl pkg-message.in 
                            sdlmess.in 
  Log:
  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
  
  Revision  Changes    Path
  1.216     +1 -0      ports/emulators/Makefile
  1.1       +47 -0     ports/emulators/sdlmess/Makefile (new)
  1.1       +3 -0      ports/emulators/sdlmess/distinfo (new)
  1.1       +139 -0    ports/emulators/sdlmess/files/patch-makefile.sdl (new)
  1.1       +13 -0     ports/emulators/sdlmess/files/pkg-message.in (new)
  1.1       +19 -0     ports/emulators/sdlmess/files/sdlmess.in (new)
  1.1       +17 -0     ports/emulators/sdlmess/pkg-descr (new)
  1.1       +163 -0    ports/emulators/sdlmess/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702251522.l1PFMwJm088776>