Commit graph

1004 commits

Author SHA1 Message Date
joerg
0928adb576 Fix implicit casts in initializers. Fix format string. Fix stream usage. 2013-09-15 12:30:23 +00:00
obache
644709970d + ibus-libthai 2013-09-09 11:59:28 +00:00
obache
b9f0363821 Import ibus-libthai-0.1.0 as inputmethod/ibus-libthai.
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-09 11:56:57 +00:00
obache
43cf6a03c3 Update scim-libthai to 0.1.3.
Version 0.1.3 (2012-06-09)
=============
- Migrate away deprecated GTK+ APIs, fixing FTBFS.
2013-09-08 12:40:26 +00:00
ryoon
f11b03d5f4 Update to 1.11.1522.102
* 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-07 18:42:14 +00:00
obache
b63e7a6d69 recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
adam
30b15b560e Revbump after cairo update 2013-09-02 19:50:38 +00:00
joerg
ee37c4c938 Don't try to use gethostbyname_r on NetBSD. 2013-08-30 16:58:39 +00:00
obache
35b284ec53 Update uim to 1.8.6.
(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-11 07:50:51 +00:00
obache
44a673fb4f Update scim-chewing to 0.3.5.
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-10 09:31:37 +00:00
obache
e765bedb24 Update libchewing to 0.3.5.
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-10 09:14:22 +00:00
obache
79d06eac62 Update Chewing IM MASTER_SITES and HOMEPAGE. 2013-08-10 07:11:02 +00:00
ryoon
664a1cd113 Update to 1.11.1502.102.
* 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-20 04:34:53 +00:00
ryoon
2dce752b67 Recursive revbump from gtk2/modules.mk update. 2013-07-19 10:08:58 +00:00
ryoon
818a5e8745 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
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-15 02:02:17 +00:00
jperkin
16bdf421be Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
ryoon
a479395e39 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
adam
4b3fe7d29a Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
joerg
8b60b30b4a Remove obsoleted and now harmful patch. 2013-06-17 11:45:58 +00:00
ryoon
25af54ec62 Remove obsolete patch. 2013-06-16 00:32:32 +00:00
ryoon
e968c14ee3 Update to 1.0.1
* 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-16 00:30:53 +00:00
dholland
7270800aca Not MAKE_JOBS_SAFE (seen in joerg's build of 20130601) 2013-06-10 03:09:01 +00:00
wiz
9857186f24 Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
e05e426ab4 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
61dc4ab4d2 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-06-03 10:05:17 +00:00
wiz
047a7f787e Bump all packages for perl-5.18, that
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-31 12:39:57 +00:00
obache
49368849e5 Update scim-table to 0.5.13.
2013-05-21 09:01  tzhuan

        * Relase 0.5.13
	* Add modern Hebrew and Russian support, thanks to Ury Marshak
2013-05-29 13:09:55 +00:00
wiz
7beb3ce74b Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
joerg
5191e1a408 locale_t is surprisingly used by locale.h, so pick a different name. 2013-04-30 22:23:07 +00:00
ryoon
d6ccbda456 Bump PKGREVISION.
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-29 14:47:29 +00:00
ryoon
e2682a444d Change base package to mozc-server from ibus-mozc.
This change encourages uim-mozc, fcitx-mozc and so on.
2013-04-29 09:52:15 +00:00
ryoon
e37f1c1e19 Update to 1.10.1390.102
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-29 09:21:24 +00:00
rodent
2ab539dcf6 Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
0fe51336d1 Resolves:
"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-06 20:27:16 +00:00
rodent
b0587df2a1 Fixes:
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-04-06 03:45:05 +00:00
joerg
a83d849844 Fix return types. 2013-03-28 21:28:12 +00:00
obache
9e516819cb more patches, access(2) require unistd.h. 2013-03-25 12:55:04 +00:00
joerg
23e52053da Not MAKE_JOBS_SAFE 2013-03-24 16:56:32 +00:00
obache
4682b1f306 include <cstring> for strncmp(). 2013-03-22 13:41:32 +00:00
obache
eaba6a4886 add include <cstring> for strcmp(). 2013-03-22 13:37:21 +00:00
obache
d764f4f203 fixes patch about cast for the case of __STDC_ISO_10646__ 2013-03-22 13:29:42 +00:00
obache
df70cc0488 add include <cstrin> for strlen. 2013-03-22 12:45:26 +00:00
obache
3eabae11ca prevent to use non portable sig_t 2013-03-20 06:54:41 +00:00
obache
e3c11fc68c require unistd.h for access(2) 2013-03-20 06:08:44 +00:00
obache
5ed63bda0a fixes hard-coded localedir:
* fixes installation with PKGLOCALEDIR != share
* fixes runtime search path of locale data.

Bump PKGREVISION.
2013-03-20 05:59:01 +00:00
obache
594fffabb6 Fixes build on some situations:
* use C++ style header files
* fixes bogus NULL usage, as Integer 0.
2013-03-20 05:25:58 +00:00
ryoon
692106f4ca Update to 15.1
* Drop emacs-21 support.

Changelog:
* Drop emacs-21 support.
* Improve emacs-24.3 support.
* Many improvements.
* Some new features.
2013-03-16 14:59:49 +00:00
obache
7740731fbb Update ibus-qt to 1.3.2.
bug fixes.
2013-03-16 11:10:56 +00:00
ryoon
bcc6f9930c Add used by line. 2013-03-13 15:54:44 +00:00