summaryrefslogtreecommitdiffstats
path: root/accessibility/gok
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-02 06:45:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-02 06:45:44 +0800
commit364fea7bc7fd7139a8efb7abf3067021c2d2d5fa (patch)
tree68e0a6d3ca1ea1df3e25ad02cdc521734979e507 /accessibility/gok
parentc158272f57762fc7f4bcca9e770e4a4d25a14379 (diff)
downloadmarcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.tar
marcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.tar.gz
marcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.tar.bz2
marcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.tar.lz
marcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.tar.xz
marcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.tar.zst
marcuscom-ports-364fea7bc7fd7139a8efb7abf3067021c2d2d5fa.zip
Update to 0.9.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gok')
-rw-r--r--accessibility/gok/Makefile2
-rw-r--r--accessibility/gok/distinfo4
-rw-r--r--accessibility/gok/files/patch-gok_gok-spy.c13
-rw-r--r--accessibility/gok/files/patch-gok_gok-utf8-word-complete.c15
-rw-r--r--accessibility/gok/pkg-plist50
5 files changed, 81 insertions, 3 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile
index 8ddd74d8f..60ac7ffe9 100644
--- a/accessibility/gok/Makefile
+++ b/accessibility/gok/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gok
-PORTVERSION= 0.9.8
+PORTVERSION= 0.9.9
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo
index c98bcf84a..b0a5eb3e5 100644
--- a/accessibility/gok/distinfo
+++ b/accessibility/gok/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gok-0.9.8.tar.bz2) = 9b4ad918e331f295547deb4190737f09
-SIZE (gnome2/gok-0.9.8.tar.bz2) = 991116
+MD5 (gnome2/gok-0.9.9.tar.bz2) = 31b0d97616bef95bcc2bd3344d921450
+SIZE (gnome2/gok-0.9.9.tar.bz2) = 1048975
diff --git a/accessibility/gok/files/patch-gok_gok-spy.c b/accessibility/gok/files/patch-gok_gok-spy.c
new file mode 100644
index 000000000..fb7f2b89b
--- /dev/null
+++ b/accessibility/gok/files/patch-gok_gok-spy.c
@@ -0,0 +1,13 @@
+--- gok/gok-spy.c.orig Mon Mar 1 17:20:20 2004
++++ gok/gok-spy.c Mon Mar 1 17:21:24 2004
+@@ -1287,8 +1287,9 @@
+ while (parent && Accessible_getChildCount (parent) == 1)
+ {
+ char *tmp;
++ Accessible *tmp_parent;
+ if (maxloops-- < 1) { break; } /* guard against erroneous cyclic parent/child relations */
+- Accessible *tmp_parent = parent;
++ tmp_parent = parent;
+ tmp = Accessible_getName (tmp_parent);
+ if (tmp != NULL)
+ {
diff --git a/accessibility/gok/files/patch-gok_gok-utf8-word-complete.c b/accessibility/gok/files/patch-gok_gok-utf8-word-complete.c
new file mode 100644
index 000000000..3ee119a1e
--- /dev/null
+++ b/accessibility/gok/files/patch-gok_gok-utf8-word-complete.c
@@ -0,0 +1,15 @@
+--- gok/gok-utf8-word-complete.c.orig Mon Mar 1 17:27:56 2004
++++ gok/gok-utf8-word-complete.c Mon Mar 1 17:28:25 2004
+@@ -323,11 +323,11 @@
+ {
+ /* reallocate string, dup+concat substrings */
+ /* WARNING: horrible pointer math */
+- gok_log ("caution: relocating input string during case conversion.");
+ gint delta = newlen - len;
+ gchar *next_char = g_utf8_find_next_char (*utf8char, NULL);
+ guint offset = next_char - *word;
+ guint utf8_offset = (guint) (*utf8char - *word);
++ gok_log ("caution: relocating input string during case conversion.");
+
+ *word = g_realloc (*word, strlen (*word) + 1 + delta);
+ next_char = *word + offset;
diff --git a/accessibility/gok/pkg-plist b/accessibility/gok/pkg-plist
index 740fe67f5..e94cf8687 100644
--- a/accessibility/gok/pkg-plist
+++ b/accessibility/gok/pkg-plist
@@ -44,6 +44,55 @@ etc/gconf/gconf.xml.defaults/schemas/apps/gok/spy/%gconf.xml
etc/gconf/schemas/gok.schemas
libdata/bonobo/servers/GNOME_Gok.server
libdata/pkgconfig/gok-1.0.pc
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/gok-GokButton.html
+%%DOCSDIR%%/gok-arraylist.html
+%%DOCSDIR%%/gok-callbacks.html
+%%DOCSDIR%%/gok-command-common.html
+%%DOCSDIR%%/gok-command-edge-data.html
+%%DOCSDIR%%/gok-command-edge.html
+%%DOCSDIR%%/gok-command-graph.html
+%%DOCSDIR%%/gok-command-predictor.html
+%%DOCSDIR%%/gok-command-vertex-data.html
+%%DOCSDIR%%/gok-command-vertex.html
+%%DOCSDIR%%/gok-global.html
+%%DOCSDIR%%/gok-gok-action.html
+%%DOCSDIR%%/gok-gok-branchback-stack.html
+%%DOCSDIR%%/gok-gok-chunker.html
+%%DOCSDIR%%/gok-gok-control.html
+%%DOCSDIR%%/gok-gok-data.html
+%%DOCSDIR%%/gok-gok-editor.html
+%%DOCSDIR%%/gok-gok-feedback.html
+%%DOCSDIR%%/gok-gok-gconf.html
+%%DOCSDIR%%/gok-gok-key.html
+%%DOCSDIR%%/gok-gok-keyboard.html
+%%DOCSDIR%%/gok-gok-keyslotter.html
+%%DOCSDIR%%/gok-gok-log-priv.html
+%%DOCSDIR%%/gok-gok-log-reader.html
+%%DOCSDIR%%/gok-gok-log.html
+%%DOCSDIR%%/gok-gok-modifier.html
+%%DOCSDIR%%/gok-gok-output.html
+%%DOCSDIR%%/gok-gok-page-accessmethod.html
+%%DOCSDIR%%/gok-gok-page-actions.html
+%%DOCSDIR%%/gok-gok-page-feedbacks.html
+%%DOCSDIR%%/gok-gok-page-keysizespace.html
+%%DOCSDIR%%/gok-gok-page-wordcomplete.html
+%%DOCSDIR%%/gok-gok-predictor.html
+%%DOCSDIR%%/gok-gok-scanner.html
+%%DOCSDIR%%/gok-gok-settings-dialog.html
+%%DOCSDIR%%/gok-gok-sound.html
+%%DOCSDIR%%/gok-gok-spy-priv.html
+%%DOCSDIR%%/gok-gok-spy.html
+%%DOCSDIR%%/gok-gok-word-complete.html
+%%DOCSDIR%%/gok-gok.html
+%%DOCSDIR%%/gok-gtkjoyswitch.html
+%%DOCSDIR%%/gok-interface.html
+%%DOCSDIR%%/gok-main.html
+%%DOCSDIR%%/gok-support.html
+%%DOCSDIR%%/gok-switchapi.html
+%%DOCSDIR%%/gok-word-complete.html
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
share/gnome/applications/gok.desktop
share/gnome/gok/East.png
share/gnome/gok/Keyboard.kbd
@@ -467,6 +516,7 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo
@dirrm share/gnome/gok/ga
@dirrm share/gnome/gok/fr
@dirrm share/gnome/gok/es
+@dirrm share/gnome/gok/en_CA
@dirrm share/gnome/gok/el
@dirrm share/gnome/gok/de
@dirrm share/gnome/gok/da