aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kinput2-canna+wnn7
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2002-10-29 17:50:22 +0800
committertaoka <taoka@FreeBSD.org>2002-10-29 17:50:22 +0800
commit3a3d6900633960ba424fd9dc540d9dc0d46b21d1 (patch)
tree37326041570446c2cfb8c447e4f4adafbac454a5 /japanese/kinput2-canna+wnn7
parent6d86f199c00e02774325f5beb398f8d2e8631bf4 (diff)
downloadfreebsd-ports-gnome-3a3d6900633960ba424fd9dc540d9dc0d46b21d1.tar.gz
freebsd-ports-gnome-3a3d6900633960ba424fd9dc540d9dc0d46b21d1.tar.zst
freebsd-ports-gnome-3a3d6900633960ba424fd9dc540d9dc0d46b21d1.zip
Update to the latest version 3.1
Change linking libwnn7.so.1 instead of libwnn6_for_wnn7.so.1 Modify pkg-descr Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org
Diffstat (limited to 'japanese/kinput2-canna+wnn7')
-rw-r--r--japanese/kinput2-canna+wnn7/pkg-descr17
1 files changed, 11 insertions, 6 deletions
diff --git a/japanese/kinput2-canna+wnn7/pkg-descr b/japanese/kinput2-canna+wnn7/pkg-descr
index 91e40b474a47..7ba92820e636 100644
--- a/japanese/kinput2-canna+wnn7/pkg-descr
+++ b/japanese/kinput2-canna+wnn7/pkg-descr
@@ -1,15 +1,20 @@
-Kinput2 is an input server for X11 applications that want Japanese
-text input.
+Kinput2 is an Japanese text input server for X11 applications.
-A client that wants kana-kanji conversion service for Japanese text
+A client that require kana-kanji conversion service for Japanese text
sends a request to kinput2. Kinput2 receives the request, does
kana-kanji conversion, and sends the converted text back to the
client.
-The port supports Canna and Wnn7(temporary). Egg key binding is avairable,
-if you run
+The port supports Canna and Wnn7(temporary). Those looking for egg-key-binding
+other than default binding, try as follows:
-kinput2 -ccdef ccdef.kinput2.egg
+ % kinput2 -ccdef ccdef.kinput2.egg
+
+Note: Current wnn7 support on kinput2 is done by backward-compatibility
+ with wnn6, and you need to add following line to ${WNNENVRC}
+ file or /usr/local/lib/wnn7/ja_JP/wnnenvrc:
+
+ boin_kabusoku FALSE
-- S. Taoka
<taoka@FreeBSD.org>