himself using the system's default gcc.
- removed the dependency for external gyp
- removed the gsed dependency
- removed the gnugrep dependency
- refined the mozc relative ports
Feature safe: yes
Submitted by: hrs
- New tool: Word Register
- New tool: Hand Writing
- New tool: Character Palette
- Prediction feature
- Correct suggestion feature
- dictionary improvements
Feature safe: yes
- add signal treatments for FreeBSD to do correct
termination process (remove socket file and lock file
as closing time).
- improve socket filename treatment
Now mozc_server does correct termination process. By this
improvements, you don't need mozc-additions anymore. But
commands included in mozc-additions is safe and useful for
start, stop, restart and launch mozc tools even now.
- japanese/ibus-mozc port has been separated into 5 ports
to cope with upcoming new port japanese/scim-mozc.
o japanese/mozc-server
o japanese/mozc-tool
o japanese/mozc-additions
o japanese/ibus-mozc
o devel/py-gyp-devel
Notice:
You must deinstall ibus-mozc before do portupgrade or portmaster.
Uninstall ibus-mozc and install new ibus-moz.
e.g.
# cd /usr/ports/japanese/ibus-mozc/
# make deinstall
# portsnap fetch update
# cd /usr/ports/japanese/ibus-mozc/
# make install clean
Feature safe: yes
- you need 8.0 or over to build mozc
- added UT dictionary options to add UT extra dictionary.
default is disable:
WITH_DIC_UT_MEISHI, WITH_DIC_UT_JINMEI, WITH_DIC_UT_KAOMOJI,
WITH_DIC_UT_EDICTKATAKANAGO, WITH_DIC_UT_ZIPCODE,
WITH_DIC_UT_JIGYOSHO, WITH_DIC_UT_GCANNAKIHONMEISHI
WITH_DIC_UT is shortcut of:
WITH_DIC_UT_MEISHI
WITH_DIC_UT_JINMEI
WITH_DIC_UT_FULL is shortcut of:
WITH_DIC_UT_MEISHI
WITH_DIC_UT_JINMEI
WITH_DIC_UT_KAOMOJI
WITH_DIC_UT_EDICTKATAKANAGO
WITH_DIC_UT_ZIPCODE
WITH_DIC_UT_JIGYOSHO
WITH_DIC_UT_GCANNAKIHONMEISHI
- added two original icons because mozc has no icon files.
- 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