Commit graph

2 commits

Author SHA1 Message Date
Daichi GOTO
22c58a5a70 Update to mozc r28
- performance improvements by async dictionaries
  - add dictionary gui tool (mozc_tool --mode=dictionary_tool)
  - add config gui tool (mozc_tool --mode=config_dialog)
  - add kana input mode
  - separate server process from uni-binary
  - etc etc

FreeBSD specific change:
  - add some scripts to control mozc_server and mozc_tool
    mozc_server_start     (start mozc_server w/o lockfile issue)
    mozc_server_stop      (stop mozc_server w/olockfile issue)
    mozc_server_restart   (restart mozc_server w/o lockfile issue)
    mozc_tool_config      (as mozc_tool --mode=dictionary_tool)
    mozc_tool_dictionaly  (as mozc_tool --mode=config_dialog)

Notice
  - You should start mozc_server by mozc_server_start command
    before ibus-daemon starts bacause to prevent mozc_server
    lockfile issue. Read pkg-message file well.
2010-05-29 13:29:36 +00:00
Daichi GOTO
7b29446529 Add new port japanese/ibus-mozc
- Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
    such as Chromium OS, Windows, Mac and Linux. This open-source project
    originates from Google Japanese Input.

Submitted by:	daichi
2010-05-23 08:55:44 +00:00