diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-05-31 13:09:00 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-05-31 13:09:00 +0000 |
commit | 4e67c50dc24be5a81e36af7b9e0df041dc18ce78 (patch) | |
tree | e0ae54f6694e291b63d03f2c18db65cb72a59a7d /inputmethod/skkinput/INSTALL | |
parent | 868023fdd1e2ee624fcfea68a896703cfffa84e9 (diff) | |
download | pkgsrc-4e67c50dc24be5a81e36af7b9e0df041dc18ce78.tar.gz |
Update to 2.06.3.
* Improve IPv6 support.
* Make XIM, Ximp start keys configurable.
* Keep input modes across conversations. (History functions.)
* Convert "oh" as "oo".
* Support "Off The Spot" style.
And tons of bug fixes.
Diffstat (limited to 'inputmethod/skkinput/INSTALL')
-rw-r--r-- | inputmethod/skkinput/INSTALL | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/inputmethod/skkinput/INSTALL b/inputmethod/skkinput/INSTALL index 897ce217ba0..97719dc7c07 100644 --- a/inputmethod/skkinput/INSTALL +++ b/inputmethod/skkinput/INSTALL @@ -1,7 +1,5 @@ #! /bin/sh -# $NetBSD: INSTALL,v 1.1.1.1 2002/05/31 13:00:02 seb Exp $ - -conf=@PKGBASE@/etc/skk.conf +# $NetBSD: INSTALL,v 1.2 2003/05/31 13:09:00 uebayasi Exp $ case "$2" in POST-INSTALL) @@ -12,28 +10,5 @@ POST-INSTALL) echo ' skkserv 1178/tcp # SKK server' >>/etc/services fi - - # install skk.conf - if [ -f $conf ] && grep -v -e '^#' -e '^$' $conf >/dev/null; then - : file exists and it seems to have some configurations - else - cat <<'END' >$conf -# skk.conf - configuration file for SKK client programs - -# Syntax -# Lines start with '#' are comments. -# -# skkserv_host: <hostnme> # Host which skkserv is running on. -# # default: localhost -# -# skkserv_port: <port> # TCP service name or port number of skkserv. -# # default: skkserv -# - -# skkserv_host: localhost -# skkserv_port: skkserv -# skkserv_port: 1178 -END - fi ;; esac |