Commit graph

1392 commits

Author SHA1 Message Date
jlam
04d58bd26b The Canna-* packages require the "makedepend" tool to configure. 2017-08-08 05:47:25 +00:00
jlam
248594dc1e sbin/jserver should be a setuid executable in ja-freewnn-server.
SPECIAL_PERMS was set to incorrect or missing paths to freewnn
server executables.  There is only one server executable installed
by the package and it is ${PREFIX}/sbin/jserver, which needs to be
setuid to the "wnn" user.

Bump the PKGREVISION due to fixes in the packgae install scripts.
2017-08-07 08:26:38 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
4078335453 Update HOMEPAGE. 2017-08-01 16:49:18 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
maya
fced448cf6 Don't include machine/ansi.h on fbsd and os x which removed it.
do include sys/_types.h on freebsd because gcc does in the identical
fragment of code that it contains.
2017-07-22 17:53:16 +00:00
maya
760f333723 Don't provide a declaration of fgets and gets in a function.
stdio.h is enough. fixes build failure with ssp/fortify
2017-07-22 17:44:40 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
ryoon
62ad36d424 Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
taca
53a6cc8aeb Remove prime-dict package which is not maintained for long time and depends
on ruby18.
2017-04-22 17:38:01 +00:00
taca
d91b32d4fd Remove prime package which is not maintained for long time and depends on
ruby18.
2017-04-22 17:37:38 +00:00
taca
061e3fdb4c Remove scim-prime which is not maintained for long time and depends on
ruby18.
2017-04-22 17:37:11 +00:00
taca
0fa9e032e2 Remove prime-el which is not maintained for long time and depends on ruby18. 2017-04-22 17:36:43 +00:00
taca
090c0d00e0 Delete prime, prime-dict, prime-el and scim-prime. 2017-04-22 17:35:15 +00:00
jperkin
f804889d97 Don't rely on GNU sed features. 2017-04-20 13:25:07 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
ryoon
9b32e4337e Remove emacs22 from supported versions 2017-03-06 10:00:15 +00:00
ryoon
20db908deb Update to 16.2
Chagneglog:
* Remove GNU Emacs 22 support
16.1 supports GNU Emacs 22.

* Add GNU Emacs 26 support
Use encode-coding-string() instead of obsolete string-make-unibyte().

* Support Ruby 2.4
Support bayesian/bskk with Ruby 2.4.

* Select window management
skk-candidate-buffer-delete-other-windows as nil disables
windows management.

* Candidates display with SPC key
skk-show-candidates-nth-henkan-char should be 2 or greater.

* A number of Candidates
Specify a number as skk-henkan-number-to-display-candidates.
Do not use skk-henkan-show-candidates-rows, it is obsolete.
2017-03-06 09:58:51 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
7135fcadcc Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
2016-12-12 14:22:01 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
marino
938dfe006b Specify readline requirement on 30 packages
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline

The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.
2016-12-04 03:51:14 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
ryoon
3f632f7cc4 Update to 16.1
Changelog:
** MELPA install
** Support Emacs 25
*** Add skk-help-make-usage as wrapper macro
** Development environment
*** Converted from CVS to Git
*** Add test and uninstall target to Makefile and make.bat
** Documentation
*** Rename READMEs/REAME to README.md
*** Convert READMEs/* to UTF-8
*** Generation of PDF file from skk.texi
**** Convert skk.texi to UTF-8
**** Create makepdf.bat and makepdf.sh scripts to PDF generation
** Add prefix ccc- to ccc.el functions etc.
** Remove queue-m.el, use cons() instead
** Remove skk-annotation-browser-function variable
** Add keyboard type nicola-colemak and omelet-colemak
2016-10-02 12:18:40 +00:00
ryoon
1742d09c91 Add emacs 25 support 2016-09-18 13:59:01 +00:00
joerg
852712577b Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
tsutsui
dc8c388e70 Fix build error as mozc-elisp. 2016-06-01 13:35:59 +00:00
ryoon
464e0a7b0e Fix build like other mozc packages 2016-05-28 08:04:16 +00:00
ryoon
abf8ad8e2f Bump PKGREVISION for previous fix 2016-05-18 03:56:39 +00:00
ryoon
6646fa3d7b Fix segfault of uim-module-manager command during build with removing -O2
Maybe GCC 5.3 problem.
2016-05-18 03:56:03 +00:00
ryoon
860ef57ff4 Remove accidentally added CFLAGS 2016-05-17 21:47:26 +00:00
ryoon
c3666e5646 Update to 2.17.2313.102
Changelog:
2.17.2288.102 - 2.17.2313.102 / 2016-01-03 - 2016-01-10

Summary of changes between 2.17.2288.102 and 2.17.2313.102 as follows.

    Third party libraries:
        None.
    Build related changes:
        None.
    Major changes:
        Update system dictionary.
        Status icons for OS X are updated with Noto font.
    Fixed issues:
        #344: Support icon_prop_key entry in ibus-mozc
        #345: Mozc for Android keeps crashing
        #347: Software keyboard is not rendered correctly on Android 6 if non-material theme is selected
        #350: Status icon is not updated when using Windows Store Apps in desktop mode on Windows 10
        #351: Mozc cannot be activated in the search box on the task bar when configured to be the default IME on Windows 10
        Following issues are not completely fixed yet, but at least worked around.
            #348: DirectWrite may fail to render text in certain enviromnents
            #349: Word suggestion can be unexpectedly suppressed on Chromium
    Total commits:
        29 commits.


2.17.2285.102 - 2.17.2287.102 / 2016-01-01 - 2016-01-02

Summary of changes between 2.17.2285.102 and 2.17.2287.102 as follows.

    Third party libraries:
        None.
    Build related changes:
        None.
    Major changes:
        None.
    Fixed issues:
        None.
    Total commits:
        4 commits.


2.17.2241.102 - 2.17.2284.102 / 2015-11-15 - 2015-12-31

Summary of changes between 2.17.2241.102 and 2.17.2284.102 as follows.

    Third party libraries:
        fontTools: 5ba7d98 -> 8724513
    Build related changes:
        Reference Dockerfile for Fedora now uses Fedora 23 base image.
        Default SDKROOT for OS X build is switched from macosx10.8 to macosx10.9.
    Major changes:
        CalculatorRewriter is now triggered not only by inputs end with = but also by inputs start with =. For instance, now =1+1 triggers CalculatorRewriter. See the commit message of 5d423b0b and its unittests as for how it works.
        Performance improvements in LOUDS. See commits 3591f5e7 and cac14650 for details.
    Fixed issues:
        #317: session_handler_scenario_test is flaky in Linux build on Travis-CI
        #341: 1d*= should not trigger language-aware rewriter
    Total commits:
        48 commits.
2016-05-16 11:51:49 +00:00
prlw1
104960e18b revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
ryoon
bb54a5fbc4 Recursive revbump from libxklavier-5.4 2016-03-12 11:28:36 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ryoon
18f58ece20 ibus, ibus-python: Update to 1.5.13
* Buildlink libX11 to ibus-python to fix build

Changelog:
1.5.13
    src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc
    Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620

1.5.12
    check for x11 for the ui too (Marc-Antoine Perennou) c0ced65
    ibus-daemon update user cache when user observed path is updated 1d67867
    panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b
    panel: Fix the default position of property panel with dual monitors 3ebeb65
    setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73
    engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa
2016-03-02 22:59:00 +00:00
jperkin
c323102697 Remove --version-script argument on Darwin too. 2016-02-26 12:16:38 +00:00
jperkin
6672c3b915 Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
jperkin
ec1cd47ca0 Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
mef
ff93b7d829 - Update HOMEPAGE and MASTER_SITES based on PR pkg/50592 Thanks Takanori Ishihara
(That includes Githubify).
2015-12-26 02:13:46 +00:00
joerg
77a9e9223e Fix macro conflict between X and Qt5 header. Drop cmake file no longer
installed.
2015-12-23 12:40:37 +00:00
tsutsui
60fb8c7a27 Remove useless "MAKE_JOBS_SAFE=no" definition.
Anyway, the actual problem seems fixed in the latest mozc-2.17.2116.102
(error is not reproducible on my environment).  See also PR/50281.
2015-12-13 16:13:01 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
jperkin
8d04ae4456 Remove mk/find-prefix.mk usage from the inputmethod category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:50:57 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
agc
efd9ad4549 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
agc
5fb7ef9693 Add SHA512 digests for distfiles for inputmethod category
Problems found locating distfiles:
	Package anthy: missing distfile 2ch.t
	Package anthy: missing distfile okinawa-20090801.t

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 22:13:34 +00:00
tnn
84cec8799b Don't litter /tmp with 200MB of debug logs after build. 2015-10-30 12:21:17 +00:00
tsutsui
b94e40f091 Pull upstream fix to avoid libcanna crash triggered by set-key command.
Reported by Takeshi Nakayama in PR pkg/50368.
Also update comment in patch-lib_RK_ncache.c to mention about
the upstream fix in the same commit.

Bump PKGREVISION.
2015-10-25 12:17:36 +00:00
joerg
50784a4ec2 Don't define nullptr when using a C++11 compiler in general or clang
specifically.
2015-10-19 16:37:37 +00:00
tsutsui
fe6b648121 Apply kinput2-v3.1-canna37.diff, which enables Canna 3.7 new APIs.
Bump PKGREVISION.

Tested on NetBSD/i386 7.0 and NetBSD/luna68k 7.0.
2015-10-18 06:44:38 +00:00
tsutsui
e069d8e6c6 Update canna packages to 3.7pl3.
pkgsrc changes:
 - reorganize patch filenames for maintainability
  - patch-ac is also merged into existing patch-dic_phono_Imakefile
 - fix a missed 64 bit time_t issue in libRK
 - add a hook in cmd.tmpl to disable installation of cmd/forcpp and
   cmd/kpdic in canna-lib
 - tweak SUBDIRS patches in Makefiles to avoid unnecessary builds
   for each packages
 - pull various updates to canuum from the original FreeWnn's uum,
   including posix_openpt(3) support, and disable the default but
   obsolete libspt support
 - reorganize curses(3) ops in canuum per curses(3) documents
 - fix misc compiler warnings
 - take maintainership

Upstream changes:

 All changes are noted in ChangeLog and CHANGES.jp in distfile.
 I won't bother to quote ~1700 line ChangeLogs here,
 because this latest 3.7pl3 was released on 2004/05/20 and
 the previous 3.6pl4 was 2003/09/22.
 Highlight points are:
  - binary dictionary format is changed
  - shlib versions are bumped to 1.2 from 1.1
  - new APIs for wchar
  - experimental 64 bit architecture support
  - IPv6 support

Both server and clients (canuum and mule-1.1) are tested on
NetBSD/i386 7.0, NetBSD/amd64 7.0, and NetBSD/luna68k 7.0.
Also thanks to Nobuyoshi SATO, for his initial patch posted
to tech-pkg-ja@.
2015-10-18 03:58:31 +00:00
ryoon
f1e23b7c75 Do not depend on gcc46. Bump PKGREVISION.
Do not mix libstdc++ from gcc46-libs (libstdc++.so.6) and
NetBSD base (libstdc++.so.7) under netbsd-6.
Patch from tnozaki.
2015-10-12 07:24:50 +00:00
ryoon
d17211359d Update to 2.17.2116.102
Changelog:
Not available.
2015-10-12 00:21:48 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
joerg
5e4aff97f4 Not MAKE_JOBS_SAFE. 2015-09-23 11:53:27 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
joerg
f8da6254cf Not MAKE_JOBS_SAFE. 2015-08-10 19:27:48 +00:00
ryoon
3245a33694 Update mozc packages to 2.17.2106.102
Changelog:
* protobuf changes
Not available officially.
2015-07-31 13:07:05 +00:00
ryoon
b4628171b9 Update to 1.5.11
Changelog:

Release 1.5.11
    dconf: Work around using dbus development builds and /etc/machine-id (Colin Walters) 49ee54f
    Add ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods (Peng Wu) 0ba6452
    Add Swedish svdvorak in simple.xml (Albert Veli) f32e98f
    Change ranks for minor keymaps in simple.xml 4a4bd5f
    I18N for engine longnames on ibus-setup 8b18759 0215603
    Put PropertyPanel at bottom right when desktop is KDE eb4ffa1
    ibus-ui-gtk3: Draw gray color on PropertyPanel handle 020bd45
    Fix compile error in client/x11/Makefile (Hodong Kim) cc88075 f6ba337
    ibus-ui-gtk3: Enable absolute path of engine icon in KDE5 35d035b
    ibus-ui-gtk3: Support language icon in KDE5. cb93cab 25593ed
    xim: use gtk3 (Marc-Antoine Perennou) 4d49a66 0f9ea3d
    Fix to show keyboard shortcuts in ibus-setup. 5d9109b
    Fix to get X11 display name on GTK3 applications in GNOME Wayland ffdcc6c
    Update xinput-ibus to check Qt5 libraries besides Qt4 ones 1a45642
    Load locale compose files dynamically. 7ae585a 85f5433 3397fca
    Set sync process_key_event in ibus-x11 b58351e
    ibus-ui-gtk3: radio and check menu items work with GTK 3.16 64b8609
    Support vertical writing with IBUS_INPUT_HINT_VERTICAL_WRITING 7fd6077
    Enable to show a property on ibus panel icon 23c45b9

Release 1.5.10
    Fix to lose a focus when move the focus from the delayed focus-in/out. f33e19b
    Fix not to SEGV ibus-ui-gtk3 with wrong 'preload-engines' value. bb818e4
    ibus-setup tries C since en_US.UTF-8 is not installed in Debian by default. by Osamu Aoki e250726
    Remove "Release" modifiers key on ibus-setup. de3541d
    Fixes ibus_engine_update_lookup_table_fast method by Peng Wu a7abce6
    Fixes ibus_keyval_name method in c++ binding by Peng Wu f69ddc3
    Carry current context content type into fake context when switching by Rui Matos 0977157
    Show language rather than layout in xkb panel icon by Doug Rintoul 8f471ce
    IMdkit: Track window property offsets correctly by Klemens Baum 576ebc3
    Increase dbus timeout to 15 seconds 1b668f6
    Run ibus_bus_preload_engines_async 30 seconds later in ibus-ui-gtk3 83451e4
    gtk clients do not lose focus when chrome popup window takes the focus 38d3c5c
    Release registry observed_paths and components if they are broken e6c8832
    Add ibus panel icon for plasma-desktop in KDE5 aab56c2

Now ibus gtk panel enables AppIndicator when the desktop is KDE.
If you use KDE4, run ./configure --disable-appindicator in the build,
or do not set XDG_CURRENT_DESKTOP=KDE in the runtime.
2015-07-31 13:03:45 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
ryoon
b8783ba1ac Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
ryoon
6c4d1aff4b Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ryoon
7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
tsutsui
0b57fc9ccc Update ja-FreeWnn-lib and ja-FreeWnn-server to 1.11alpha23,
per FreeWnn-1.1.1-a023 release.

Upstream changelog in the release note:
 http://osdn.jp/projects/freewnn/releases/63271

Basically, This alhpa version is a snapshot release.

Main changes:

 * Merge modificaion used in OpenSUSE packages by new member,
   Mitsutoshi NAKANO. Added explicit function prototype and cast in
   many places, so we reduced unpredictable effect on 64bit environment.
 * As a consequence of this change, #define of WNN_CREATE / WNN_NO_CREATE
   in jl_dic_create() is also changed. We believe no change is needed
   for client build, but please report if you have problems.
 * Exit status of jserver changed on receiving some signals (ex. SIGTERM).
   (Not well documented.)
 * Fixed problem for parallel build (ex. make -jXX) on pubdic+.
2015-06-13 20:40:30 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
hiramatsu
708a5e7e00 Fix build break with gcc. 2015-04-21 13:59:31 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
joerg
ae8e411dff Entries in the output file are generally not correctly aligned, so tell
the compiler explicitly about this fact and use memcpy for writing the
data. Bump revision.
2015-04-14 14:38:05 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
joerg
9fcd65d743 Has race conditions. 2015-03-31 15:41:41 +00:00
hiramatsu
6993205d2d Set MAINTAINER to pkgsrc-users. 2015-03-15 21:10:07 +00:00
hiramatsu
6bb4a7cd07 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
hiramatsu
763c1e9995 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:51:07 +00:00
hiramatsu
d9f661035e Set MAINTAINER to pkgsrc-users. 2015-03-15 19:42:33 +00:00
hiramatsu
955f857a1c Set MAINTAINER to pkgsrc-users. 2015-03-15 19:31:44 +00:00
hiramatsu
82d5d251a8 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:11:21 +00:00
hiramatsu
63b4ef6006 Set MAINTAINER to pkgsrc-users. 2015-03-15 18:46:55 +00:00
hiramatsu
333d96379d Set MAINTAINER to pkgsrc-users. 2015-03-15 18:31:52 +00:00
hiramatsu
bb2e62806b Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
hiramatsu
b15b9512b8 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:41:58 +00:00
hiramatsu
80b88da227 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:30:24 +00:00
hiramatsu
7c6162994d Set MAINTAINER to pkgsrc-users. 2015-03-15 17:20:19 +00:00
hiramatsu
4028688eb8 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:09:00 +00:00
hiramatsu
ce855df990 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:00:29 +00:00
hiramatsu
26305b1f4b Set MAINTAINER to pkgsrc-users. 2015-03-15 16:56:49 +00:00
taca
97379d958e This package supports ruby18 only. 2015-03-10 16:15:58 +00:00
ryoon
981bbcf88e Update to 2.16.2037.102
Changelog:
r510 2015-01-25 2.16.2037.102 - r494 2015-01-24 2.16.2021.102
Summary of changes between 2.16.2021.102 (r494) and 2.16.2037.102 (r510).

    DEPS changes:
        none
    Build related changes:
        libc++ is used by default to build Android target binaries.
        Clang 3.5 is now required to build Mozc for Android, NaCl, and Linux. See  Issue 276  for the motivation behind this change.
        Visual C++ 2013 is required to build Mozc for Windows.
    Major changes:
        Mozc for Windows now requires Windows Vista SP2 and later. Mozc 2.16.2034.102 (r507) is the last version that can run on Windows XP and Windows 2003 Server. See  Issue 277 .
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: Inconsistency between suggestion candidates and conversion candidates ( Issue 274 )
        FIX: Learning algorithm is sometimes too aggressive when punctuation is committed ( Issue 275 )
        FIX: Require Clang to build Linux host binaries ( Issue 276 )
        FIX: Discontinue the support of Windows XP / 2003 Server ( Issue 277 )
    Commit summary:
        r510: Remove a workaround code for Visual C++ 2010 (KB813540)
        r509: Require Visual C++ 2013 to build Mozc for Windows
        r508: Require Windows Vista SP2 or later
        r507: Remove build_tools command from build_mozc.py
        r506: Require Clang to build Linux host binaries
        r505: Switch from stlport to libcxx in Android build
        r504: Remove mozc::DetachedThread as it is no longer used
        r503: Fix build failur of unit tests when libcxx is used on Android
        r502: Fix test failure in release build with Visual C++ 2013
        r501: Make the conditions to learn candidates with a punctuation mark more strict
        r500: Apply the same hack as conversion to prediction for transition cost from history node
        r499: Remove an unused member field
        r498: As-is import of NaCl Mozc for Chromium OS
        r497: Remove platform-dependent mozc::Encryptor part 3
        r496: Fix style violations in header include guards part 4
        r495: Remove unused variables
        r494: Fix a typo in reading strings of Unicode Emoji data

r486 2015-01-18 2.16.2020.102 - r474 2015-01-01 2.16.2008.102
Summary of changes between 2.16.2008.102 (r474) and 2.16.2020.102 (r486).

    DEPS changes:
        protobuf: bba83652e1be610bdb7ee1566ad18346d98b843c -> 172019c40bf548908ab09bfd276074c929d48415 (downgrading)
    Build related changes:
        Ubuntu 14.04 is used as the reference build/test environment for Android, NaCl, and Linux. Hereafter we will not make sure that Mozc can be built on Ubuntu 12.04.
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: All resources are not released in Service.onDestory ( Issue 265 )
        FIX: Many emojis are suggested from space ( Issue 266 )
        FIX: Noisy candidate "itsumo" due to language aware conversion ( Issue 267 )
        FIX: BuildInDocker fails when building for Android ( Issue 269 )
        FIX: Runtime CHECK failure on Windows: protobuf/src/google/protobuf/descriptor.cc:1018 ( Issue 271 )
        FIX: AssertionError in gen_zip_code_seed.py ( Issue 272 )
    Commit summary:
        r486: Unsupport Ubuntu 12.04 as a build environment
        r485: Update copyright year in source header comments
        r484: Update copyright year in the about dialog to 2015
        r483: Update special rules for KEN_ALL.CSV
        r482: Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1"
        r481: Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh""
        r480: Call CalculatorInterface::CalculateString even for x86 Android testing
        r479: Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key
        r478: Handle emojis that have multiple readings correctly
        r477: Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"
        r476: Several coding style fixes
        r475: Improve classic skins for Android
        r474: Fix resource leak on onDestroy
2015-02-17 23:55:58 +00:00
jperkin
5eb5815c96 Avoid GNU ld --version-script argument on SunOS. 2015-02-13 17:16:18 +00:00
joerg
4d75b5bf63 autoconf processing needs libintl source, so depend on full gettext. 2015-02-10 19:27:53 +00:00
obache
6cfa0f9abd reported to upstream 2015-01-29 11:45:25 +00:00
joerg
cc9e665e61 Don't declare a function non-void if it never returns a value and no
return value is expected.
2015-01-25 13:12:02 +00:00
joerg
4ccb4de994 Installs cmake file now. Bump revision. 2015-01-25 13:10:19 +00:00
obache
16f3047cbd Update ibus-array to 0.1.0.
Version 0.1.0
	* Fixed the configuration UI (because ibus config API is changed)
	* Add support for gettext (now only zh_TW.po is available)

Version 0.0.4
	* Update the tables supporting Unicode 5.3
	* show hints in the aux window when pressing 'w'

Version 0.0.3
	* ibus 1.4 support
	* Fix mess when inputing a wrong root sequence
	* remove embedded sqlite dependency
2015-01-20 11:24:33 +00:00
obache
f79cea7f45 Update ibus-table-others to 1.3.7.
* Use F1,F2,F3,F4,F5,F6,F7,F8,F9 as select keys for the latex table
* Make rusle agree with http://ru.pc-history.com/wp-content/uploads/ok-keyboard_xt-at1.jpg
2015-01-14 09:24:42 +00:00
obache
b094e4d3b0 Update ibus-table to 1.9.2.
* Use directories according to theXDG Base Directory Specification
* Resolves: rhbz#1172524 https://bugzilla.redhat.com/show_bug.cgi?id=1172524
* When a leading invalid character is passed through, it needs to be remembered
  in self._prev_char
2015-01-11 09:09:28 +00:00
ryoon
ca2dccc29d Update to 2.16.2007.102
Changelog:
Summary of changes between 2.16.2004.102 (r467) and 2.16.2007.102 (r470).

    DEPS changes:
        fontTools: initial import as of 5ba7d98a4153fad57258fca23b0bcb238717aec3
    Build related changes:
        Android build requires Android-21 SDK
    Major changes:
        Enable Material Theme on Android
        Support floating window and floating mode indicator on Android 5.0 and later when physical keyboard is attached
        Improve accessibility support on Android
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)


Summary of changes between 2.16.1918.102 (r377) and 2.16.2003.102 (r463).

    DEPS changes:
        gtest: r692 -> r700
        gmock: r485 -> r501
        gyp: r1987 -> r2012
        protobuf: 172019c40bf548908ab09bfd276074c929d48415 -> bba83652e1be610bdb7ee1566ad18346d98b843c
    Build related changes:
        Android build requires NDK r10d
        Android build supports arm64/mips64/x86-64 ( Issue 259 )
        Android build supports Clang 3.5 and libc++ ( Issue 260 )
        Versioning scheme for Android is changed. See r439 for details.
        Build time dependency on libzinnia-dev is removed from Android and NaCl builds
    Major changes:
        Android 2.1 - Android 3.2 are no longer supported
        armeabi-v7a is always enabled in arm 32-bit build for Android
        Updated main dictionary, Emoji dictionary, emoticon dictionary, and single kanji dictionary
    Fixed issues:
        FIX: IME crashes when using US International hardware keyboard ( Issue 248 )
        FIX: ibus-mozc + XIM: preedit text is not cleared after preedit commit triggered by focus change ( Issue 255 )
        FIX: Entering symbol view causes NPE when "Switch Access" accessibility mode is enabled ( Issue 257 )
        FIX: An empty word can be suggested in the candidate list ( Issue 261 )
2015-01-06 10:30:54 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
ryoon
18fd444d1b Fix comment for consistency with GCC_REQD. 2014-12-30 21:38:08 +00:00
obache
f9ca7b53db Prepare PKG_SYSCONFSUBDIR addtion, PKG_SYCONFIDR point to uim own one.
Fixes a part of PR pkg/49504 by YAMASHIRO Jun.
2014-12-26 08:43:27 +00:00
obache
282aef6a0a m17n-contrib is merged into m17n-db-1.6.5 and later.
fixes a part of PR pkg/49504 by YAMASHIRO Jun.
2014-12-26 08:37:14 +00:00
obache
37e309e2bc Update ibus-chewing to 1.4.12.
* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.12
- Fix the GitHub download link

* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.11.1
- Resolves Bug 1013977 - Slow focus change with ibus-chewing
- Resolves Bug 1062133 - ibus-chewing may not handle key event after focus change
- Resolves Bug 1073797 - Cannot identify input mode for Chinese IME (ibus-chewing)
- Fixed Bug 902866 - ibus-chewing uses dconf but still installs gconf schemas
  (Also listed as GitHub ibus-chewing #36)
- MakerDialog GUI is only loaded when setting dialog is invoked.
- Setting is removed from ibus-properties because it can be launched
  from either:
  + Executable ibus-setup-chewing: Usually under /usr/libexec
  + Input method preference in IBus preference.
- Fixed github issue #43: First space not able to input
    Thanks FreedomKnight.
- Fixed github issue #44: Update input-events (for libchewing-0.4.0)
    Thanks hiunnhue.
- Fixed github issue #45: Optimize properties handling.
    Thanks Ueno.
- github is now hosting the ibus-chewing tarballs.
2014-12-13 06:33:15 +00:00
obache
d1834ff643 libtool is required to build helper utiltilies.
fixes PR pkg/49321.
2014-12-07 02:29:00 +00:00
obache
8b6ce184b6 + ibus-rime 2014-12-04 13:00:55 +00:00
obache
514ec19454 Import ibus-rime-1.0 as inputmethod/ibus-rime.
ibus-rime: Rime Input Method Engine for Linux/IBus
2014-12-04 12:59:26 +00:00
obache
813b05df47 + brise 2014-12-04 12:12:15 +00:00
obache
f5b4d55d5c Import brise-0.30 as inputmethod/brise.
La brise: the official Rime schema repository.

providing:
  - default.yaml: Rime default settings
  - symbols.yaml: punctuation and special characters
  - essay: a vocabulary and language model
  - preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, stroke
  - supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin,
    jyutping, wugniu, ipa_xsampa, sampheng, zyenpheng
  - extra schemata: (included in the source package but not installed)
2014-12-04 12:10:04 +00:00
obache
b9fcffb699 Add chinese to CATEGORIES 2014-12-04 12:06:58 +00:00
jnemeth
9419a9efa7 add and enable librime 2014-12-04 07:15:32 +00:00
obache
03ef220417 Import librime-1.0 as inputmethod/librime.
RIME: Rime Input Method Engine

features:
  - supporting varieties of input methods, either shape-based or phonetic-based,
    including those for Chinese dialects
  - a built-in dictionary in traditional Chinese, easily converting to
    simplified Chinese via opencc
  - a modulized, extensible input method framework to create innovative input
    schemata in YAML syntax
  - cross-platform core library in C++, built on top of open-source technologies
  - OS-specific wrappers working consistently on Windows, Linux and OS X
2014-11-29 09:31:49 +00:00
ryoon
9a30101469 Update to 15.2
Changelog:
* Improve GNU Emacs 24/25 support
* Follow NTEmacs directory structure change
* Remove obsolete functions use
* Improve annotation display
* More candidate display options
* More intelligent Kutoten handling
* Add NICOLA and Colemak keyboard supports
* Improve show-mode
* Some bugfixes
2014-11-24 02:08:51 +00:00
obache
6488858620 Update ibus-table-others to 1.3.6.
* Fix a typo in compose.txt (#12)
2014-11-22 11:54:50 +00:00
joerg
785e0d1bbf Make sure AM_GETTEXT can be resolved. 2014-11-17 19:04:49 +00:00
obache
d46f5032f4 exactly add dependency for py-gobject3, for the case ibus base package and
ibus-table is using different python version.
2014-11-09 05:15:07 +00:00
obache
9c22085d73 Update scim to 1.4.15.
* Disable key snooping by default.
* Handle special keys correctly.
* Send reedit-changed event when composing reedit string.
2014-11-09 02:46:30 +00:00
obache
f30e74b5f8 Update scim-tables to 0.5.14.1.
* allow entering of hebrew punctuation gershayim
2014-11-08 11:40:50 +00:00
ryoon
35616bf401 Remove a obsolete patch. 2014-11-07 23:31:18 +00:00
ryoon
62773ff6f5 Update to 1.15.1917.102 from 1.15.1895.102
Changelog:
r373 2014-11-03 1.15.1917.102 - r353 2014-10-17 1.15.1896.102

You can check out Mozc r373 as follows.

gclient sync --revision=373

Summary of changes between 1.15.1896.102 (r353) and 1.15.1917.102 (r373).

    Build related changes:
        Android build is now tested with NDK r10c and OpenJDK 7
    Fixed issues:
        FIX: Warning message from keymap editor should be updated ( Issue 251 )
    Commit summary:
        r373: Remove Util:ToUTF8 since it is actually a dead code
        r372: Tidy up build_mozc.py
        r371: Unsupport BuildToolsMain in build_mozc.py except for Windows
        r370: Re-enable tests for SafeStrToDouble/SafeStrToFloat on Android
        r369: Use OpenJDK 7 to build Android binaries
        r368: Swith protobuf repository from Google Code to GitHub part2
        r367: Fix several coding style issues
        r366: Sort test cases alphabetically
        r365: Merge ANDROID_VERSION_CODE into BUILD
        r364: Replace scoped_ptr with std::unique_ptr under unix/
        r363: Stop generating xcode rule to run unittest from IDE
        r362: Fix style violations in header include guards part 3
        r361: Deprecate build fravor "Optimize"
        r360: Put mozc_build_tools under output directory
        r359: Fix indentation in a python script
        r358: Roll breakpad r1375:r1391
        r357: Swith protobuf repository from Google Code to GitHub
        r356: Show the warning message when and only when keymaps for DirectInput mode are changed
        r355: Stop using non-standard default constructor of std::istream
        r354: Fix style violations in header include guards part 2
        r353: Switch to Android NDK r10c
2014-11-07 23:28:36 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
obache
4bb7b9c3cf Update ibus-hangul to 1.5.0.
* Add latin input mode.
  Latin input is now handled in ibus-hangul.  So you can input latin characters
  without changing input method engine.
2014-11-07 11:56:04 +00:00
obache
a66eb6923c Update ibus-table-others to 1.3.5.
* Use better localized names for the rusle table
2014-11-05 10:40:37 +00:00
obache
5a4c73abdb Update ibus-table to 1.9.1.
* Use proper fallback when reading the localized table name
* Show pinyin mode as well in the input mode indicator
2014-11-05 10:35:00 +00:00
prlw1
ea8985031e Remove libgee0.8.
libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.
2014-11-03 18:45:42 +00:00
obache
53779d4829 Update ibus-table to 1.9.0.
Release 1.9.0

Redesign the property menus, use sub-menus instead of toggles

The toogles are very confusing, one cannot easily see to which
mode one will switch when a toggle is clicked. When the floating panel
is shown, tooltips explain to which mode will switch. But the floating
panel is never shown in Gnome3, so this does not help for Gnome3.

User feedback also shows that many users are confused whether the
currently visible menu entry in case of a toggles shows the state
which is currently used or the state one will switch to when that
toggle is clicked.

For toggles which have more than 2 values, for example the Chinese mode:

    0 means to show simplified Chinese only
    1 means to show traditional Chinese only
    2 means to show all characters but show simplified Chinese first
    3 means to show all characters but show traditional Chinese first
    4 means to show all characters

it is tedious to change from mode 0 to mode 4 for example:

   Open the menu, click on the toggle, menu closes and one has
   changed to mode 1. Repeat 3 more times to get to mode 4.

The new system to use sub-menus instead of toogles also agrees better
with:

https://wiki.gnome.org/AllanDay/IMEGuidelines

> Avoid mutable menu items (menu items whose label changes after it has
> been selected). Instead, consider providing two adjacent menu items
> for the commands. Then make the items sensitive or insensitive as the
> situation demands.
>
> Do not use mutable menu items to toggle a two-state setting (for
> example, Show and Hide). Use a check box or radio buttons instead.
2014-11-03 09:00:32 +00:00
obache
6292c47390 Update ibus-anthy to 1.5.6.
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
* Fixed deprecated warnings with python3-gobject 3.13.3.
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
* Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
* Changed fequency 500 to 0.
* Added Emoji dictionary.
* Set preview_lines to -1 in zip code.
* Added search entry in view dictionary dialog.
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.
2014-11-03 08:53:53 +00:00
obache
6b5147fc75 Update ibus to 1.5.9.
* Enable preedit color on external preedit window with x11 applications. 2e8de03
* Do not fail ibus-setup when en_US.UTF-8 is not installed. a78c0b8
* Fix compose keys in French layout bepo variant. 6dcb2dd
2014-11-03 08:47:15 +00:00
obache
8cd413565f Update ibus-table-others to 1.3.4.
* Make status prompts and symbols more consistent
2014-11-03 08:42:18 +00:00
obache
f79caa2556 Update ibus-table to 1.8.11.
* fix Python backtrace when the dconf key
  /desktop/ibus/engine/table/wubi-jidian86/onechar is not set
2014-11-03 08:40:23 +00:00
ryoon
a0624c63b0 Update to 1.15.1895.102 from 1.15.1834.102
Changelog:
r350 2014-10-12 1.15.1895.102 - r323 2014-08-24 1.15.1869.102

You can check out Mozc r350 as follows.

gclient sync --revision=350

Summary of changes between 1.15.1869.102 (r323) and 1.15.1895.102 (r350).

    Build related changes:
        Android build is now tested with NDK r10b only
        Ubuntu 14.04 is now experimentally supported as a build environment. See mozc/docker/ubuntu14.04/Dockerfile.
    Fixed issues:
        FIX: Partial suggestion for numbers are not annotated by <部分確定> ( Issue 250 )
        FIX: Meaningless candidates are displayed on the Start Screen in Windows 8 and later ( Issue 249 )
    Commit summary:
        r350: Use StringPiece to avoid unnecessary instantiation of std::string
        r349: Introduce Util::ConcatStrings to reduce string copy
        r348: Do not make the destructor virtual unless it is necessary part 2
        r347: Do nothing if the key string passed to the converter is empty
        r346: Fix Year 2038 Problem in UserHistoryStorage
        r345: Do not make the destructor virtual unless it is necessary
        r344: Add supportedOS GUID for Windows 10
        r343: Use apt command instead of apt-get command in Ubuntu 14.04
        r342: Tidy up UserHistoryPredictor::InsertHistory
        r341: Reorder logical AND conditions just for readability
        r340: Remove a redundant length check
        r339: Roll jsoncpp 4b687640cbc197e8:11086dd6a7eba042
        r338: Roll gyp r1972:r1987
        r337: Roll breakpad r1354:r1374
        r336: Use Util::EndsWith when appropriate
        r335: Stop unnecessarily using uint64 variable for uint32 data part 2
        r334: Stop unnecessarily using uint64 variable for uint32 data
        r333: Fix a typo in a test name
        r332: Fix style violations in header include guards
        r331: Propagate information of partial suggestion in the number rewriter
        r330: Add an all-in-one Dockerfile to build Mozc for Android and Linux desktop (Ubuntu 14.04 edition)
        r329: Disable ITfFnSearchCandidateProvider until ITfIntegratableCandidateListUIElement is implemented
        r328: Use Android NDK r10b in the reference build environment part 2
        r327: Use Android NDK r10b in the reference build environment
        r326: Make sure to use correct 'NM' and 'READELF' in cross build
        r325: Roll gyp r1958:r1971
        r324: Update copyright year notice in the about dialog
        r323: Update line number attributes in Qt message files

r318 2014-08-17 1.15.1868.102 - r307 2014-08-03 1.15.1857.102

You can check out Mozc r318 as follows.

gclient sync --revision=318

Summary of changes between 1.15.1868.102 (r318) and 1.15.1857.102 (r307).

    Build related changes:
        Visual C++ 2013 is now supported to build Mozc binaries. ( Issue 244 )
    Fixed issues:
        FIX: Support Visual C++ 2013 ( Issue 244 )
        FIX: 'Set input mode to X' commands do not work while input mode is set to "Direct Input" ( Issue 246 )
        FIX: Remove shortcut keys for Japanese IME for intra IME mode switching (Issue chromium:310698)
    Commit summary:
        r318: Fix a typo in a build rule for OS X
        r317: Introduce a new keymap for Chromium OS device
        r316: Move GetDefaultKeyMap from keymap::KeyMapManager to config::ConfigHandler
        r315: Support 'Set input mode to X' in DirectInput mode on Linux, NaCl and Android
        r314: Enable Ninja's console pool feature for 'ant' tasks in Android build
        r313: Suppress build time message for the clean build log, especially when being built with Ninja
        r312: Update symbol dictionary
        r311: Roll protobuf r489:r512
        r310: Include Visual C++ 2013 merge modules when necessary
        r309: Use the workaroud for KB 813540 only for Visual C++ 2010
        r308: Remove an unnesesary blank line
        r307: Roll WTL r460:r587 part 2

r303 2014-08-03 1.15.1856.102 - r282 2014-07-20 1.15.1835.102

You can check out Mozc r303 as follows.

gclient sync --revision=303

Summary of changes between 1.15.1856.102 (r303) and 1.15.1835.102 (r282).

    Build related changes:
        Android build is now tested with NDK r10 only
        OS X 10.5/10.6 are no longer supported as the target platform. ( Issue 242 )
        OS X build now uses libc++ instead of libstdc++.
    Fixed issues:
        FIX: mozc.el should conform Emacs Lisp library header conventions ( Issue 213 )
        FIX: GetMachPortName fails on OS X 10.10 Yosemite ( Issue 241 )
        FIX: Discontinue the support of OS X 10.5/10.6 ( Issue 242 )
    Commit summary:
        r303: Remove an unnecessary directry search rule
        r302: Switch to libc++ for better C++11 support
        r301: Change the minimum supported OS X version to 10.7
        r300: Rely on predictable Mach port name for OS X
        r299: Change the group ID of the installed files from admin(80) to wheel(0) for Mac OS X
        r298: Fix missing copyright notice and license notice at the top of the file
        r297: Simplify build rules for Mac
        r296: Use Android NDK r10
        r295: Remove unused function in auto-generated code
        r294: Fix code signing error on Mac OS X Marveriks
        r293: Remove a workaround against copy-on-write implementation of std::string
        r292: Use C++11 auto keyword
        r291: Roll WTL r460:r587
        r290: Roll protobuf r463:r488
        r289: Roll jsoncpp ea0797351fbabd3e:3a0c4fcc82d25d18
        r288: Roll gyp r1949:r1957
        r287: Roll gtest r682:r692 and gmock r472:r485
        r286: Roll breakpad r1239:r1353
        r285: Better conforms to the emacs library standard
        r284: Adds autoload magic comments
        r283: Use more appropriate and descriptive constant for OK/Cancel dialog
        r282: Include twelvekeys_toggle_flick_alphabet_scenario.txt in the test scenario list
2014-10-25 21:03:30 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
jperkin
148c027c4b USE_TOOLS+=xgettext and work around broken configure test for strcasecmp
on SunOS.
2014-09-24 12:24:40 +00:00
obache
ad9634dcc3 Update ibus-skk to 1.4.2.
Noteworthy changes in version 1.4.2 (2014-09-09)
------------------------------------------------

 * Migrate to libgee 0.8 from 0.6 (libskk Issue#29).
 * Optimize property registration upon focus change.
 * PageUp/PageDown/Up/Down keys on candidate window now work.
 * Install ibus-setup-skk.desktop.
2014-09-10 09:46:00 +00:00
obache
679a6b1fc6 Bump API, for libgee dependency change. 2014-09-10 09:45:31 +00:00