[35625] trunk/dports/games

jmr at macports.org jmr at macports.org
Mon Mar 31 10:02:56 PDT 2008


Revision: 35625
          http://trac.macosforge.org/projects/macports/changeset/35625
Author:   jmr at macports.org
Date:     2008-03-31 10:02:55 -0700 (Mon, 31 Mar 2008)

Log Message:
-----------
New port: sdl_sopwith

Added Paths:
-----------
    trunk/dports/games/sdl_sopwith/
    trunk/dports/games/sdl_sopwith/Portfile
    trunk/dports/games/sdl_sopwith/files/
    trunk/dports/games/sdl_sopwith/files/patch-src_swsound.c.diff

Added: trunk/dports/games/sdl_sopwith/Portfile
===================================================================
--- trunk/dports/games/sdl_sopwith/Portfile	                        (rev 0)
+++ trunk/dports/games/sdl_sopwith/Portfile	2008-03-31 17:02:55 UTC (rev 35625)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                sdl_sopwith
+version             1.7.1
+categories          games
+platforms           darwin
+maintainers         jmr openmaintainer
+description         Classic biplane shooter
+long_description    This is a port of the classic computer game \"Sopwith\" to run on modern \
+                    computers and operating systems.
+homepage            http://sdl-sopwith.sourceforge.net/
+
+master_sites        sourceforge:sdl-sopwith
+checksums           md5 bc66c80c83b14d48b60ba263403dba9a \
+                    sha1 21ad6273ddb89a4c45ad11a8e35f8f6958bcc5b5 \
+                    rmd160 7c55da41e7e160b4a84e5235974ecf0d48d1010a
+
+depends_lib         port:libsdl \
+                    port:gtk2
+
+patchfiles          patch-src_swsound.c.diff
+
+configure.args      --mandir=${prefix}/share/man


Property changes on: trunk/dports/games/sdl_sopwith/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/games/sdl_sopwith/files/patch-src_swsound.c.diff
===================================================================
--- trunk/dports/games/sdl_sopwith/files/patch-src_swsound.c.diff	                        (rev 0)
+++ trunk/dports/games/sdl_sopwith/files/patch-src_swsound.c.diff	2008-03-31 17:02:55 UTC (rev 35625)
@@ -0,0 +1,11 @@
+--- src/swsound.c.orig	2003-06-09 04:20:30.000000000 +1000
++++ src/swsound.c	2008-04-01 03:53:06.000000000 +1100
+@@ -79,7 +79,7 @@
+ };
+ #endif
+ 
+-static BOOL titleflg;		/* Playing title tune               */
++BOOL titleflg;		/* Playing title tune               */
+ static int titlplace;		/*  Place in title tune;            */
+ static int titlline;		/* Line in title tune               */
+ static unsigned titltone;	/*  Current title tone              */

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080331/65359f30/attachment.html


More information about the macports-changes mailing list