diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-06-04 08:46:59 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-06-04 08:46:59 +0000 |
commit | 52ba3c12fdd54ef9a51e419d7944ad8d9c5e776b (patch) | |
tree | fb3ded455ae5cf6e25bfdad973dc09eb85255482 /inputmethod/xcin/patches | |
parent | ae9e8640bcbf8d3a69cd7a271efad9d58e84d864 (diff) | |
download | pkgsrc-52ba3c12fdd54ef9a51e419d7944ad8d9c5e776b.tar.gz |
Initial import of xcin-2.3.5.pre2.
XCIN is an XIM (X Input Method) server which is widely used in Taiwan to
perform Chinese input under X Window system. It is originally developed
by Edward Der-Hua Liu (Oct. 1994) and many other programmers in early
days; while now it is supported by the XCIN Project.
Diffstat (limited to 'inputmethod/xcin/patches')
-rw-r--r-- | inputmethod/xcin/patches/patch-aa | 12 | ||||
-rw-r--r-- | inputmethod/xcin/patches/patch-ab | 13 | ||||
-rw-r--r-- | inputmethod/xcin/patches/patch-ac | 22 | ||||
-rw-r--r-- | inputmethod/xcin/patches/patch-ad | 34 |
4 files changed, 81 insertions, 0 deletions
diff --git a/inputmethod/xcin/patches/patch-aa b/inputmethod/xcin/patches/patch-aa new file mode 100644 index 00000000000..fba1e836959 --- /dev/null +++ b/inputmethod/xcin/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ + +--- etc/Makefile.in.orig Mon Mar 26 22:08:24 2001 ++++ etc/Makefile.in +@@ -38,7 +38,6 @@ + + install: all + if [ ! -d "$(xcin_rcp)" ]; then $(INSTALL) -d $(xcin_rcp); fi +- if [ -f $(xcin_rcp)/xcinrc ]; then mv $(xcin_rcp)/xcinrc $(xcin_rcp)/xcinrc.old; fi + $(INSTALL_DATA) xcinrc $(xcin_rcp) + + clean: diff --git a/inputmethod/xcin/patches/patch-ab b/inputmethod/xcin/patches/patch-ab new file mode 100644 index 00000000000..cb1eabd79d6 --- /dev/null +++ b/inputmethod/xcin/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ + +--- script/Makefile.in.orig Sun Nov 11 20:39:41 2001 ++++ script/Makefile.in +@@ -16,7 +16,7 @@ + ( cd etc; ${MAKE} install ) + ( cd cin; ${MAKE} install ) + ( cd po; ${MAKE} install ) +- ( cd doc/man; ${MAKE} install ) ++ ( cd man; ${MAKE} install ) + + clean: + ( cd src; ${MAKE} clean ) diff --git a/inputmethod/xcin/patches/patch-ac b/inputmethod/xcin/patches/patch-ac new file mode 100644 index 00000000000..238718aba85 --- /dev/null +++ b/inputmethod/xcin/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ + +--- configure.orig Tue Nov 27 22:21:17 2001 ++++ configure +@@ -7666,7 +7666,7 @@ + fi + done + +- if test $found = n; then ++ if test $found = y; then + echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 + echo "configure:7672: checking for gettext in -lintl" >&5 + ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` +@@ -8759,7 +8759,7 @@ + cin/gb/Makefile \ + etc/Makefile \ + po/Makefile \ +- doc/man/Makefile"} ++ man/Makefile"} + EOF + cat >> $CONFIG_STATUS <<\EOF + for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/inputmethod/xcin/patches/patch-ad b/inputmethod/xcin/patches/patch-ad new file mode 100644 index 00000000000..942dd0ef068 --- /dev/null +++ b/inputmethod/xcin/patches/patch-ad @@ -0,0 +1,34 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ + +--- etc/xcinrc.NETBSD.orig Thu Nov 29 21:50:42 2001 ++++ etc/xcinrc.NETBSD +@@ -163,7 +163,7 @@ + (DEFAULT_IM_SINMD "DEFAULT") + (PHRASE "default.phr") + (CINPUT (pinyin shuangpin jtcj_gb wubizixing phonegb2 +- array30 zh_hex)) ++ zh_hex)) + (FONTSET "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gb2312.1980-0") + (OVERSPOT_FONTSET "-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-gb2312.1980-0"))) + ; +@@ -180,7 +180,7 @@ + (define jtcj_gb@euccn + '((SETKEY 3))) + +-(define phonegb2@gb2312 ++(define phonegb2@euccn + '((SETKEY 4) + (END_KEY YES) + (BEEP_DUPCHAR YES))) +@@ -188,11 +188,6 @@ + (define wubizixing@euccn + '((SETKEY 5))) + +-(define array30@gb2312 +- '((SETKEY 8) +- (BEEP_DUPCHAR YES) +- (DISABLE_SEL_LIST "w") +- (KEYSTROKE_REMAP "t:0xb5c4;T:0xb5c4"))) + + + ; |