| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Jan 2012 05:22:57
1.3.975.102
|
daichi  |
Update to 1.3.975.102 |
10 Jan 2012 00:09:47
1.3.931.102_3
|
daichi  |
Update for ibus 1.4.0 |
07 Jan 2012 04:49:16
1.3.931.102_2
|
daichi  |
added support for ibus-1.4.0
Requested by: Buganini |
07 Jan 2012 02:19:30
1.3.931.102_1
|
daichi  |
fixed wrong packages name |
12 Dec 2011 17:43:50
1.3.911.102_1
|
daichi  |
- fixed a gcc 4.2.1 's namespace bug. Now mozc can build
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 |
10 Dec 2011 11:14:24
1.3.911.102
|
daichi  |
Fixed a build error caused by a gcc 4.2.1's namespace bug.
Feature safe: yes |
04 Dec 2011 14:02:11
1.3.911.102
|
daichi  |
Update to 1.3.911.102 including new features
- New tool: Word Register
- New tool: Hand Writing
- New tool: Character Palette
- Prediction feature
- Correct suggestion feature
- dictionary improvements
Feature safe: yes |
23 Mar 2011 23:59:10
0.13.523.102_1
|
pav  |
- Chase protobuf update
Reported by: pointyhat
Pointy hat to: vanilla |
25 Dec 2010 16:55:41
0.13.523.102
|
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
06 Nov 2010 02:40:39
0.13.523.102
|
daichi  |
Update mozc to 0.13.523.102 |
16 Oct 2010 03:42:06
0.13.499.102
|
daichi  |
Update mozc relative ports from 0.13.481.102 to 0.13.499.102 |
03 Oct 2010 09:52:48
0.13.481.102
|
daichi  |
Reduce amount of patch, pointed by Google mozc dev team. |
27 Sep 2010 08:02:42
0.13.481.102
|
daichi  |
Add Debug build knob, WITH_DEBUG_CODE
Log files will be generated under ~/.mozc/ |
25 Sep 2010 03:56:28
0.13.481.102
|
daichi  |
Update mozc to 0.13.481.102 |
18 Sep 2010 06:05:48
0.13.464.102
|
daichi  |
Update mozc to 0.13.464.102 |
05 Sep 2010 02:08:49
0.12.434.102_1
|
daichi  |
Added some mozc improvements for FreeBSD:
- 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. |
04 Sep 2010 02:44:13
0.12.434.102
|
daichi  |
Update Mozc (Japanese Input Method Editor)
relative ports to 0.12.434.102 and fix build error on
recent 9-CURRENT. |
26 Jun 2010 08:21:35
0.11.383.102
|
daichi  |
Update to 0.11.383.102
- 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 |
14 Jun 2010 03:45:32
0.11.365.102_1
|
daichi  |
- add Qt components dependencies to fix build fail reported by QAT
Pointed out by: QAT |
12 Jun 2010 07:31:07
0.11.365.102
|
daichi  |
- update to mozc-0.11.365.102
- 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. |
11 Jun 2010 09:01:39
r28_2
|
daichi  |
- add devel/py-notify to RUN_DEPENDS to get run
system tray feature with ibus 1.3.*.
NOTICE: But still under BROKEN bacause some environment
has a build problem. Under researching now. |
11 Jun 2010 03:10:47
r28_1
|
daichi  |
Chase with ibus shilb change.
NOTICE: But still under BROKEN bacause some environment
has a build problem. Under researching now. |
09 Jun 2010 20:11:47
r28
|
pav  |
- Mark BROKEN: does not build ('::posix_spawn' has not been declared)
Reported by: pointyhat |
30 May 2010 03:14:38
r28
|
daichi  |
fix typo failing install
Submitted by: sasaki@ongs.co.jp |
29 May 2010 13:29:36
r28
|
daichi  |
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. |
23 May 2010 08:55:45
r23
|
daichi  |
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 |