summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
AgeCommit message (Collapse)AuthorFilesLines
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-3/+1
2016-05-16Update to 2.17.2313.102ryoon35-546/+398
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-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-6/+5
2015-11-25Remove mk/find-prefix.mk usage from the inputmethod category.jperkin1-6/+2
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-03Add SHA512 digests for distfiles for inputmethod categoryagc1-1/+4
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-10-19Don't define nullptr when using a C++11 compiler in general or clangjoerg2-4/+4
specifically.
2015-10-12Do not depend on gcc46. Bump PKGREVISION.ryoon4-6/+20
Do not mix libstdc++ from gcc46-libs (libstdc++.so.6) and NetBSD base (libstdc++.so.7) under netbsd-6. Patch from tnozaki.
2015-10-12Update to 2.17.2116.102ryoon2-7/+7
Changelog: Not available.
2015-07-31Update mozc packages to 2.17.2106.102ryoon6-39/+44
Changelog: * protobuf changes Not available officially.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-1/+2
2015-02-17Update to 2.16.2037.102ryoon3-18/+18
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-01-06Update to 2.16.2007.102ryoon5-42/+14
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 )
2014-12-30Fix comment for consistency with GCC_REQD.ryoon1-2/+2
2014-11-07Remove a obsolete patch.ryoon1-20/+0
2014-11-07Update to 1.15.1917.102 from 1.15.1895.102ryoon5-31/+30
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-10-25Update to 1.15.1895.102 from 1.15.1834.102ryoon2-6/+6
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-09-05Follow rename of ninja to ninja-build.joerg1-2/+2
2014-08-07Use ${SETENV} instead of bare `env'.obache2-4/+4
2014-07-19Update to 1.15.1785.102ryoon8-133/+51
* devel/ninja is required to build. Changelog: r271 2014-07-13 1.15.1834.102 - r265 2014-07-06 1.15.1828.102 You can check out Mozc r271 as follows. gclient sync --revision=271 Summary of changes between 1.15.1834.102 (r271) and 1.15.1828.102 (r265). Build related changes: Ninja and GYP r1948 are now required to build Mozc for Android, NaCl, or Linux desktop. Note that you don't need to install Ninja manually, since depot_tools maintains pre-built Ninja binaries. A sample Dockerfile is now available at mozc/docker/ubuntu12.04/Dockerfile. It provides a reference build environment of Mozc for Android, NaCl, and Linux desktop. See BuildInDocker for details. Fixed issues: FIX: Use ninja on Linux ( Issue 222 ) FIX: Inconsistency between visible candidate and actual commit in suggestion ( Issue 239 ) FIX: Provide a Dockerfile to set up build environment for Android, NaCl, and Linux desktop ( Issue 240 ) Commit summary: r271: Add an all-in-one Dockerfile to build Mozc for Android, NaCl, and Linux desktop (Ubuntu 12.04 edition) r270: Minor clean up in gyp file r269: Zero query suggestion shouldn't be triggered when committing with key event r268: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 3 r267: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 2 r266: Use Ninja to build Android, NaCl, and Linux Desktop binaries r265: Pull GYP r1948 r253 2014-07-06 1.15.1827.102 - r241 2014-06-28 1.15.1815.102 You can check out Mozc r253 as follows. gclient sync --revision=253 Summary of changes between 1.15.1827.102 (r253) and 1.15.1815.102 (r241). Fixed issues: FIX: Menu item for MozcTool lacks text label in ibus-mozc ( Issue 233 ) FIX: Explorer crashes when tsf-mozc is enabled on Windows 8.1 update1 ( Issue 236 ) Commit summary: r253: Specify the absolute path of the project root directory for include directories r252: Disable ITfFnGetLinguisticAlternates until the root cause of Explorer crashes is addressed r251: Specify text label for the menu item of MozcTool in ibus-mozc r250: Do not pass incomplete types to STL containers r249: Explicitly include <unistd.h> for OSX r248: Stop using template to implement BasicCodeGenByteArrayStreamBuf r247: Explicity invoke bash for make-standalone-toolchain.sh r246: Make config_file_stream_test.cc more robust r245: Replace NULL with nullptr in mozc::NumberUtil r244: Enable Unicode 6 Emoji conversion by default for desktop (part 4) r243: Unify nested preprocessor conditions into one line (part 3) r242: Minor style fixes r241: Unify nested preprocessor conditions into one line (part 2) r234 2014-06-22 1.15.1814.102 - r206 2014-05-24 1.15.1786.102 You can check out Mozc r234 as follows. gclient sync --revision=234 Summary of changes between 1.15.1814.102 (r234) and 1.15.1786.102 (r206). Build related changes: 'build_mozc.py build_tools' is deprecated. Mozc no longer requires 2-pass build. ( Issue 223 ) Fixed issues: FIX: Wrong key mapping for Numpad-End in mozc.el ( Issue 170 ) FIX: mozc::converter::CandidateFilter drops candidates unexpectedly ( Issue 220 ) FIX: Preceding text is not correctly extracted in ibus-mozc ( Issue 226 ) FIX: Undo-Commit is not functional in ibus-mozc ( Issue 227 ) FIX: NaCl-Mozc uses wrong version for downloadable dictionary Commit summary: r234: Ensure that the IPC client is configured before it is used in ibus-mozc r233: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 2) r232: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 1) r231: Enable Unicode 6 Emoji conversion by default for desktop (part 3) r230: Enable Unicode 6 Emoji conversion by default for desktop (part 2) r229: Enable Unicode 6 Emoji conversion by default for desktop r228: Unify nested preprocessor conditions into one line r227: Strictly check the range of the operands for integer operations performed in NumberUtil r226: Simplify test cases for SafeStrToDouble/SafeStrToFloat r225: Remove a redundant constant definition r224: UtilTest::StripWhiteSpaces should work with a single letter text. r223: Use different internal namespace for gflags r222: Fix the version check logic of the downloadable dictionary for NaCl-Mozc. r221: Do not use shell syntax in gyp (part 2) r220: Do not use shell syntax in gyp (part 1) r219: Use absolute path to teach the linker about a file location r218: Add a missing build dependency r217: Fix wrong reading for U+1F3C4 r216: Fix key mapping for Numpad-End in mozc.el r215: Remove a redundant NULL initialization of unique_ptr r214: Stop using 2-pass build on OS X r213: Minor style fixes r212: Manage the root directory of protobuf for Java source in gyp rather than ant r211: Stop using 2-pass build except for OS X r210: Remove execute bit from files that shouldn't have it r209: Remove platform-dependent mozc::Encryptor part 2 r208: Remove platform-dependent mozc::Encryptor r207: Fix the bug that Top_cost + cost_offset exceeds INT_MAX when lid is first/last name r206: Remove an obsolete directory that is no longer used
2014-06-15Update to 1.15.1785.102ryoon12-136/+80
* Based on PR pkg/48837 from tsutsui@, thank you. The most important change for Japanese ibus-mozc users is: >> FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ >> (Issue 201) Changelog: r192 2014-05-16 1.15.1785.102 Build related changes: Removed an undocumented option --channel_dev from build_mozc.py gyp Removed runtime dependency on OpenSSL on NaCl, Mac, and Linux ( Issue 215 ). Android build is now only tested with NDK r9d Debug_Android and Release_Android are deprecated. You can simply specify Debug and Android, respectively. Removed base/base.h. ( Issue 218 ) New features and improvement for Android: Add Unicode 6 Emoji support with EmojiCapable annotation Add a menu item for Voice input in the input options menu User dictionary is now exportable Improved accessibility support Improved hardware keyboard support Use optimized layouts for: TYPE_TEXT_VARIATION_URI TYPE_TEXT_VARIATION_EMAIL_ADDRESS TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS Long pressable UI elements now have three dots marker New features and improvement for Windows: Enable DirectWrite on Windows 7 and later Enable Color Emoji rendering on Windows 8.1 and later Implement more TSF interfaces ITfCandidateList ITfFnGetLinguisticAlternates ITfFnSearchCandidateProvider ITfFnReconversion Fixed issues: FIX: TF_E_NOLAYOUT is ignored in tsf-mozc on Windows FIX: Candidate window never disappears when TSF-aware Firefox loses keyboard focus FIX: Wrong event handling for special events in emacs-mozc FIX: Better support LEIM and fix document links in emacs-mozc FIX: Top of suggest/candidate item is displayed right behind preedit text ( Issue 147 ) FIX: Candidates in overlay style are displayed sideways if header-line-format is non-nil ( Issue 196 ) FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ ( Issue 201 ) FIX: Compilation error due to text encoding with Visual C++ ( Issue 206 ) FIX: Input methods are unavailable when guest-login (Chromium Issue 339318) FIX: Eisu Kana keys are not behaving properly (Chromium Issue 340194)
2014-06-09Recursive revbump from pulseaudio-5.0ryoon1-2/+2
2014-05-18fixes icon path for ibus-mozc with ibus-1.5.obache2-3/+12
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-03-27Add used byryoon1-1/+2
2014-02-19GCC_REQD should be appended to, not set.jperkin1-2/+2
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-20Bump PKGREVISIONryoon5-30/+8
* ibus is not needed for all mozc-related packages * Add uim-mozc tarball to distinfo, it will be used uim-mozc
2014-01-19Update to 1.13.1651.102ryoon15-187/+161
* This version requires -std=c++11, then set GCC_REQD=4.7 Changelog: r185 2014-01-06 1.13.1651.102 FIX: Refactor placeholder management ( Issue 147 ) FIX: Specify _NET_WM_WINDOW_TYPE to mozc_renderer ( Issue 195 ) FIX: header-line-format breaks candidate window on Emacs 24 ( Issue 196 ) Support Android NDK r9b.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-1/+2
2013-09-15Fix implicit casts in initializers. Fix format string. Fix stream usage.joerg4-12/+26
2013-09-07Update to 1.11.1522.102ryoon21-155/+187
* 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-02Revbump after cairo updateadam1-1/+2
2013-07-20Update to 1.11.1502.102.ryoon29-256/+263
* 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-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
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-04-29Change base package to mozc-server from ibus-mozc.ryoon50-2/+1524
This change encourages uim-mozc, fcitx-mozc and so on.
2013-04-29Update to 1.10.1390.102ryoon2-7/+6
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-02-17Fix typo.ryoon1-1/+1
Pointed out by tsutsui@.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Bump PKGREVISIONs.ryoon1-1/+2
Fix build on NetBSD/i386. The patch is provided from tsutsui@.