[78423] trunk/dports/games/tuxmath/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat May 7 00:13:48 PDT 2011
Revision: 78423
http://trac.macports.org/changeset/78423
Author: ryandesign at macports.org
Date: 2011-05-07 00:13:48 -0700 (Sat, 07 May 2011)
Log Message:
-----------
tuxmath: maintainer update to 2.0.3, and install app into ${applications_dir}; see #29376
Modified Paths:
--------------
trunk/dports/games/tuxmath/Portfile
Modified: trunk/dports/games/tuxmath/Portfile
===================================================================
--- trunk/dports/games/tuxmath/Portfile 2011-05-07 06:41:32 UTC (rev 78422)
+++ trunk/dports/games/tuxmath/Portfile 2011-05-07 07:13:48 UTC (rev 78423)
@@ -5,37 +5,39 @@
PortSystem 1.0
name tuxmath
-version 1.7.1
-revision 0
+version 2.0.3
categories games education
platforms darwin
maintainers gmail.com:davidstuartbruce
description Kids math game - help Tux, the Linux Penguin shoot down attacking math questions!
+
long_description TuxMath is an SDL-based educational game intended for children ages 4 to 10. \
The game offers drill in basic math facts, beginning with simple number \
typing and progressing through addition, subtraction, multiplication, and \
- division. Negative numbers and "missing number" questions (e.g. 5 x ? = -75) \
- are supported.
+ division. Negative numbers and \"missing number\" questions (e.g. 5 x ? = -75) \
+ are supported. TuxMath now also offers review of factoring via \"Factoroids\", \
+ a tribute to the arcade classic \"Asteroids\".
-homepage http://www.tux4kids.com
-master_sites http://alioth.debian.org/frs/download.php/2733/
+homepage http://tux4kids.alioth.debian.org/
+master_sites http://alioth.debian.org/frs/download.php/3571/
distname ${name}_w_fonts-${version}
-checksums md5 4ab3d5bd74adb0d0aeacb721b8cac395 \
- sha1 caec45d602fbb3344569e839a2de9b03589f476a \
- rmd160 5db7b48091e56e50f5131fe602e0faacab205678
+checksums sha1 74510bc342d6cefb6dae101cfc8c1207f29d7db9 \
+ rmd160 e399b605e69690a57fe2b5f6c29cf2f5c428ba6f
-depends_lib path:lib/pkgconfig/sdl.pc:libsdl \
+depends_lib port:libsdl \
port:libsdl_image \
port:libsdl_mixer \
+ port:libsdl_net \
port:libsdl_ttf \
port:libsdl_pango \
- port:gettext
+ port:gettext \
+ port:t4k_common
-platform darwin {
+platform darwin {
post-destroot {
- xinstall -m 755 -d ${destroot}/Applications/MacPorts/TuxMath.app/Contents/MacOS
- ln -s ${prefix}/bin/tuxmath ${destroot}/Applications/MacPorts/TuxMath.app/Contents/MacOS/TuxMath
+ xinstall -m 755 -d ${destroot}${applications_dir}/TuxMath.app/Contents/MacOS
+ ln -s ${prefix}/bin/tuxmath ${destroot}${applications_dir}/TuxMath.app/Contents/MacOS/TuxMath
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110507/5ac93030/attachment.html>
More information about the macports-changes
mailing list