summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2017-04-30Recursive revbump from boost updateryoon10-20/+20
2017-04-22Revbump after icu updateadam13-26/+26
2017-04-22Remove prime-dict package which is not maintained for long time and dependstaca4-50/+0
on ruby18.
2017-04-22Remove prime package which is not maintained for long time and depends ontaca5-141/+0
ruby18.
2017-04-22Remove scim-prime which is not maintained for long time and depends ontaca5-64/+0
ruby18.
2017-04-22Remove prime-el which is not maintained for long time and depends on ruby18.taca4-86/+0
2017-04-22Delete prime, prime-dict, prime-el and scim-prime.taca1-5/+1
2017-04-20Don't rely on GNU sed features.jperkin1-6/+4
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2017-03-06Remove emacs22 from supported versionsryoon1-2/+2
2017-03-06Update to 16.2ryoon3-10/+12
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-02-28Recursive revbump from graphics/libwebpryoon5-10/+10
2017-02-12Recursive revbump from fonts/harfbuzzryoon56-112/+112
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz56-112/+112
2017-01-19Convert all occurrences (353 by my count) ofagc6-18/+18
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-01Revbump after boost updateadam10-20/+20
2017-01-01Add python-3.6 to incompatible versions.wiz11-22/+22
2016-12-12Revert "Specify readline requirement on 30 packages"wiz2-4/+2
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-04Recursive revbump from textproc/icu 58.1ryoon13-26/+26
2016-12-04Specify readline requirement on 30 packagesmarino2-2/+4
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-10-07Revbump post boost updateadam10-20/+20
2016-10-02Update to 16.1ryoon3-10/+10
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-09-18Add emacs 25 supportryoon1-2/+3
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg4-8/+8
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-08-03Revbump after graphics/gd updateadam56-105/+112
2016-07-09Remove python33: adapt all packages that refer to it.wiz12-25/+23
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz2-4/+4
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2016-06-01Fix build error as mozc-elisp.tsutsui1-2/+2
2016-05-28Fix build like other mozc packagesryoon1-2/+2
2016-05-18Bump PKGREVISION for previous fixryoon1-2/+2
2016-05-18Fix segfault of uim-module-manager command during build with removing -O2ryoon1-1/+3
Maybe GCC 5.3 problem.
2016-05-17Remove accidentally added CFLAGSryoon1-3/+1
2016-05-16Update to 2.17.2313.102ryoon41-560/+409
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-03revbump for libsoup's ABI issueprlw13-6/+6
2016-04-11Recursive revbump from textproc/icu 57.1ryoon13-26/+26
2016-03-12Recursive revbump from libxklavier-5.4ryoon4-8/+8
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin13-26/+26
2016-03-02ibus, ibus-python: Update to 1.5.13ryoon3-8/+9
* 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-02-26Remove --version-script argument on Darwin too.jperkin1-1/+2
2016-02-25Use OPSYSVARS.jperkin2-13/+8
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin2-6/+2
2015-12-26- Update HOMEPAGE and MASTER_SITES based on PR pkg/50592 Thanks Takanori ↵mef1-3/+4
Ishihara (That includes Githubify).
2015-12-23Fix macro conflict between X and Qt5 header. Drop cmake file no longerjoerg3-3/+15
installed.
2015-12-13Remove useless "MAKE_JOBS_SAFE=no" definition.tsutsui1-4/+1
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-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam11-22/+22
2015-11-25Remove mk/find-prefix.mk usage from the inputmethod category.jperkin12-61/+28
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-18Recursive revbump from multimedia/libvpxryoon5-10/+10
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for inputmethod categoryagc111-111/+228
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.