summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2013-09-15Fix implicit casts in initializers. Fix format string. Fix stream usage.joerg4-12/+26
2013-09-09+ ibus-libthaiobache1-1/+2
2013-09-09Import ibus-libthai-0.1.0 as inputmethod/ibus-libthai.obache4-0/+53
IBus-LibThai is a Thai input method engine for IBus, based on the LibThai library. Currently, it provides 3 keyboard layouts internally: - Ketmanee - Pattachote - TIS-820.2538 (Thai XKB symbols are also supported.) The input method also filters out invalid input sequences with 3 levels of strictness: - Passthrough (no check) - Basic Check - Srict Check For applications that support surrounding text retrieval/deletion, it can also correct the invalid input sequences.
2013-09-08Update scim-libthai to 0.1.3.obache3-7/+49
Version 0.1.3 (2012-06-09) ============= - Migrate away deprecated GTK+ APIs, fixing FTBFS.
2013-09-07Update to 1.11.1522.102ryoon25-163/+196
* Use renderer for ibus-mozc, new candidates window. Changelog: r171 2013-08-28 1.11.1522.102 FIX: Safari crashes when surrounding text is requested. FIX: Mode symbol on the mode indicator is not rendered on Windows. FIX: Caret position is not updated after commit in WPF's TextBox on Windows. FIX: UI is not placed at proper position when HiDPI is enabled on Windows 8.1 FIX: GDI handles are not destroyed when classic theme is selected on Windows. FIX: Fails to connect to mozc_renderer from explorer.exe on Windows. Enable Touch-optimized on-screen keyboard on Windows 8+. Enable a developer to configure ibus-mozc path and/or ibus-mozc icon path at build time for GNU/Linux build. See the build instruction about how to customize them. ( Issue 41 ) Add Session command for ConvertPrevPage and ConvertNextPage ( Issue 188 ) Remove ibus-mozc-chewing (Issue 194) Remove ibus-mozc-pinyin (Issue 194)
2013-09-04recursive bump from graphics/gd shlib major bump.obache5-9/+10
2013-09-02Revbump after cairo updateadam50-95/+100
2013-08-30Don't try to use gethostbyname_r on NetBSD.joerg1-1/+3
2013-08-11Update uim to 1.8.6.obache4-18/+26
(now, editline is in pkgsrc, so optionify editline support). Overview of changes from 1.8.5 to 1.8.6 ======================================= * Fixes - libuim * Add XDG_RUNTIME_DIR support (by tagoh) - po * List language names on each line in LINGUAS (by naota) - uim-canna * Avoid a crash when a Canna server name is specified (by Kouichi ONO) * Enhancements - uim-m17nlib * Add an option to set a candidate windows to be visiable or hidden - uim-tutcode * Updated trycode composition table retrieved 2013-06-26 Overview of changes from 1.8.4 to 1.8.5 ======================================= * Fixes - uim-gtk2 - uim-gtk3 * Avoid an infinite recursion when no preedit is started (by tagoh) - uim-tutcode * Fix behavior of postfix katakana conversion
2013-08-10Update scim-chewing to 0.3.5.obache4-8/+80
What's New in SCIM-chewing 0.3.5 --------------------------------------------------------- * Gtk+ 3.x support * Handle translated Chi-Eng mode switch properly * Fix incorrect color cand problem * Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard
2013-08-10Update libchewing to 0.3.5.obache5-16/+50
What's New in libchewing 0.3.5 (Jul 28, 2013) --------------------------------------------------------- * Improve CMake rules - Visual Studio build included * Dictionary improvements - Remove duplicated phrases, fix Bopomofo representation - tool tweaks * travis-ci support (https://travis-ci.org/chewing/libchewing) * drone.io support (https://drone.io/github.com/chewing/libchewing) * coveralls.io support (https://coveralls.io/r/chewing/libchewing) * editorconfig support (http://editorconfig.org/) * Add new chewing_set_logger API * Prevent unaligned memory access * Reduce maxChiSymbolLen to 39 to avoid overflow * Do not store user phrase when its length is 1 * Check chiSymbolBufLen in chewing_handle_Numlock() * Set isSymbol to 0 in SetChoiceInfo * Fix 'j', 'k' in select mode cannot handle symbol selecting * Do not call GetCharNext() when GetCharFirst() fails * Successful stories: . FreeArray utilizes libchewing for selecting phrases of Array input method What's New in libchewing 0.3.4 (Dec 31, 2012) --------------------------------------------------------- * Improve the description of libchewing API - Simplified examples to illustrate the usage are added * Revise libchewing API. Check the documentation for details * Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard layout * Reimplementation of unit test framework. No external 'check' package is required * Fix several phrase errors - Add exceptional phrase as well * Improved developer and user guide * Introduce CMake based build system, which is convenient to MS-Windows based environments. * Add --enable-gcov to enable gcov coverage * Fix possible strncat() overflow * Consistent checks for bopomofo sequence internally * Handle incomplete bopomofo with space key properly * Internal structure refactoring * Read hash path from CHEWING_PATH environment variable * Make libchewing thread-safe * Fix IM crash by changing default candidate per page to 10 * Fix the detection of ncursesw * Fix the usage of autotools * Update and tune symbols * Fix valgrind warning * Fix several compilation warnings * Fix GCC visibility availability for Darwin specific PIC code * Fix hash table initialization and its memory leakage * Support building with mingw32 toolchain * Fix GNU Hurd build * Fix Microsoft VC build * Fix Windows 64-bit build * Fix mingw32/64 + WINE build * Successful stories: . GCIN supports experimental Chewing IM since version 1.6.4 . HIME supports Chewing IM . UCIMF supports Chewing IM . Fcitx supports Chewing IM . mozc (IM framework maintained by Google) provides Chewing support . JMCCE (reworked version) supports libchewing
2013-08-10Update Chewing IM MASTER_SITES and HOMEPAGE.obache3-9/+9
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