Bug 167860 - [PATCH] Add the support to fcitx-mozc in japanese/mozc-server
Summary: [PATCH] Add the support to fcitx-mozc in japanese/mozc-server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Daichi GOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-14 04:20 UTC by lichray
Modified: 2012-05-22 06:30 UTC (History)
0 users

See Also:


Attachments
mozc-server_2.patch (5.21 KB, patch)
2012-05-14 04:20 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2012-05-14 04:20:02 UTC
	
	This patch adds the fcitx-mozc support to mozc-server. Fcitx is featured input method framework.
	https://code.google.com/p/fcitx/

	A new slave port, "japanese/fcitx-mozc" is needed (ports/166711).
	 * It has been a long time since I submit the PR above, so I have to separate the PR into two to notify the japanese/mozc-server maintainer.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-14 04:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->daichi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-22 06:19:55 UTC
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@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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-22 06:26:11 UTC
daichi      2012-05-22 05:26:02 UTC

  FreeBSD ports repository

  Modified files:
    japanese             Makefile 
  Added files:
    japanese/fcitx-mozc  Makefile 
  Log:
  Add fcitx-mozc , mozc engine for Fcitx.
  
  PR:             ports/167860
  Submitted by:   Daichi GOTO <daichi@freebsd.org>
  
  Revision  Changes    Path
  1.799     +1 -0      ports/japanese/Makefile
  1.1       +17 -0     ports/japanese/fcitx-mozc/Makefile (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Daichi GOTO freebsd_committer freebsd_triage 2012-05-22 06:28:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!