[81868] trunk/dports/games

ryandesign at macports.org ryandesign at macports.org
Sat Aug 6 01:34:47 PDT 2011


Revision: 81868
          http://trac.macports.org/changeset/81868
Author:   ryandesign at macports.org
Date:     2011-08-06 01:34:46 -0700 (Sat, 06 Aug 2011)
Log Message:
-----------
gdash: new port, version 20100212; suggested in #30604

Added Paths:
-----------
    trunk/dports/games/gdash/
    trunk/dports/games/gdash/Portfile
    trunk/dports/games/gdash/files/
    trunk/dports/games/gdash/files/Info.plist.in

Added: trunk/dports/games/gdash/Portfile
===================================================================
--- trunk/dports/games/gdash/Portfile	                        (rev 0)
+++ trunk/dports/games/gdash/Portfile	2011-08-06 08:34:46 UTC (rev 81868)
@@ -0,0 +1,47 @@
+# -*- 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                gdash
+version             20100212
+categories          games
+platforms           darwin
+maintainers         ryandesign openmaintainer
+
+description         Emerald Mine-like game for GTK+ and SDL
+
+long_description    ${name} is an ${description}.
+
+homepage            http://jutas.eet.bme.hu/~cirix/gdash/
+master_sites        ${homepage}
+
+checksums           sha1    a9318249c0d471777c4ff8260d80d1cb0a6b37f9 \
+                    rmd160  17201f947ce76aa4deb01e525d41f8432c925bf5
+
+depends_build       port:pkgconfig
+
+depends_lib         port:gtk2 \
+                    path:lib/pkgconfig/sdl.pc:libsdl \
+                    port:libsdl_image \
+                    port:libsdl_mixer
+
+configure.args      --disable-glibtest \
+                    --disable-gtktest \
+                    --disable-sdltest
+
+platform macosx {
+    depends_build-append port:makeicns
+    post-destroot {
+        set app SDash
+        xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS \
+            ${destroot}${applications_dir}/${app}.app/Contents/Resources
+        xinstall -m 644 ${filespath}/Info.plist.in ${destroot}${applications_dir}/${app}.app/Contents/Info.plist
+        reinplace "s|@VERSION@|${version}|g" ${destroot}${applications_dir}/${app}.app/Contents/Info.plist
+        ln -s ${prefix}/bin/sdash ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app}
+        system "cd ${worksrcpath} && ${prefix}/bin/makeicns -in ${worksrcpath}/docs/gdash.png -out ${destroot}${applications_dir}/${app}.app/Contents/Resources/${name}.icns"
+    }
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


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

Added: trunk/dports/games/gdash/files/Info.plist.in
===================================================================
--- trunk/dports/games/gdash/files/Info.plist.in	                        (rev 0)
+++ trunk/dports/games/gdash/files/Info.plist.in	2011-08-06 08:34:46 UTC (rev 81868)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>SDash</string>
+	<key>CFBundleIconFile</key>
+	<string>gdash.icns</string>
+	<key>CFBundleIdentifier</key>
+	<string>hu.bme.eet.jutas.cirix.gdash.sdash</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>SDash</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>@VERSION@</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>@VERSION@</string>
+</dict>
+</plist>


Property changes on: trunk/dports/games/gdash/files/Info.plist.in
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110806/8d462533/attachment.html>


More information about the macports-changes mailing list