[51351] trunk/dports/math

and.damore at macports.org and.damore at macports.org
Sat May 23 04:50:12 PDT 2009


Revision: 51351
          http://trac.macports.org/changeset/51351
Author:   and.damore at macports.org
Date:     2009-05-23 04:50:11 -0700 (Sat, 23 May 2009)
Log Message:
-----------
Quirky (no kde, no debugger, no gdb) TiEmu version 3 port.

Added Paths:
-----------
    trunk/dports/math/tiemu3/
    trunk/dports/math/tiemu3/Portfile
    trunk/dports/math/tiemu3/files/
    trunk/dports/math/tiemu3/files/patch-keynames.c

Added: trunk/dports/math/tiemu3/Portfile
===================================================================
--- trunk/dports/math/tiemu3/Portfile	                        (rev 0)
+++ trunk/dports/math/tiemu3/Portfile	2009-05-23 11:50:11 UTC (rev 51351)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem          1.0
+
+name                tiemu3
+version             3.02
+categories          math
+maintainers         and.damore
+description         TI89 /Titanium/92/92+/V200 multi-platform emulator
+long_description    TiEmu is a full-featured TI89 /Titanium/92/92+/V200 multi-platform \
+emulator with an html manual. It offers: popup menu, screenshots, ASM/C \
+debugger, link port, saving state and some other stuffs.
+
+homepage            http://lpg.ticalc.org/prj_tilp/
+platforms           darwin
+
+distname			tiemu-${version}
+master_sites        sourceforge:gtktiemu
+use_bzip2			yes
+
+checksums           md5     3e8240b7d829c6d8168a97b5a5b28521 \
+                    sha1    a533a427236413aeaa4f6feac253c45a9b293b36 \
+                    rmd160  584a8982c2bb052201026931fe9981096c0113a4
+
+depends_build       port:pkgconfig \
+                    bin:grep:grep \
+                    bin:groff:groff
+depends_lib         port:libiconv \
+					port:libticonv \
+					port:libtifiles2 \
+					port:libticables2 \
+                    port:libticalcs2 \
+                    port:gettext \
+                    port:gtk2 \
+                    port:libglade2
+
+patchfiles			patch-keynames.c
+patch.pre_args      -p1
+
+configure.args-append		--without-kde --disable-debugger --disable-gdb
+
+pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }


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

Added: trunk/dports/math/tiemu3/files/patch-keynames.c
===================================================================
--- trunk/dports/math/tiemu3/files/patch-keynames.c	                        (rev 0)
+++ trunk/dports/math/tiemu3/files/patch-keynames.c	2009-05-23 11:50:11 UTC (rev 51351)
@@ -0,0 +1,12 @@
+--- tiemu-3.02.orig/src/gui/calc/keynames.c	2009-05-23 11:48:50.000000000 +0200
++++ tiemu-3.02/src/gui/calc/keynames.c	2009-05-23 11:49:51.000000000 +0200
+@@ -135,9 +135,7 @@
+ 	{ PCKEY_CLEAR, "PCKEY_CLEAR" },
+ 	{ PCKEY_RETURN, "PCKEY_RETURN" },
+ 	{ PCKEY_SHIFT_L, "PCKEY_SHIFT_L" },
+-	{ PCKEY_SHIFT_R, "PCKEY_SHIFT_R" },
+ 	{ PCKEY_CONTROL_L, "PCKEY_CONTROL_L" },
+-	{ PCKEY_CONTROL_R, "PCKEY_CONTROL_R" },
+ 	{ PCKEY_MENU, "PCKEY_MENU" },
+ 	{ PCKEY_PAUSE, "PCKEY_PAUSE" },
+ 	{ PCKEY_CAPITAL, "PCKEY_CAPITAL" },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090523/a7fd8784/attachment.html>


More information about the macports-changes mailing list