aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-05-16 16:02:38 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-05-16 16:02:38 +0000
commit563f62c5c7af7c46cbec3a4c5f9c91a40624dd8f (patch)
treea459ba19792f3cf246801fa57b6f9580dca736fe /chinese
parentaecd9dab9d79c54b202e1365b99ceb9ebdea09d6 (diff)
downloadports-563f62c5c7af7c46cbec3a4c5f9c91a40624dd8f.tar.gz
ports-563f62c5c7af7c46cbec3a4c5f9c91a40624dd8f.zip
Remove extra patch.
PR: ports/81108 Submitted by: chinsan <chinsan@mail2000.comdottw> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=135374
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gcin-devel/files/extra-patch-gcin-setup-pho.c46
-rw-r--r--chinese/gcin-devel/files/extra-patch-tsin.c11
-rw-r--r--chinese/gcin-devel/files/patch-gcin-setup.c39
-rw-r--r--chinese/gcin/files/extra-patch-gcin-setup-pho.c46
-rw-r--r--chinese/gcin/files/extra-patch-tsin.c11
-rw-r--r--chinese/gcin/files/patch-gcin-setup.c39
6 files changed, 0 insertions, 192 deletions
diff --git a/chinese/gcin-devel/files/extra-patch-gcin-setup-pho.c b/chinese/gcin-devel/files/extra-patch-gcin-setup-pho.c
deleted file mode 100644
index 6afe67d71f5e..000000000000
--- a/chinese/gcin-devel/files/extra-patch-gcin-setup-pho.c
+++ /dev/null
@@ -1,46 +0,0 @@
---- gcin-setup-pho.c.orig Thu May 12 09:56:35 2005
-+++ gcin-setup-pho.c Thu May 12 10:28:40 2005
-@@ -42,8 +42,8 @@
- {"??????", TSIN_SPACE_OPT_SELECT_CHAR},
- {"???編輯??????", TSIN_SPACE_OPT_FLUSH_BUFFER},
- };
--int tsin_space_optionsN = sizeof(tsin_space_options) / sizeof(tsin_space_options[0]);
-
-+int tsin_space_optionsN = sizeof(tsin_space_options) / sizeof(tsin_space_options[0]);
-
- static int kbm_selN = sizeof(kbm_sel) / sizeof(kbm_sel[0]);
-
-@@ -245,6 +245,16 @@
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
- }
-
-+ GtkWidget *frame_phonetic_char_dynamic_sequence = gtk_frame_new("注??????? ??");
-+ gtk_box_pack_start (GTK_BOX (vbox_top), frame_phonetic_char_dynamic_sequence , TRUE, TRUE, 0);
-+ gtk_container_set_border_width (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence), 3);
-+ check_button_phonetic_char_dynamic_sequence = gtk_check_button_new ();
-+ gtk_container_add (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence),
-+ check_button_phonetic_char_dynamic_sequence);
-+ gtk_toggle_button_set_active(
-+ GTK_TOGGLE_BUTTON(check_button_phonetic_char_dynamic_sequence),
-+ phonetic_char_dynamic_sequence);
-+
- GtkWidget *frame_tsin_sw = gtk_frame_new("??輸?[?/?]???");
- gtk_box_pack_start (GTK_BOX (vbox_top), frame_tsin_sw, TRUE, TRUE, 0);
- gtk_container_set_border_width (GTK_CONTAINER (frame_tsin_sw), 3);
-@@ -306,16 +316,6 @@
- gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_button_phrase_pre_select),
- tsin_phrase_pre_select);
-
--
-- GtkWidget *frame_phonetic_char_dynamic_sequence = gtk_frame_new("注??????? ??");
-- gtk_box_pack_start (GTK_BOX (vbox_top), frame_phonetic_char_dynamic_sequence , TRUE, TRUE, 0);
-- gtk_container_set_border_width (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence), 3);
-- check_button_phonetic_char_dynamic_sequence = gtk_check_button_new ();
-- gtk_container_add (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence),
-- check_button_phonetic_char_dynamic_sequence);
-- gtk_toggle_button_set_active(
-- GTK_TOGGLE_BUTTON(check_button_phonetic_char_dynamic_sequence),
-- phonetic_char_dynamic_sequence);
-
- GtkWidget *frame_tsin_disp_status_row = gtk_frame_new("??顯示?????(????)");
- gtk_box_pack_start (GTK_BOX (vbox_top), frame_tsin_disp_status_row , TRUE, TRUE, 0);
diff --git a/chinese/gcin-devel/files/extra-patch-tsin.c b/chinese/gcin-devel/files/extra-patch-tsin.c
deleted file mode 100644
index 01a7aa6e31aa..000000000000
--- a/chinese/gcin-devel/files/extra-patch-tsin.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tsin.c.orig Thu May 12 04:08:09 2005
-+++ tsin.c Thu May 12 04:08:45 2005
-@@ -1107,7 +1107,7 @@
- static gboolean pre_punctuation(KeySym xkey)
- {
- static char shift_punc[]="<>?:\"{}!";
-- static char chars[]="???????????";
-+ static char chars[]="???????????";
-
- char *p;
-
diff --git a/chinese/gcin-devel/files/patch-gcin-setup.c b/chinese/gcin-devel/files/patch-gcin-setup.c
deleted file mode 100644
index 06835c13f9db..000000000000
--- a/chinese/gcin-devel/files/patch-gcin-setup.c
+++ /dev/null
@@ -1,39 +0,0 @@
---- gcin-setup.c.orig Thu May 12 14:38:04 2005
-+++ gcin-setup.c Thu May 12 14:39:09 2005
-@@ -609,22 +609,21 @@
- GtkWidget *vbox = gtk_vbox_new (FALSE, 0);
- gtk_container_add (GTK_CONTAINER (main_window), vbox);
-
-- GtkWidget *button_kbm = gtk_button_new_with_label("gcin 注音/詞音設定");
-- gtk_box_pack_start (GTK_BOX (vbox), button_kbm, TRUE, TRUE, 0);
-- g_signal_connect (G_OBJECT (button_kbm), "clicked",
-- G_CALLBACK (cb_kbm), NULL);
--
- GtkWidget *button_appearance_conf = gtk_button_new_with_label("外觀設定");
- gtk_box_pack_start (GTK_BOX (vbox), button_appearance_conf, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_appearance_conf), "clicked",
- G_CALLBACK (cb_appearance_conf), NULL);
-
-+ GtkWidget *button_kbm = gtk_button_new_with_label("gcin 注音/詞音設定");
-+ gtk_box_pack_start (GTK_BOX (vbox), button_kbm, TRUE, TRUE, 0);
-+ g_signal_connect (G_OBJECT (button_kbm), "clicked",
-+ G_CALLBACK (cb_kbm), NULL);
-+
- GtkWidget *button_gtab_conf = gtk_button_new_with_label("倉頡/行列/嘸蝦米/大易設定");
- gtk_box_pack_start (GTK_BOX (vbox), button_gtab_conf, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_gtab_conf), "clicked",
- G_CALLBACK (cb_gtab_conf), NULL);
-
--
- GtkWidget *button_default_input_method = gtk_button_new_with_label("內定輸入法 & 開啟/關閉");
- gtk_box_pack_start (GTK_BOX (vbox), button_default_input_method, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_default_input_method), "clicked",
-@@ -655,7 +654,7 @@
- g_signal_connect (G_OBJECT (button_ts_import_sys), "clicked",
- G_CALLBACK (cb_ts_import_sys), NULL);
-
-- GtkWidget *button_alt_shift = gtk_button_new_with_label("alt-shift 片語編輯");
-+ GtkWidget *button_alt_shift = gtk_button_new_with_label("Alt-Shift 片語編輯");
- gtk_box_pack_start (GTK_BOX (vbox), button_alt_shift, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_alt_shift), "clicked",
- G_CALLBACK (cb_alt_shift), NULL);
diff --git a/chinese/gcin/files/extra-patch-gcin-setup-pho.c b/chinese/gcin/files/extra-patch-gcin-setup-pho.c
deleted file mode 100644
index 6afe67d71f5e..000000000000
--- a/chinese/gcin/files/extra-patch-gcin-setup-pho.c
+++ /dev/null
@@ -1,46 +0,0 @@
---- gcin-setup-pho.c.orig Thu May 12 09:56:35 2005
-+++ gcin-setup-pho.c Thu May 12 10:28:40 2005
-@@ -42,8 +42,8 @@
- {"??????", TSIN_SPACE_OPT_SELECT_CHAR},
- {"???編輯??????", TSIN_SPACE_OPT_FLUSH_BUFFER},
- };
--int tsin_space_optionsN = sizeof(tsin_space_options) / sizeof(tsin_space_options[0]);
-
-+int tsin_space_optionsN = sizeof(tsin_space_options) / sizeof(tsin_space_options[0]);
-
- static int kbm_selN = sizeof(kbm_sel) / sizeof(kbm_sel[0]);
-
-@@ -245,6 +245,16 @@
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
- }
-
-+ GtkWidget *frame_phonetic_char_dynamic_sequence = gtk_frame_new("注??????? ??");
-+ gtk_box_pack_start (GTK_BOX (vbox_top), frame_phonetic_char_dynamic_sequence , TRUE, TRUE, 0);
-+ gtk_container_set_border_width (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence), 3);
-+ check_button_phonetic_char_dynamic_sequence = gtk_check_button_new ();
-+ gtk_container_add (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence),
-+ check_button_phonetic_char_dynamic_sequence);
-+ gtk_toggle_button_set_active(
-+ GTK_TOGGLE_BUTTON(check_button_phonetic_char_dynamic_sequence),
-+ phonetic_char_dynamic_sequence);
-+
- GtkWidget *frame_tsin_sw = gtk_frame_new("??輸?[?/?]???");
- gtk_box_pack_start (GTK_BOX (vbox_top), frame_tsin_sw, TRUE, TRUE, 0);
- gtk_container_set_border_width (GTK_CONTAINER (frame_tsin_sw), 3);
-@@ -306,16 +316,6 @@
- gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_button_phrase_pre_select),
- tsin_phrase_pre_select);
-
--
-- GtkWidget *frame_phonetic_char_dynamic_sequence = gtk_frame_new("注??????? ??");
-- gtk_box_pack_start (GTK_BOX (vbox_top), frame_phonetic_char_dynamic_sequence , TRUE, TRUE, 0);
-- gtk_container_set_border_width (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence), 3);
-- check_button_phonetic_char_dynamic_sequence = gtk_check_button_new ();
-- gtk_container_add (GTK_CONTAINER (frame_phonetic_char_dynamic_sequence),
-- check_button_phonetic_char_dynamic_sequence);
-- gtk_toggle_button_set_active(
-- GTK_TOGGLE_BUTTON(check_button_phonetic_char_dynamic_sequence),
-- phonetic_char_dynamic_sequence);
-
- GtkWidget *frame_tsin_disp_status_row = gtk_frame_new("??顯示?????(????)");
- gtk_box_pack_start (GTK_BOX (vbox_top), frame_tsin_disp_status_row , TRUE, TRUE, 0);
diff --git a/chinese/gcin/files/extra-patch-tsin.c b/chinese/gcin/files/extra-patch-tsin.c
deleted file mode 100644
index 01a7aa6e31aa..000000000000
--- a/chinese/gcin/files/extra-patch-tsin.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tsin.c.orig Thu May 12 04:08:09 2005
-+++ tsin.c Thu May 12 04:08:45 2005
-@@ -1107,7 +1107,7 @@
- static gboolean pre_punctuation(KeySym xkey)
- {
- static char shift_punc[]="<>?:\"{}!";
-- static char chars[]="???????????";
-+ static char chars[]="???????????";
-
- char *p;
-
diff --git a/chinese/gcin/files/patch-gcin-setup.c b/chinese/gcin/files/patch-gcin-setup.c
deleted file mode 100644
index 06835c13f9db..000000000000
--- a/chinese/gcin/files/patch-gcin-setup.c
+++ /dev/null
@@ -1,39 +0,0 @@
---- gcin-setup.c.orig Thu May 12 14:38:04 2005
-+++ gcin-setup.c Thu May 12 14:39:09 2005
-@@ -609,22 +609,21 @@
- GtkWidget *vbox = gtk_vbox_new (FALSE, 0);
- gtk_container_add (GTK_CONTAINER (main_window), vbox);
-
-- GtkWidget *button_kbm = gtk_button_new_with_label("gcin 注音/詞音設定");
-- gtk_box_pack_start (GTK_BOX (vbox), button_kbm, TRUE, TRUE, 0);
-- g_signal_connect (G_OBJECT (button_kbm), "clicked",
-- G_CALLBACK (cb_kbm), NULL);
--
- GtkWidget *button_appearance_conf = gtk_button_new_with_label("外觀設定");
- gtk_box_pack_start (GTK_BOX (vbox), button_appearance_conf, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_appearance_conf), "clicked",
- G_CALLBACK (cb_appearance_conf), NULL);
-
-+ GtkWidget *button_kbm = gtk_button_new_with_label("gcin 注音/詞音設定");
-+ gtk_box_pack_start (GTK_BOX (vbox), button_kbm, TRUE, TRUE, 0);
-+ g_signal_connect (G_OBJECT (button_kbm), "clicked",
-+ G_CALLBACK (cb_kbm), NULL);
-+
- GtkWidget *button_gtab_conf = gtk_button_new_with_label("倉頡/行列/嘸蝦米/大易設定");
- gtk_box_pack_start (GTK_BOX (vbox), button_gtab_conf, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_gtab_conf), "clicked",
- G_CALLBACK (cb_gtab_conf), NULL);
-
--
- GtkWidget *button_default_input_method = gtk_button_new_with_label("內定輸入法 & 開啟/關閉");
- gtk_box_pack_start (GTK_BOX (vbox), button_default_input_method, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_default_input_method), "clicked",
-@@ -655,7 +654,7 @@
- g_signal_connect (G_OBJECT (button_ts_import_sys), "clicked",
- G_CALLBACK (cb_ts_import_sys), NULL);
-
-- GtkWidget *button_alt_shift = gtk_button_new_with_label("alt-shift 片語編輯");
-+ GtkWidget *button_alt_shift = gtk_button_new_with_label("Alt-Shift 片語編輯");
- gtk_box_pack_start (GTK_BOX (vbox), button_alt_shift, TRUE, TRUE, 0);
- g_signal_connect (G_OBJECT (button_alt_shift), "clicked",
- G_CALLBACK (cb_alt_shift), NULL);