summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2013-07-20Update to 1.11.1502.102.ryoon32-262/+268
* 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-07-19Recursive revbump from gtk2/modules.mk update.ryoon7-14/+14
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-4/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin4-7/+8
sysutils/user_* packages.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon1-2/+2
2013-07-04Revbump after updating lang/lua to 5.2.2.adam2-5/+4
2013-06-17Remove obsoleted and now harmful patch.joerg2-15/+1
2013-06-16Remove obsolete patch.ryoon1-13/+0
2013-06-16Update to 1.0.1ryoon3-9/+9
* Change MASTER_SITES, tar ball is not distributed on github anymore. Changelog: Noteworthy changes in version 1.0.1 (2013-04-01) ------------------------------------------------ * Cancel okuri-ari conversion only if there is no candidate (Issue#23). * Allow clients to populate lookup table before setting cursor pos (ibus-skk Issue#51). * rules: inherit AZIK keymap from the default keymap (Issue#22). * Don't use type-punning when converting bytes to uint32 (Issue#20).
2013-06-10Not MAKE_JOBS_SAFE (seen in joerg's build of 20130601)dholland1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz54-108/+108
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron54-108/+108
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz54-106/+108
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-05-31Bump all packages for perl-5.18, thatwiz3-6/+6
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Update scim-table to 0.5.13.obache3-8/+11
2013-05-21 09:01 tzhuan * Relase 0.5.13 * Add modern Hebrew and Russian support, thanks to Ury Marshak
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz3-5/+6
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam4-7/+8
2013-04-30locale_t is surprisingly used by locale.h, so pick a different name.joerg5-3/+78
2013-04-29Bump PKGREVISION.ryoon1-3/+3
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-29Change base package to mozc-server from ibus-mozc.ryoon53-59/+60
This change encourages uim-mozc, fcitx-mozc and so on.
2013-04-29Update to 1.10.1390.102ryoon38-429/+416
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-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent3-6/+6
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-03-28Fix return types.joerg2-1/+49
2013-03-25more patches, access(2) require unistd.h.obache4-1/+46
2013-03-24Not MAKE_JOBS_SAFEjoerg1-1/+3
2013-03-22include <cstring> for strncmp().obache2-5/+9
2013-03-22add include <cstring> for strcmp().obache2-1/+16
2013-03-22fixes patch about cast for the case of __STDC_ISO_10646__obache4-18/+23
2013-03-22add include <cstrin> for strlen.obache2-1/+16
2013-03-20prevent to use non portable sig_tobache2-1/+26
2013-03-20require unistd.h for access(2)obache4-2/+32
2013-03-20fixes hard-coded localedir:obache1-2/+10
* fixes installation with PKGLOCALEDIR != share * fixes runtime search path of locale data. Bump PKGREVISION.
2013-03-20Fixes build on some situations:obache5-4/+101
* use C++ style header files * fixes bogus NULL usage, as Integer 0.
2013-03-16Update to 15.1ryoon2-9/+7
* Drop emacs-21 support. Changelog: * Drop emacs-21 support. * Improve emacs-24.3 support. * Many improvements. * Some new features.
2013-03-16Update ibus-qt to 1.3.2.obache3-21/+6
bug fixes.
2013-03-13Add used by line.ryoon1-1/+2
2013-03-13Add mozc-elisp.ryoon1-1/+2
2013-03-13Import mozc-elisp-1.6.1187.102 as inputmethod/mozc-elisp.ryoon4-0/+49
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. This package includes Emacs LISP and helper program to use mozc on emacs. This package is based on PR pkg/47573.
2013-03-10- Ignore dictionary entries which cause skkserv not to start.hiramatsu4-132/+129
Diff is taken from FreeBSD ports. - Combine patch-af and patch-bsearch into single file, because those are diff files for the same file. - Add LICENSE.
2013-03-10Use FOR_emacs_no_byte_compile as comditional PLIST for future emacs version.obache1-2/+2
2013-03-10Fix anthy-elisp build failure with emacs24.tsutsui1-2/+2
Per comment from mef@, leim is required by only old versions.
2013-03-10Update dictionary data to 201212.hiramatsu4-12/+14
2013-03-10Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED.hiramatsu1-2/+2
2013-03-06Update uim to 1.8.4.obache7-31/+27
based on PR pkg/47468 by YAMASHIRO, Jun. Overview of changes from 1.8.3 to 1.8.4 ======================================= * Enhancements - uim-xim * Add Hungarian locale support (by Kővágó Zoltán) - uim-tutcode * Enhance postfix katakana conversion - Take characters while hiragana continues - Exclude specified number of characters - Shrink last postfix katakana conversion * Updated trycode composition table retrieved 2012-11-22 Overview of changes from 1.8.2 to 1.8.3 ======================================= * Fixes - uim-toolbar-gtk-systray - uim-toolbar-gtk3-systray * Avoid SEGV in some environments ([uim-ja 337]) * Fix typo ([uim-ja 339]) - uim-tutcode * Fix bug: <Shift>left/right key erases current selection text on Google Chrome
2013-02-26Always return a value from !void functions.joerg3-1/+29
2013-02-17Revbump all elisp packages after emacs changes.dholland7-11/+14
2013-02-17Fix typo.ryoon1-1/+1
Pointed out by tsutsui@.
2013-02-16Recursive bump for png-1.6.wiz44-86/+88