Date: Sat, 29 May 2010 13:29:36 +0000 (UTC) From: Daichi GOTO <daichi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ibus-mozc Makefile distinfo pkg-message pkg-plist ports/japanese/ibus-mozc/files patch-src_base_iconv.cc patch-src_base_mutex.h patch-src_base_process.cc patch-src_base_util.cc patch-src_build_mozc.py patch-src_gyp_common.gypi patch-src_ipc_unix_ipc.cc ... Message-ID: <201005291329.o4TDTap8047347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
daichi 2010-05-29 13:29:36 UTC
FreeBSD ports repository
Modified files:
japanese/ibus-mozc Makefile distinfo pkg-message pkg-plist
japanese/ibus-mozc/files patch-src_base_iconv.cc
patch-src_base_mutex.h
patch-src_build_mozc.py
patch-src_gyp_common.gypi
patch-src_ipc_unix_ipc.cc
patch-src_unix_ibus_mozc.xml
Added files:
japanese/ibus-mozc/files patch-src_base_process.cc
patch-src_base_util.cc
patch-src_unix_ibus_path_util.cc
Log:
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.
Revision Changes Path
1.2 +50 -13 ports/japanese/ibus-mozc/Makefile
1.2 +6 -6 ports/japanese/ibus-mozc/distinfo
1.2 +2 -2 ports/japanese/ibus-mozc/files/patch-src_base_iconv.cc
1.2 +2 -2 ports/japanese/ibus-mozc/files/patch-src_base_mutex.h
1.1 +11 -0 ports/japanese/ibus-mozc/files/patch-src_base_process.cc (new)
1.1 +11 -0 ports/japanese/ibus-mozc/files/patch-src_base_util.cc (new)
1.2 +15 -57 ports/japanese/ibus-mozc/files/patch-src_build_mozc.py
1.2 +2 -2 ports/japanese/ibus-mozc/files/patch-src_gyp_common.gypi
1.2 +5 -4 ports/japanese/ibus-mozc/files/patch-src_ipc_unix_ipc.cc
1.2 +9 -21 ports/japanese/ibus-mozc/files/patch-src_unix_ibus_mozc.xml
1.1 +19 -0 ports/japanese/ibus-mozc/files/patch-src_unix_ibus_path_util.cc (new)
1.2 +3 -0 ports/japanese/ibus-mozc/pkg-message
1.2 +9 -1 ports/japanese/ibus-mozc/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005291329.o4TDTap8047347>
