summaryrefslogtreecommitdiff
path: root/data/mobileterminal
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-23 22:53:48 +0000
committerJay Freeman <saurik@saurik.com>2008-02-23 22:53:48 +0000
commit3836a71b84c27cffe96bb5d46694dd0a7904a506 (patch)
tree73e90101d6c324f9ee1a8f6e4bed2db22f715a10 /data/mobileterminal
parent95d41d50a7bd88ad1c03e938a36d6416b59478df (diff)
Brought MobileTerminal into the fold as Installer's is old, and not accessible anyway.
git-svn-id: http://svn.telesphoreo.org/trunk@92 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal')
-rw-r--r--data/mobileterminal/_metadata/description1
-rw-r--r--data/mobileterminal/_metadata/license24
l---------data/mobileterminal/_metadata/maintainer1
-rw-r--r--data/mobileterminal/_metadata/name1
-rw-r--r--data/mobileterminal/_metadata/priority1
-rw-r--r--data/mobileterminal/_metadata/section1
-rw-r--r--data/mobileterminal/_metadata/version1
-rw-r--r--data/mobileterminal/gliw.diff34
-rw-r--r--data/mobileterminal/make.sh6
-rw-r--r--data/mobileterminal/mobileterminal-209.tgzbin0 -> 82423 bytes
10 files changed, 70 insertions, 0 deletions
diff --git a/data/mobileterminal/_metadata/description b/data/mobileterminal/_metadata/description
new file mode 100644
index 000000000..485762f75
--- /dev/null
+++ b/data/mobileterminal/_metadata/description
@@ -0,0 +1 @@
+local UIKit-based Terminal emulator
diff --git a/data/mobileterminal/_metadata/license b/data/mobileterminal/_metadata/license
new file mode 100644
index 000000000..be7df868d
--- /dev/null
+++ b/data/mobileterminal/_metadata/license
@@ -0,0 +1,24 @@
+// -*- mode:objc -*-
+/*
+ ** VT100Screen.m
+ **
+ ** Copyright (c) 2002, 2003, 2007
+ **
+ ** Author: Fabian, Ujwal S. Setlur
+ ** Initial code by Kiichi Kusama
+ ** Ported to MobileTerminal (from iTerm) by Allen Porter
+ **
+ ** This program is free software; you can redistribute it and/or modify
+ ** it under the terms of the GNU General Public License as published by
+ ** the Free Software Foundation; either version 2 of the License, or
+ ** (at your option) any later version.
+ **
+ ** This program is distributed in the hope that it will be useful,
+ ** but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ** GNU General Public License for more details.
+ **
+ ** You should have received a copy of the GNU General Public License
+ ** along with this program; if not, write to the Free Software
+ ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
diff --git a/data/mobileterminal/_metadata/maintainer b/data/mobileterminal/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/mobileterminal/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/mobileterminal/_metadata/name b/data/mobileterminal/_metadata/name
new file mode 100644
index 000000000..dcf3afe18
--- /dev/null
+++ b/data/mobileterminal/_metadata/name
@@ -0,0 +1 @@
+MobileTerminal
diff --git a/data/mobileterminal/_metadata/priority b/data/mobileterminal/_metadata/priority
new file mode 100644
index 000000000..a6a7b9cd7
--- /dev/null
+++ b/data/mobileterminal/_metadata/priority
@@ -0,0 +1 @@
+standard
diff --git a/data/mobileterminal/_metadata/section b/data/mobileterminal/_metadata/section
new file mode 100644
index 000000000..eb7a34ddd
--- /dev/null
+++ b/data/mobileterminal/_metadata/section
@@ -0,0 +1 @@
+Administration
diff --git a/data/mobileterminal/_metadata/version b/data/mobileterminal/_metadata/version
new file mode 100644
index 000000000..7fba2b437
--- /dev/null
+++ b/data/mobileterminal/_metadata/version
@@ -0,0 +1 @@
+209
diff --git a/data/mobileterminal/gliw.diff b/data/mobileterminal/gliw.diff
new file mode 100644
index 000000000..d78e117d5
--- /dev/null
+++ b/data/mobileterminal/gliw.diff
@@ -0,0 +1,34 @@
+Only in mobileterminal+iPhone: ColorMap.o
+diff -ru mobileterminal/GestureView.m mobileterminal+iPhone/GestureView.m
+--- mobileterminal/GestureView.m 2007-10-08 05:00:47.000000000 +0000
++++ mobileterminal+iPhone/GestureView.m 2008-02-23 08:58:30.000000000 +0000
+@@ -19,7 +19,7 @@
+ - (void)mouseDown:(GSEvent *)event
+ {
+ gesture = NO;
+- start = GSEventGetLocationInWindow(event);
++ start = GSEventGetLocationInWindow(event).origin;
+ [delegate showMenu:start];
+ }
+
+@@ -29,7 +29,7 @@
+ return;
+ }
+
+- CGPoint end = GSEventGetLocationInWindow(event);
++ CGPoint end = GSEventGetLocationInWindow(event).origin;
+ CGPoint vector = CGPointMake(end.x - start.x, end.y - start.y);
+
+ float absx = (vector.x > 0) ? vector.x : -vector.x;
+Only in mobileterminal+iPhone: GestureView.o
+Only in mobileterminal+iPhone: main.o
+Only in mobileterminal+iPhone: MobileTerminal.o
+Only in mobileterminal+iPhone: PieView.o
+Only in mobileterminal+iPhone: PTYTextView.o
+Only in mobileterminal+iPhone: PTYTile.o
+Only in mobileterminal+iPhone: Settings.o
+Only in mobileterminal+iPhone: ShellKeyboard.o
+Only in mobileterminal+iPhone: SubProcess.o
+Only in mobileterminal+iPhone: Terminal
+Only in mobileterminal+iPhone: VT100Screen.o
+Only in mobileterminal+iPhone: VT100Terminal.o
diff --git a/data/mobileterminal/make.sh b/data/mobileterminal/make.sh
new file mode 100644
index 000000000..b368ace2d
--- /dev/null
+++ b/data/mobileterminal/make.sh
@@ -0,0 +1,6 @@
+pkg:extract
+cd *
+pkg:patch
+make package
+pkg: mkdir -p /Applications
+pkg: cp -a Terminal.app /Applications
diff --git a/data/mobileterminal/mobileterminal-209.tgz b/data/mobileterminal/mobileterminal-209.tgz
new file mode 100644
index 000000000..15e4354c1
--- /dev/null
+++ b/data/mobileterminal/mobileterminal-209.tgz
Binary files differ