summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
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
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-16Recursive bump for png-1.6.wiz6-12/+12
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin7-14/+14
2013-01-26Revbump after graphics/jpeg and textproc/icuadam11-22/+22
2013-01-26Bump PKGREVISIONs.ryoon5-7/+22
Fix build on NetBSD/i386. The patch is provided from tsutsui@.
2013-01-26Update ibus-hangul to 1.4.2.obache2-10/+7
1.4.2 * Use Gobject Introspection * GNOME Control Center integration * Miscellaneous bug fixes
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-25increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.reed1-2/+2
Also bump PKGREVISION for a few packages using it. The packages I did this for: net/yaz lang/parrot misc/openoffice3 (where I noticed the run-time failure due to missing shared library) www/webkit-gtk sysutils/open-vm-tools inputmethod/ibus-qt I didn't do this recursively or for all packages using icu since I didn't know if they used the shared library directly, some use was optional. The list of packages I didn't touch: devel/devhelp databases/idzebra databases/sqlite3 devel/gnustep-base/ finance/gnucash games/openttd graphics/shotwell lang/mono meta-pkgs/boost misc/calibre misc/libreoffice news/tin textproc/php-intl www/deforaos-surfer www/epiphany www/liferea-current www/midori
2013-01-25require swig1 not swig2.obache1-2/+2
2013-01-25* swig is just required to buildobache1-3/+3
* prevent to pick up swig2 Bump PKGREVISION.
2013-01-25Update libskk to 1.0.0.obache4-23/+22
Noteworthy changes in version 1.0.0 (2012-08-27) ------------------------------------------------ * Make sure to create parent directory of user-dict (Debian bug#685745). * Clear output and preedit on context reset. * Fix header include in tests (Issue#19).
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.ryoon3-6/+6
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-18Add mozc packages.ryoon1-1/+4
2013-01-18Import mozc-server-1.6.1187.102 as inputmethod/mozc-server.ryoon3-0/+24
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 is dictionary server for mozc client, such as ibuz-mozc.
2013-01-18Import mozc-tool-1.6.1187.102 as inputmethod/mozc-tool.ryoon3-0/+28
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 is configuration tool for mozc.
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.
2012-12-25Call correct destructor.joerg2-3/+12
2012-12-23Update scim-tables to 0.5.12.obache2-8/+7
* update po files * bug fixes * improve gtk3 compatibility
2012-12-22Update ibus-table-chinese to 1.4.6.obache3-21/+25
* Sat Dec 22 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.6 - Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing - Complete LICENSE tag for all of the tables. * Mon Nov 26 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.5 - Table build scripts has been refactored. - cmake-fedora is added as submodule. - Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by merging maxiaojun's repository - Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files - Fixed Google issue 1507: Add CJKV Extension C/D support for Array30 - Merge GitHub Pull request 3: Added the inter punct - Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per page
2012-12-22Update ibus-chewing to 1.4.3.obache2-7/+6
* Sat Dec 22 2012 Ding-Yi Chen <dchen at redhat.com> - 1.4.3 - Fixed GitHub issue #30: Rework decorate_preedit by merging pull request #30 from buganini - Fixed GitHub issue #31: Properly refresh property by merging pull request #31 from buganini