summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-mozc
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02Revbump after cairo updateadam1-1/+2
2013-07-20Update to 1.11.1502.102.ryoon1-2/+3
* ibus-mozc depends on mozc-server and mozc-tool. * Add CFLAGS+=-std=c++0x in gyp/common.gypi. Changelog: r163 2013-07-17 1.11.1502.102 Fixes cursor movement issue on Emacs 24 ( Issue 168 ) Support numpad keys in mozc.el ( Issue 170 ) Fix build failure on Windows ( Issue 185 , Issue 191) Support GCC 4.8.0 ( Issue 186 ) Fix build failure when use_libprotobuf=1 is specified ( Issue 189 ) Support Emacs 24 in mozc.el ( Issue 190 ) Development of ibus-mozc is now in maintenance mode (Issue 194) Intorduce Mode Indicator for Windows Support per-user input mode for Windows 8 (TSF-mozc) Support InputScope for Windows 8 (TSF-mozc) Support surrounding text on Windows, Mac, LInux and NaCl Enable a developer to configure document directory and/or Zinnia model file path at build time for GNU/Linux build. See the build instruction about how to customize them. Dictionary update
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-04-29Change base package to mozc-server from ibus-mozc.ryoon50-1523/+2
This change encourages uim-mozc, fcitx-mozc and so on.
2013-04-29Update to 1.10.1390.102ryoon35-416/+407
Changelog: r147 2012-03-29 1.10.1390.102 Check Qt version in GNU/Linux build ( Issue 183 ) Add missing semicolon for ibus-mozc ( Issue 184 ) Remove unnecessary dependency on libzinnia from Android build. r131 2012-03-28 1.10.1389.102 Support IBus 1.5 ( Issue 161 ) Support Mac OS X 10.8 as a build environment ( Issue 166 , Issue 176 ) Fix build failure on Windows ( Issue 173 ) Increase opaque buffer size for x32 ( Issue 177 ) Check physycal monitor area in mozc_renderer ( Issue 180 ) Add missing properties for gnome-shell ( Issue 182 ) Switch to Protocol Buffers 2.5 Switch to Ninja from msbuild to build Mozc for Windows Support Android build Unsupport Visual C++ 2008 Remove RX from the repository
2013-03-13Add used by line.ryoon1-1/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Bump PKGREVISIONs.ryoon3-5/+18
Fix build on NetBSD/i386. The patch is provided from tsutsui@.
2013-01-26Fix build on NetBSD 6.0.1.ryoon1-2/+2
Use correct macro name, ALL_ENV.
2013-01-26Replace hardcoded netbsd with LOWER_OPSYS.ryoon1-2/+2
This change should fix build on Linux.
2013-01-22Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.ryoon1-2/+2
Fix build when MAKE_JOBS is not defined.
2013-01-22Fix build when MAKE_JOBS is not defined, use _MAKE_JOBS.ryoon1-2/+2
2013-01-20Disable flock(1)ryoon1-1/+4
Fix build on NetBSD 6.0.x. It seems that flock(1) is not needed by ibus-mozc, mozc-server, and mozc-tool.
2013-01-18Import ibus-mozc-1.6.1187.102 as inputmethod/ibus-mozc.ryoon52-0/+1561
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.