[46491] trunk/dports/games

snc at macports.org snc at macports.org
Thu Feb 5 11:17:37 PST 2009


Revision: 46491
          http://trac.macports.org/changeset/46491
Author:   snc at macports.org
Date:     2009-02-05 11:17:36 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
created tuxtype, ticket #18356

Added Paths:
-----------
    trunk/dports/games/tuxtype/
    trunk/dports/games/tuxtype/Portfile

Added: trunk/dports/games/tuxtype/Portfile
===================================================================
--- trunk/dports/games/tuxtype/Portfile	                        (rev 0)
+++ trunk/dports/games/tuxtype/Portfile	2009-02-05 19:17:36 UTC (rev 46491)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
+c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                tuxtype
+version             1.7.3
+revision            0
+categories          games education
+platforms           darwin
+maintainers         gmail.com:davidstuartbruce
+
+description         Learn to type with Tux, the Linux Penguin!
+long_description    Tux Typing is an SDL-based educational game intended for children but fun for all ages. \
+                    The program includes two video game-styled activities for typing individual words, \
+                    as well as a phrase/sentence typing activity that displays accuracy and words per \
+                    minute.
+
+homepage            http://www.tux4kids.com
+master_sites        http://alioth.debian.org/frs/download.php/2767/
+distname            ${name}_w_fonts-${version}
+
+checksums           md5  9b76e5ebb3daf3d93545dc561229e2a5 \
+                    sha1 8029c5484e1fac2bea764b9eef6f9845d0c725ce \
+                    rmd160 b7e10052582c894c272f591c5c907ae56a03b926
+
+depends_lib         port:libsdl \
+                    port:libsdl_image \
+                    port:libsdl_mixer \
+                    port:libsdl_ttf \
+                    port:libsdl_pango \
+                    port:gettext
+
+platform darwin	{
+    post-destroot {
+        xinstall -m 755 -d ${destroot}/Applications/MacPorts/TuxType.app/Contents/MacOS
+        ln -s ${prefix}/bin/tuxtype ${destroot}/Applications/MacPorts/TuxType.app/Contents/MacOS/TuxType
+    }
+}


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


More information about the macports-changes mailing list