From 523fccdcb477983d89af8f17377db90faaf3f4a8 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 19 May 2005 07:59:51 +0000 Subject: - add support for Boshiamy input method The Boshiamy .cin & .gtab table is port from Edward Lee and I make it as an option for gcin poeple. Therefore, there's a new extra patch file(extra-patch-data-Makefile) and I put "PLIST_FILES+= share/gcin/table/noseeing.gtab" into "if defined(WITH_BOSHIAMY)" section in Makefile to suit the pkg-plist which people choose Boshiamy. - option NOPORTDOCS has incorrect package list - remove unused patch (patch-about.c) PR: ports/81246 Submitted by: chinsan Approved by: maintainer --- chinese/gcin-devel/files/patch-about.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 chinese/gcin-devel/files/patch-about.c (limited to 'chinese/gcin-devel/files/patch-about.c') diff --git a/chinese/gcin-devel/files/patch-about.c b/chinese/gcin-devel/files/patch-about.c deleted file mode 100644 index 132e8ab2b31f..000000000000 --- a/chinese/gcin-devel/files/patch-about.c +++ /dev/null @@ -1,20 +0,0 @@ ---- about.c.orig Sat Feb 26 21:42:00 2005 -+++ about.c Thu May 12 04:02:17 2005 -@@ -69,10 +69,16 @@ - gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 3); - - GtkWidget *separator = gtk_hseparator_new (); -+ GtkWidget *vseparator = gtk_vseparator_new (); - gtk_box_pack_start(GTK_BOX(vbox), separator, FALSE, FALSE, 3); - -- GtkWidget *label_sf = gtk_label_new ("http://www.csie.nctu.edu.tw/~cp76/gcin"); -+ GtkWidget *label_sf = gtk_label_new ("gcin WWW:\nhttp://www.csie.nctu.edu.tw/~cp76/gcin"); -+ gtk_misc_set_alignment (GTK_MISC (label_sf), 0, 0); -+ GtkWidget *label_FreeBSD = gtk_label_new ("Feedback:\nhttp://cle.linux.org.tw/gcin/"); -+ gtk_misc_set_alignment (GTK_MISC (label_FreeBSD), 0, 0); - gtk_box_pack_start(GTK_BOX(vbox), label_sf, FALSE, FALSE, 0); -+ gtk_box_pack_start(GTK_BOX(vbox), vseparator, FALSE, FALSE, 3); -+ gtk_box_pack_start(GTK_BOX(vbox), label_FreeBSD, FALSE, FALSE, 0); - - - /* Now on to the image stuff */ -- cgit v1.2.3