[48065] trunk/dports/games

raimue at macports.org raimue at macports.org
Fri Mar 13 14:06:06 PDT 2009


Revision: 48065
          http://trac.macports.org/changeset/48065
Author:   raimue at macports.org
Date:     2009-03-13 14:05:53 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
games/freedink, games/freedink-data:
New ports, closes #18814

Added Paths:
-----------
    trunk/dports/games/freedink/
    trunk/dports/games/freedink/Portfile
    trunk/dports/games/freedink/files/
    trunk/dports/games/freedink/files/patch-configure.diff
    trunk/dports/games/freedink/files/patch-src-paths.c.diff
    trunk/dports/games/freedink-data/
    trunk/dports/games/freedink-data/Portfile

Added: trunk/dports/games/freedink/Portfile
===================================================================
--- trunk/dports/games/freedink/Portfile	                        (rev 0)
+++ trunk/dports/games/freedink/Portfile	2009-03-13 21:05:53 UTC (rev 48065)
@@ -0,0 +1,28 @@
+# $Id$
+PortSystem          	1.0
+name                	freedink
+version			1.08.20090120
+categories		games
+platforms		darwin
+maintainers		verginegiovanni at gmail.com
+description		FreeDink is a portable and enhanced version of the Dink Smallwood game engine.
+long_description	Dink Smallwood is an adventure/role-playing game, similar to Zelda, \
+			made by RTsoft. Besides twisted humour, it includes the actual game editor, \
+			allowing players to create hundreds of new adventures called Dink Modules \
+			or D-Mods for short.
+homepage		http://www.freedink.org
+platforms		darwin
+master_sites		http://www.freedink.org/snapshots/
+checksums		md5 4c877567c85ac3433cc9ae9c2fc54135 \
+			sha1 f833442ae337eb9034b7d36b6e98f823a1612a40 \
+			rmd160 3d856f472dfd733af0a6f8d20c6d1ae810982268
+depends_lib         	port:libsdl \
+                    	port:libsdl_image \
+                    	port:libsdl_gfx \
+                    	port:libsdl_ttf \
+                    	port:libsdl_mixer \
+                    	port:libffi \
+			port:libzip
+depends_run		port:freedink-data
+patchfiles		patch-configure.diff \
+			patch-src-paths.c.diff


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

Added: trunk/dports/games/freedink/files/patch-configure.diff
===================================================================
--- trunk/dports/games/freedink/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/games/freedink/files/patch-configure.diff	2009-03-13 21:05:53 UTC (rev 48065)
@@ -0,0 +1,11 @@
+--- configure	2009-01-20 21:44:26.000000000 +0100
++++ configure	2009-02-28 18:25:02.000000000 +0100
+@@ -27874,7 +27874,7 @@
+ # Check that SDL_ttf is 2.0.9 minimum (TTF_BOLD_STYLE fix)
+ { echo "$as_me:$LINENO: checking SDL_ttf version >= 2.0.9" >&5
+ echo $ECHO_N "checking SDL_ttf version >= 2.0.9... $ECHO_C" >&6; }
+-if test "$cross_compiling" = yes; then
++if [ 1 -eq 1 ]; then
+   { echo "$as_me:$LINENO: result: yes (cross-compiling; assumed OK...)" >&5
+ echo "${ECHO_T}yes (cross-compiling; assumed OK...)" >&6; }
+ 

Added: trunk/dports/games/freedink/files/patch-src-paths.c.diff
===================================================================
--- trunk/dports/games/freedink/files/patch-src-paths.c.diff	                        (rev 0)
+++ trunk/dports/games/freedink/files/patch-src-paths.c.diff	2009-03-13 21:05:53 UTC (rev 48065)
@@ -0,0 +1,11 @@
+--- src/paths.c	2009-03-12 23:23:52.000000000 +0100
++++ src/paths.c	2009-03-12 23:24:09.000000000 +0100
+@@ -140,7 +140,7 @@
+        seem to be found of */
+     default3 = br_build_path(datadir, "dink");
+     default4 = "/usr/local/share/games/dink";
+-    default5 = "/usr/local/share/dink";
++    default5 = "/opt/local/share/dink";
+     default6 = "/usr/share/games/dink";
+     default7 = "/usr/share/dink";
+     lookup[3] = default3;

Added: trunk/dports/games/freedink-data/Portfile
===================================================================
--- trunk/dports/games/freedink-data/Portfile	                        (rev 0)
+++ trunk/dports/games/freedink-data/Portfile	2009-03-13 21:05:53 UTC (rev 48065)
@@ -0,0 +1,26 @@
+# $Id$
+PortSystem          	1.0
+name                	freedink-data
+version			1.08.20081130
+distname		freedink-data-inst-1.08.20081130
+categories		games
+platforms		darwin
+maintainers		verginegiovanni at gmail.com
+description		FreeDink data
+long_description	FreeDink data for the Dink Smallwood game. It includes graphics, \
+			songs, etc.
+homepage		http://www.freedink.org
+platforms		darwin
+master_sites		http://www.freedink.org/snapshots/
+checksums		md5 ec3be52a646f8fed396f6456816a7ec5 \
+			sha1 39ff383b1ec700694c4c8393152f9ed1a9f32ab5 \
+			rmd160 30d3c50d42278df0b65f724a1e395bfcf9f28934
+
+
+use_configure		no
+build {}
+destroot {}
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share
+    copy ${workpath}/dink ${destroot}${prefix}/share/dink
+}


Property changes on: trunk/dports/games/freedink-data/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090313/ce222ef0/attachment.html>


More information about the macports-changes mailing list