1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Daichi GOTO
9083803e53 Update to 1.3.975.102 2012-01-29 05:22:57 +00:00
Daichi GOTO
d5e45fcadc Update for ibus 1.4.0 2012-01-10 00:09:47 +00:00
Daichi GOTO
b706405e3a added support for ibus-1.4.0
Requested by:	Buganini
2012-01-07 04:49:16 +00:00
Daichi GOTO
0867160c6f fixed wrong packages name 2012-01-07 02:19:30 +00:00
Daichi GOTO
50c0c232c7 - 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
2011-12-12 17:43:50 +00:00
Daichi GOTO
d338c492b0 Fixed a build error caused by a gcc 4.2.1's namespace bug.
Feature safe: yes
2011-12-10 11:14:24 +00:00
Daichi GOTO
0bba7c15b9 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
2011-12-04 14:02:11 +00:00
Pav Lucistnik
435485fd47 - Chase protobuf update
Reported by:	pointyhat
Pointy hat to:	vanilla
2011-03-23 23:59:10 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - 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)
2010-12-25 16:55:41 +00:00
Daichi GOTO
7e23fbde7b Update mozc to 0.13.523.102 2010-11-06 02:40:39 +00:00
Daichi GOTO
ce030bd722 Update mozc relative ports from 0.13.481.102 to 0.13.499.102 2010-10-16 03:42:06 +00:00
Daichi GOTO
8296dc8ea4 Reduce amount of patch, pointed by Google mozc dev team. 2010-10-03 09:52:48 +00:00
Daichi GOTO
80bba44744 Add Debug build knob, WITH_DEBUG_CODE
Log files will be generated under ~/.mozc/
2010-09-27 08:02:42 +00:00
Daichi GOTO
f84ba16222 Update mozc to 0.13.481.102 2010-09-25 03:56:28 +00:00
Daichi GOTO
fb9115ac90 Update mozc to 0.13.464.102 2010-09-18 06:05:47 +00:00
Daichi GOTO
110eef605f 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.
2010-09-05 02:08:49 +00:00
Daichi GOTO
83ac3caa91 Update Mozc (Japanese Input Method Editor)
relative ports to 0.12.434.102 and fix build error on
recent 9-CURRENT.
2010-09-04 02:44:13 +00:00
Daichi GOTO
7f15184358 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
2010-06-26 08:21:35 +00:00
Daichi GOTO
acc86461f4 - add Qt components dependencies to fix build fail reported by QAT
Pointed out by:	QAT
2010-06-14 03:45:32 +00:00
Daichi GOTO
e8a1f3b855 - 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.
2010-06-12 07:31:06 +00:00
Daichi GOTO
6ffce26739 - 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.
2010-06-11 09:01:39 +00:00
Daichi GOTO
85ffa94a34 Chase with ibus shilb change.
NOTICE: But still under BROKEN bacause some environment
       has a build problem. Under researching now.
2010-06-11 03:10:46 +00:00
Pav Lucistnik
58ef9e721d - Mark BROKEN: does not build ('::posix_spawn' has not been declared)
Reported by:	pointyhat
2010-06-09 20:11:47 +00:00
Daichi GOTO
ab71e7775c fix typo failing install
Submitted by:	sasaki@ongs.co.jp
2010-05-30 03:14:38 +00:00
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