cvs commit: ports/japanese/mozc-server Makefile ports/japanese/mozc-server/files patch-base_base.gyp patch-unix_fcitx_eim.cc patch-unix_fcitx_fcitx-mozc.conf patch-unix_fcitx_fcitx-mozc.desc patch-unix_fcitx_fcitx.gyp patch-unix_fcitx_fcitx_config.h patch-unix_fcitx_fcitx_key_translator.cc patch-unix_fcitx_fcitx_key_translator.h patch-unix_fcitx_fcitx_mozc.cc ...

Daichi GOTO daichi at FreeBSD.org
Tue May 22 05:19:41 UTC 2012


daichi      2012-05-22 05:19:41 UTC

  FreeBSD ports repository

  Modified files:
    japanese/mozc-server Makefile 
    japanese/mozc-server/files patch-base_base.gyp 
  Added files:
    japanese/mozc-server/files patch-unix_fcitx_eim.cc 
                               patch-unix_fcitx_fcitx-mozc.conf 
                               patch-unix_fcitx_fcitx-mozc.desc 
                               patch-unix_fcitx_fcitx.gyp 
                               patch-unix_fcitx_fcitx_config.h 
                               patch-unix_fcitx_fcitx_key_translator.cc 
                               patch-unix_fcitx_fcitx_key_translator.h 
                               patch-unix_fcitx_fcitx_mozc.cc 
                               patch-unix_fcitx_fcitx_mozc.h 
                               patch-unix_fcitx_gen_fcitx_mozc_i18n.sh 
                               patch-unix_fcitx_mozc.conf 
                               patch-unix_fcitx_mozc_connection.cc 
                               patch-unix_fcitx_mozc_connection.h 
                               patch-unix_fcitx_mozc_response_parser.cc 
                               patch-unix_fcitx_mozc_response_parser.h 
                               patch-unix_fcitx_po_Messages.sh 
                               patch-unix_fcitx_po_fcitx-mozc.pot 
                               patch-unix_fcitx_po_ja.po 
                               patch-unix_fcitx_po_zh_CN.po 
                               patch-unix_fcitx_po_zh_TW.po 
  Log:
  Added fcitx-mozc support
  
  PR:             167860, 166711
  Submitted by:   Zhihao Yuan <lichray at gmail.com>
  
  Revision  Changes    Path
  1.30      +63 -4     ports/japanese/mozc-server/Makefile
  1.2       +2 -2      ports/japanese/mozc-server/files/patch-base_base.gyp
  1.1       +141 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_eim.cc (new)
  1.1       +13 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx-mozc.conf (new)
  1.1       +10 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx-mozc.desc (new)
  1.1       +110 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx.gyp (new)
  1.1       +32 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx_config.h (new)
  1.1       +584 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx_key_translator.cc (new)
  1.1       +117 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx_key_translator.h (new)
  1.1       +525 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx_mozc.cc (new)
  1.1       +153 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_fcitx_mozc.h (new)
  1.1       +14 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_gen_fcitx_mozc_i18n.sh (new)
  1.1       +10 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_mozc.conf (new)
  1.1       +177 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_mozc_connection.cc (new)
  1.1       +139 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_mozc_connection.h (new)
  1.1       +284 -0    ports/japanese/mozc-server/files/patch-unix_fcitx_mozc_response_parser.cc (new)
  1.1       +96 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_mozc_response_parser.h (new)
  1.1       +36 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_po_Messages.sh (new)
  1.1       +81 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_po_fcitx-mozc.pot (new)
  1.1       +84 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_po_ja.po (new)
  1.1       +82 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_po_zh_CN.po (new)
  1.1       +85 -0     ports/japanese/mozc-server/files/patch-unix_fcitx_po_zh_TW.po (new)


More information about the cvs-ports mailing list