Commit graph

1283 commits

Author SHA1 Message Date
obache
91d4bbbe39 Update ibus-table-others to 1.3.2.
Release 1.3.2

    * Make default options of rusle.txt the same as in rustrad.txt

    * Add Russian Legacy layout

    * Add "\circ ∘ U+2218 RING OPERATOR" back to the latex table

    Release 1.3.1

    * Add _ and ^ to the start characters for the LaTeX table

    * Updates and bugfixes for the LaTeX table by Giuseppe Castagna (original author of the LaTeX table)

    * ibus-table requires Python3 now, require it here as well

    Release 1.3.0.20140707

    * Use SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9 for ipa-x-sampa

    * Add single and multi wildcard options to all tables

    * Use AUTO_WILDCARD = TRUE for all tables

    * Don't force "us" layout for cns11643, compose, ipa-x-sampa, viqr, emoji, mathwriter-ibus, translit-ua, and translit

    * Keep forcing "us" layout only for "rustrad", "yawerty", and "thai".

    * Don't force "us" layout for the latex input method

    * The "latex" table uses "\" as a startchar

    * includes "Set symbols to be displayed in IM switchers" by Sean Burke
...
2014-08-24 06:59:54 +00:00
obache
5646b24e8e Update ibus-table-chinese to 1.8.2.
* Tue Jun 10 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.2
- Built for ibus-table-1.8.1

* Sun Jun 08 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.1
- Add summary and description translation back.

* Sun Jun 08 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.0
- Update for ibus-table-1.8.0
- Fixed Bug 1099380 - The stroke5 table should not use
  "AUTO_SELECT = TRUE" but "AUTO_SELECT = FALSE"
2014-08-24 06:46:24 +00:00
obache
4199874cb8 Update ibus-table to 1.8.8.
many fixes and improvements.
2014-08-24 06:41:32 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
obache
93aa133203 Update ibus-kkc to 1.5.21.
Drop support for libkkc <= 0.3.3

    setup: Check if the existing shortcut key is non-null, when removing

    setup: Set the "label" attribute properly when adding a shortcut

    Port to libgee 0.8 API

    Don't send update-property signal until properties are registered
    To reduce the number of D-Bus signals sent on focus-in.

    Update translations
2014-08-10 02:30:00 +00:00
obache
bceb547e8c remove unwanted comment. 2014-08-10 02:15:25 +00:00
obache
47035dfca8 Use ${SETENV} instead of bare `env'. 2014-08-07 03:03:32 +00:00
obache
9bd09a8e09 Update ibus-chewing to 1.4.10.1.
PRJ_VER=1.4.10.1
SUMMARY=Resolves Bug 1054937
REDHAT_BUGZILLA=1054937
[Changes]
- Resolves Bug 1054937 - Broken %defattr in ibus-chewing
2014-08-04 09:11:23 +00:00
obache
ab038dd34d Bump PKGREVISION from libchewing, new dependency on sqlite3. 2014-08-02 04:56:25 +00:00
obache
162707259c Update libchewing to 0.4.0.
What's New in libchewing 0.4.0 (Apr 11, 2014)
---------------------------------------------------------
* Add the following APIs:
  - Userphrase manipulation
    - chewing_userphrase_enumerate
    - chewing_userphrase_has_next
    - chewing_userphrase_get
    - chewing_userphrase_add
    - chewing_userphrase_remove
    - chewing_userphrase_lookup
  - Keyboardless action
    - chewing_cand_open
    - chewing_cand_close
    - chewing_cand_string_by_index_static
    - chewing_cand_choose_by_index
    - chewing_cand_list_first
    - chewing_cand_list_last
    - chewing_cand_list_has_next
    - chewing_cand_list_has_prev
    - chewing_cand_list_next
    - chewing_cand_list_prev
    - chewing_commit_preedit_buf
    - chewing_clean_preedit_buf
    - chewing_clean_bopomofo_buf
  - Bopomofo buffer
    - chewing_bopomofo_Check
    - chewing_bopomofo_String_static
  - Static API
    - chewing_aux_String_static
    - chewing_buffer_String_static
    - chewing_cand_String_static
    - chewing_commit_String_static
    - chewing_kbtype_String_static
  - Misc
    - chewing_new2
* Dictionary format:
  - Remove text data support
  - Introduce platform independent binary data representation
  - Move binary data to share/libchewing/*
* Userphrase format:
  - Support SQLite-based user phrase storage and manipulation
* New coding style:
  - Use scripts/indent.sh to change coding style
* Bug fixed:
  - Fix chewing_zuin_Check wrong return value #62
  - Fix numlock key cannot output number #45
  - Fix negative frequency problem #75
  - Fix cannot select candidate when symbol exists #79
  - Avoid clearing the buffer when Up arrow key is pressed and escCleanAllBuf is 1.
  - Fix cannot handle numlock 9 correctly #88
  - Fix invalid characters are committed when pre-edit buffer is full
  - Fix AutoLearnPhrase cannot fill correct wordSeq #108
  - Fix wrong auto learn when symbol in between #112
  - Fix missing rpl_malloc for cross compilation #118
  - Fix '\n' appear in symbol table #126
  - Reopen candidate list for symbols with down key #127 #135
  - Let up key close candidate list of symbols #131 #138
* Misc:
  - Add `make check' in cmake build
  - Change MAX_UTF8_SIZE to 4
  - Update official website URL
  - Use CreateFileA() instead of CreateFile() to stick with the ANSI API
  - Do not check phrase longer than MAX_PHRASE_LEN
  - Implement dynamic programming phrasing algorithm #73
  - Clean bopomofo buffer when mode change to English mode #89 #97
  - Update README to GFM.
  - Replace 'INCLUDE' with 'AM_CPPFLAGS' #68 #114 #116
  - Use [Shift]+[-] to input EM DASH (u+2014) as default #113 #124
  - Use Backspace to close candidate window #128
  - Use PgUp/PgDn to turn pages of candidates #129
  - Update Windows default search path #78
  - The word "zuin", "Zhuyin" are obsolete terms for "Bopomofo"
  - Add const whenever possible in several APIs
  - Toggle shape mode with shift-space #141 #142
* Successful stories:
  - chewing-windows-tsf project provides Text Services Framework
    support for Microsoft Windows.
2014-08-02 04:54:07 +00:00
obache
a7d395ae64 Update ibus to 1.5.8.
* Set max-width-chars property in ibus-setup wrapped GtkLabel. 0be4664
   * Add German (nodeadkeys) keymap in simple.xml. 318836a
   * Delete Korean keymap. 386bafb
   * Let ibus-ui-gtk3 not to show zero-lenght preedit text. 3469285
   * Fix many memory leaks provided by Christophe Fergeau. 87fb61f
     f3e8aaf 18687d7 d0aaf77 ca8cac8 f4d7cea 70ddaf1 0d15329 167d1d7
     5d887bd b07dedf 6291feb
   * Add Polish (qwertz) keymap in simple.xml ee4c5ec
   * Fix escape key with Ctrl+Shift+U ISO 14755. 9bad0c9
   * Update ibuscomposetable.h for pt-br. b6afffb
   * Set up ibus engines when users log into the session for the first
     time. 38fa3e8
   * Do not sort ibus engines when they are saved by ibus-setup. a530075
   * Update IBusKeymap jp. 8ef258e
   * Run xmodmap after run setxkbmap -l layout. 14bd938
   * Add ibus reset-config and read-config sub-commands. 3dcf247 9e5a2bd
   * Fix ibus-setup SEGV in enginetreeview.py 10483bf
   * Fix deprecated warnings with python3-gobject 3.13.3. a17dc8e
   * Export the 'IBUS_SETUP_XID' environment variable for each engine
     setup. b1b4e29
   * Fix deprecated gtk3 GtkMisc, GtkAlignment and vala Gdk.X11Display 130d310
   * Enhance UI to add engines on ibus-setup 3e6178c
2014-07-31 10:03:14 +00:00
ryoon
b21591e929 Update to 1.15.1785.102
* 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-07-19 09:03:04 +00:00
obache
7e67f6b593 Note that imcompatibility with python26 came from py-gobject3. 2014-07-12 12:24:29 +00:00
obache
256c2c23da exactly tell PYTHON2 too, to avoid unwanted detection of builtin `python2'. 2014-07-12 12:22:22 +00:00
ryoon
0eea9d7b64 Reset PKGREVISION
This is forgotten during laste mozc update.
2014-06-17 13:16:09 +00:00
ryoon
a49a35a99c Update to 1.15.1785.102
* 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-15 13:08:34 +00:00
ryoon
31da25953c Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
obache
4263963eea sort 2014-06-05 05:04:38 +00:00
obache
00069b7c81 + ibus-libpinyin 2014-06-01 13:31:21 +00:00
obache
fa75131c99 Import ibus-libpinyin-1.6.92 as inputmethod/ibus-libpinyin.
This package includes a Chinese Pinyin input method and a Chinese ZhuYin
(Bopomofo) input method based on libpinyin for IBus.
2014-06-01 13:30:35 +00:00
obache
0aa4aa67f2 Add chinese to CATEGORIES 2014-06-01 11:18:32 +00:00
ryoon
992060ba8f Bump PKGREVISION
Load init files from etc/ first.
Noted by obache@
2014-05-31 22:41:32 +00:00
obache
094e108af4 + uim-chewing 2014-05-31 14:27:28 +00:00
obache
734e03e780 Import uim-chewing-0.1.0 as inputmethod/uim-chewing.
Chewing IM for uim.
2014-05-31 14:26:24 +00:00
obache
88e193d400 Switch to use UIM module framework.
Bump PKGREVISION.
2014-05-31 14:24:23 +00:00
obache
8dfbed79b8 Introduce UIM module handling framework.
Switch to use it even on UIM base package.

Bump PKGREVISION.
2014-05-31 14:22:38 +00:00
jnemeth
b783e565d1 sort 2014-05-30 01:25:27 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
01e39b54e7 With ibus-1.5 and later, ibus-python module is in separate package.
Bump PKGREVISION.
2014-05-25 08:43:04 +00:00
obache
ccf7ef634a Update dconf database.
Bump PKGREVISION.
2014-05-25 06:07:34 +00:00
obache
3eda66927b + ibus-kkc 2014-05-24 13:25:11 +00:00
obache
8677c042d5 Import ibus-kkc-1.5.20 as inputmethod/ibus-kkc.
ibus-kkc -- a Japanese Kana Kanji input engine for IBus
2014-05-24 13:24:32 +00:00
obache
c0a0c90fb9 fixes icon path for ibus-mozc with ibus-1.5. 2014-05-18 07:42:24 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
obache
d884781757 Note/Update comments for patches. 2014-05-05 06:26:53 +00:00
obache
6916fc88df Note comment. 2014-05-05 06:11:16 +00:00
obache
e2b0cf7c08 missing recursive bump from pixman. 2014-05-05 02:54:50 +00:00
obache
af068f02a5 Exactly buildlink with gtk2 and gtk3, modules.mk will not prepared by finddepends(1). 2014-05-05 02:53:26 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
obache
0f63ff8f65 Update ibus to 1.5.7.
* Add Czech (qwerty) keymap.
* Update supported vala version to 0.20.
* Send panel input purpose.
* Keep track of content-type change after focus-in
* Fix leak in ibus_get_local_machine_id()
* Do not show property panel by default.
* Do not move property panel with focus-in in case panel is always shown.
2014-05-03 09:52:24 +00:00
obache
e943c0f888 Fixes python full path with upstream acceptable way. 2014-05-02 11:26:52 +00:00
obache
d31a49e4d3 shared_ptr renaming is not required now. 2014-05-02 11:17:08 +00:00
obache
2f0e1aa2a0 Note upstream pull request. 2014-05-01 10:28:30 +00:00
obache
78ac2cdb72 Note upstream commit. 2014-05-01 09:55:19 +00:00
obache
950c7cfe3b Note upstream commit (and remove garbage hunk). 2014-05-01 09:52:03 +00:00
obache
3df45ea26c Note upstream Bug#8. 2014-05-01 09:42:42 +00:00
obache
9d6521e60b Note upstream pull request. 2014-05-01 09:19:35 +00:00
obache
079b2ee716 Upstream Issue#20 2014-05-01 07:48:51 +00:00
obache
61b25acb0c upsteam Issue#1706. 2014-04-30 06:53:18 +00:00
obache
cbfb63f230 Update ibus-qt to 1.3.3.
* Enable dead_belowdot with de layout.
* Fixed installed but unpackaged files with rpm-build 4.11.1 and %doc.
* Proof of concept implementation for delete-surrounding-text.
* Finish the surrounding text implementation
2014-04-30 06:27:06 +00:00
ryoon
dfc71ed9fb Fix build under SunOS
The patch for sigscheme/configure is restored.
-shared is not needed.
2014-04-20 14:51:41 +00:00
ryoon
ccf2ca6c4c Fix checksum 2014-04-20 10:45:48 +00:00
ryoon
6450a704a9 Bump PKGREVISION
Use loader.scm and installed-modules.scm from ${PREFIX}/etc/uim

They are changed by uim-module-manager during installation.
They should not be in ${PREFIX}/share.

I have changed hack for SunOS. My change may break SunOS build.
I will fix the breakage.
2014-04-20 06:40:00 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
obache
489922cd04 Update ibus-anthy to 1.5.5.
* Fixed IOError in print sys.stderr when the parent process exits.
* Added python3.
* Launched an error dialog when .anthy/last-record2_default.utf8 is broken.

Wile here, expressly configure as default-layout=default (instead of default "jp")
2014-04-06 04:24:19 +00:00
obache
20a5d11bec Update ibus to 1.5.6.
* data/dconf: Don't run "dconf update" if $(DESTDIR) is set
* Support python3 [1]
* Fix to show Property Panel when the mode is auto hide.
* Do not let property panel follow cursor when it's always shown.
* Fix a build error of Gdk.EventKey with vala 0.23.2
* Use XKB layout string instead of ibus-keyboard icon on panel.
2014-04-06 02:48:03 +00:00
obache
9f4558037f fixes mis-handling of gtk3 immodule.
Bump PKGREVISION.
2014-04-06 01:49:12 +00:00
ryoon
8b85c5d85c Add used by 2014-03-27 19:28:33 +00:00
obache
919a9d5201 fixes missing include of string.h for strcat(3) and strcpy(3). 2014-03-26 12:13:17 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
obache
e5e245fc3a recursive bump from libdatrie shlib major bump. 2014-02-27 12:50:47 +00:00
obache
367a11624f Update ibus-libthai to 0.1.2.
Version 0.1.2 (2013-10-31)
=============
- Fix keyboard shortcuts & Thai accelerators problems with iBus 1.5.
- Allow typing Thai digits using numpad with CapsLock or level 3.

Version 0.1.1 (2013-07-11)
=============
- Map keyboard scan codes directly instead of relying on XKB key symbols,
  to avoid unexpected double-mapping on ASCII characters in Thai layouts.
2014-02-27 12:48:53 +00:00
obache
54635dc97c enable GTK3 immodule too.
Bump PKGREVISION.
2014-02-27 12:47:45 +00:00
ryoon
323458d7d6 Remove unnecessary distinfo 2014-02-27 09:20:25 +00:00
jperkin
56cb9a056e GCC_REQD should be appended to, not set.
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-19 09:44:56 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
ryoon
20c9de221f Recursive revbump from libxkbcommon 0.4.0 update 2014-02-03 16:17:12 +00:00
obache
305f9ed16a fixes build with NetBSD-6 curses. 2014-02-02 10:47:24 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
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-25 10:29:56 +00:00
ryoon
6428676726 Bump PKGREVISION
Implement proper module handling. This idea is provided by obache@.

* Remove all modules when uim is deinstalled, and register installed
  modules when uim is installed. This actions are needed when
  the modules that are provided by uim are changed.
2014-01-20 13:26:54 +00:00
ryoon
0af8bc0286 Fix typo 2014-01-20 12:32:49 +00:00
ryoon
4a7be9ab10 Add uim-mozc 2014-01-20 10:46:30 +00:00
ryoon
ae2664cdf7 Import uim-mozc-1.13.1651.102 as inputmethod/uim-mozc.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package provides mozc module for uim inputmethod.
2014-01-20 10:45:57 +00:00
ryoon
3a5fa7e538 Bump PKGREVISION
* Treat loader.scm and installed-modules.scm as CONF_FILES.
  They are modified by uim-module-manager.
2014-01-20 10:45:03 +00:00
ryoon
6764311ab3 Bump PKGREVISION
* Depends on mozc-renderer
2014-01-20 10:40:36 +00:00
ryoon
83428fd925 Bump PKGREVISION
* ibus is not needed for all mozc-related packages
* Add uim-mozc tarball to distinfo, it will be used uim-mozc
2014-01-20 10:39:29 +00:00
ryoon
6bd3104a88 Add mozc-renderer 2014-01-20 10:36:14 +00:00
ryoon
f9abd5707e Import mozc-renderer-1.13.1651.102 as inputmethod/mozc-renderer.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package provides mozc_render and common files for mozc client.
2014-01-20 10:35:43 +00:00
ryoon
3823a3ac63 Update to 1.13.1651.102
* 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.
2014-01-19 01:18:50 +00:00
obache
3ac387c4d4 Update ibus-chewing to 1.4.7.
* Fri Jan 17 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.7
- Target "translation" is built separately with all,
  in order to tame multiple job make.

* Thu Jan 16 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.6
- Fixed Build for RHEL7
2014-01-17 07:54:54 +00:00
obache
9a286c4c2c Update ibus-chewing to 1.4.5.
* Thu Jan 16 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.5
- Resolves Bug 1013977 - ibus-chewing needs to have ibus write-cache --system in %post and %postun
- Resolves Bug 1027031 - CVE-2013-4509 ibus-chewing: ibus: visible password entry flaw [rhel-7.0]
- Resolves Bug 1028911 - [zh_TW]'Chinese<->English' switch does not work when clicking on the Chewing menu list.
- Resolves Bug 1045868 - ibus-chewing *again* not built with $RPM_OPT_FLAGS
- Option "Sync between caps lock and IM":
  + Default of  is changed to "disable",  because the previous default
    "keyboard" cause bug 1028911 for GNOME Shell.
  + Now Sync from "input method" can control Caps LED in GNOME shell.
- Translation added: de_DE, es_ES, it_IT, pt_BR, uk_UA
2014-01-16 11:14:51 +00:00
obache
02f28ca5c4 Update ibus to 1.5.5.
* Add french layout variant oss to simple engine
* Replace datadir/man with mandir.
* Implement lookup-table-orientation in ibus-ui-gtk3.
* Always save the content-type cache for gnome-shell password.
* Update en-us compose table and add locale tables for xkb engines.
* Wayland: Fix Small typo
* Fix gir annotations.
* simple.xml.in: add Slovak qwerty layout variant
* Delete the up/down button message on ibus-setup.
* Fix candidate panel not to be out of screen.
* Update translations.
* Remove -Werror in autogen.sh since the build still have errors.
* Add Property Panel to show IME properties.
2014-01-16 11:04:26 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
obache
89831307fe Update ibus-input-pad to 1.4.2.
* Removed shared_type tag in input-pad.xml, which is not upstreamed.
2013-12-29 06:45:14 +00:00
obache
2da433785b \U is not usable with UCS2 (python in pkgsrc). 2013-12-28 09:02:31 +00:00
obache
086e110f4e Update ibus-chewing to 1.4.4.
PRJ_VER=1.4.4
SUMMARY=Fixed RHBZ 842856, 1027030; Added translations:fr_FR, ja_JP, ko_KR
REDHAT_BUGZILLA=842856, 1027030
[Changes]
- Resolves Bug 842856 - ibus-chewing 1.4.3-1 not built with $RPM_OPT_FLAGS
- Resolves Bug 1027030 - CVE-2013-4509 ibus-chewing: ibus: visible
  password entry flaw [fedora-all]
  Thanks czchen for the GitHub pull request 39.
- Added translations: fr_FR, ja_JP, ko_KR
- Adopt cmake-fedora-1.2.0
2013-12-28 04:59:36 +00:00
joerg
e649d248e6 LC_CTYPE needs <clocale> 2013-12-15 19:38:33 +00:00
ryoon
7cb4a99875 Revbump from qt5* updates 2013-12-15 09:43:58 +00:00
ryoon
3f5d71ca8a Add qt5-uim 2013-12-13 14:39:43 +00:00
ryoon
5419c535dc Import Qt5 5.2.0rc1 packages and qt5 input module from uim
Only tested on NetBSD/amd64 6.99.28.

ToDo:
* inputmethod/qt5-ibus from Qt5 should be created
2013-12-13 14:38:34 +00:00
jperkin
72a7a0ef97 py-gobject3 no longer supports Python 2.6, fix dependency fallout. 2013-12-10 11:15:26 +00:00
obache
d4183401f7 require py-gobject3.
Bump PKGREVISION.
2013-12-08 07:34:21 +00:00
obache
900c49d7b2 Update ibus-input-pad to 1.4.1.
* Updated translations.
* Enabled GTK3 by default.
* Enabled maintainer-mode in configure.ac.
* Added ibus-setup-input-pad.desktop
2013-12-07 11:41:09 +00:00
obache
c3fa92ad5a Update input-pad to 1.0.3.
* Added the man of input-pad
* Updated translations.
* Fixed an error with gcc -Wformat -Werror=format-security
* Enabled GTK3 by default.
* Enalbed XTEST because glib2 uses XI2.
* Enabled maintainer-mode in configure.ac.
* Added data for Old English and Middle English.
* Some unofficial IPA, labial-velars, laterals, nasal releases,
  More obsolete IPA, fixed output for wedge; added a precise, unofficial symbol   for the alveolar flap.
2013-12-07 11:32:31 +00:00
obache
70bf2b96bf py-gobject3 is required, and gobject-introspection is just required to build.
Bump PKGREVISION.
2013-11-26 11:22:15 +00:00
dholland
e6fb986a23 Correct
error: #pragma GCC diagnostic not allowed inside functions
errors seen in NetBSD-current.
2013-11-12 02:57:43 +00:00
joerg
942ea1a811 attribute((bound(...))) was never really documented and removed ages ago
from GCC.
2013-11-05 17:39:46 +00:00
obache
107be604d7 fixes build with lua option (and Lua-5.2 fix) 2013-10-30 11:30:36 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
joerg
7bfb06918f + ibus-python 2013-10-23 20:33:23 +00:00
obache
81b17cb3a9 Bump PKGREVISION from ibus-1.5. 2013-10-23 12:57:06 +00:00
obache
4e2625cecf Bump PKGREVISION from ibus-1.5. 2013-10-23 12:50:02 +00:00
obache
988860d17e remove unwanted gtk2 related things. 2013-10-23 12:48:26 +00:00
obache
ac56a166d6 Switch to use gtk3, same as bumped ibus-1.5.
Bump PKGREVISION.
2013-10-23 12:47:33 +00:00
obache
2d2273b1c9 Catch up to split of python library from base ibus package.
Bump PKGREVISION.
2013-10-23 12:45:35 +00:00
obache
72d57a6f2b Update ibus-table to 1.5.0.
many improvements and fixes.
2013-10-23 12:43:49 +00:00
obache
f11e39b78d Update ibus-pinyin to 1.5.0.
* integrates pyzy
* add *.desktop files
* bug fixes
2013-10-23 12:39:55 +00:00
obache
dcd990a2bb Switch to use gtk3, same as eekboard, input-pad and ibus.
Bump PKGREVISION.
2013-10-23 12:33:37 +00:00
obache
4ede6cecce Update input-pad to 1.0.2.
Released 1.0.2

    Added Gothic group.
    Added Shavian data.
    Added data for IPA.
    Fix ABI breakage of eekboard 1.0.6.
    Added gobject-introspection.
    Added bold, italic and script.
2013-10-23 12:31:14 +00:00
obache
05f98da5b7 Bump PKGREVISION from ibus-1.5 2013-10-23 12:23:57 +00:00
obache
9714d2bc90 set PKGLOCALEDIR as default locale dir.
Bump PKGREVISION.
2013-10-23 12:15:20 +00:00
obache
3941cc7bf7 Bump PKGREVISION from ibus-1.5. 2013-10-23 12:12:30 +00:00
obache
1fd8409ca9 Adapt dependency with ibus-1.5.
Bump PKGREVISION.
2013-10-23 12:11:14 +00:00
obache
cfe0272a22 Update ibus-anthy to 1.5.4.
Released 1.5.4

    Removed g_type_init() calls.
    Fixed ibus-engine-anthy --xml without display
    Fixed kana_voiced_consonant_no_rule for 'bo'.
    Fixed dicts.
    Updated symbol.t with Seiza.
    Added Era dict.
    Updated source files with the latest GPL 2.0.
    Imported anthy zipcode.t into ibus-anthy.
    Added to check the input purpose for gnome-shell password dialog.
    Implemented ISO 14755 with Ctrl+Shift+u in LATIN mode.
    Extracted prefix in ANTHY_ZIPCODE_FILE for sh test.

    Released 1.5.3

    Minor release for worng configure.ac

    Released 1.5.2

    Fixed some bugs.
    Added customizable Hiragana_Katakana key.

    Released 1.5.1

    Cleaned up configure.ac and added anthy.i in tarball (#1571)
    setup: Look like a modal dialog when under gnome-control-center
    Fixed to convert yen to U+30FC in kana mode. (#1596)
    Removed deprecated GObject.
    Fixed unichr range (#957222)
    Enabled Latin mode with Shift key.
    Let Latin mode return FALSE (#1058)
    Changed GOBJECT_INTROSPECTION_CHECK to GOBJECT_INTROSPECTION_REQUIRE (#1620)
    Added Zenkaku_Hankaku to on-off keys.
    Sent IBus.PropState.UNCHECKED for ibus 1.5.

    Released 1.5.0

    Added ibus menu customization.
    Added us layout table for Kana.
    Added keyboard layout customization.
    Enabled IBusProperty.symbol with ibus 1.5 .
    Add a .desktop file for ibus-setup-anthy
    Updated configure.ac to use ibus pygobject3.
    Converted pygtk2 to gir gtk3.
2013-10-23 12:09:28 +00:00
obache
78c3688175 Import ibus-python-1.5.4 as inputmethod/ibus-python.
IBus means an Intelligent Input Bus. It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.

This package provide Python library for IBus.
2013-10-23 11:56:21 +00:00
obache
45c5414897 patches for 1.5.4 2013-10-23 11:52:50 +00:00
obache
be6b58e93e Update ibus to 1.5.4.
News of 1.5.0
* Improve ibus performance by replace some python components with vala implementations.
* Improve IME switch UI and logic, and support shortcut customization.
Integrate IME and XKB keyboard layouts. Now ibus can manage both IME and XKB layouts.
* Improve gobject-introspection support.
* Improve vala language support.
* New functions to restrict config signal: ibus_config_watch/unwatch
* Remove gnome-icon-theme-legacy dependency.
* Add version property in IBusEngineDesc.
* Add IBusProperty.symbol for the short label.
* Support dconf 0.13.4
* Add ibus command line tool.
* Improve unit test.
* ibus-daemon now monitors .xml files by default
* "make check" does not require "make install"
* Support out-of-tree build
* pygobject override is added to help migrate from the old python binding
* Many bug fixings.
2013-10-23 11:50:04 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
mef
4c3c1204e0 Bump PKGREVISION to 1.
New DISTFILE announced recently as follows.
| Subject: [Freewnn-users 136]  Released 1.1.1-a022
| From: aono (at) cc.osaka-kyoiku.ac.jp (Tomoki AONO)
| Date: Mon, 5 Aug 2013 04:07:28 +0900

Our package had (all) diffs from 8 years old previous release.
  3617618 Nov 30  2005 FreeWnn-1.1.1-a021.tar.gz
  3702026 Aug  5 04:00 FreeWnn-1.1.1-a022.tar.gz

And already named following.
 PKGNAME=       ja-FreeWnn-lib-1.11alpha22

Thus this time, deleting patches and PKGREVISION= 1.
2013-10-15 06:25:37 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
obache
c5f6a9ca23 better PKGLOCALEDIR handling with cmake. 2013-10-08 12:06:23 +00:00
obache
a99dfac29c fixes previous PKGLOCALEDIR support commit
* fixes missing PREFIX for PKGLOCALEDIR
* avoid regeneration of *.po file from source update
2013-09-20 12:19:02 +00:00
obache
4a35f81ff5 fixes for the case of PKGLOCALEDIR != share. 2013-09-20 11:51:43 +00:00
obache
f877e00917 resolve "call of overloaded 'log(int)' is ambiguous". 2013-09-19 13:01:01 +00:00
joerg
e235bf5196 Fix implicit casts in initializers. Fix format string. Fix stream usage. 2013-09-15 12:30:23 +00:00
obache
1793380dbe + ibus-libthai 2013-09-09 11:59:28 +00:00
obache
549464bc75 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
80609554e6 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
28e7ffff7a 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
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
joerg
8eef8082af Don't try to use gethostbyname_r on NetBSD. 2013-08-30 16:58:39 +00:00
obache
d1146f663f 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
7767335002 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
26f094894b 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
bc54ef7c5f Update Chewing IM MASTER_SITES and HOMEPAGE. 2013-08-10 07:11:02 +00:00
ryoon
3ac27da48e 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
2787f53c63 Recursive revbump from gtk2/modules.mk update. 2013-07-19 10:08:58 +00:00
ryoon
f8e628f818 * .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
b091c2f172 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
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
adam
f9cd38361f Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
joerg
6b7808b6e0 Remove obsoleted and now harmful patch. 2013-06-17 11:45:58 +00:00
ryoon
c034639bdd Remove obsolete patch. 2013-06-16 00:32:32 +00:00
ryoon
8b0d81e4cb 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
0675b331fe Not MAKE_JOBS_SAFE (seen in joerg's build of 20130601) 2013-06-10 03:09:01 +00:00
wiz
e0b49a2fed 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
a36fb86593 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
53745b22ea 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
d2ca14a3f1 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
4b3853d29c 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
b96a5e5ce3 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
joerg
bf092637ab locale_t is surprisingly used by locale.h, so pick a different name. 2013-04-30 22:23:07 +00:00
ryoon
aede87c37b Bump PKGREVISION.
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-29 14:47:29 +00:00
ryoon
f4a14aad8f 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
7f84d6e289 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
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
942aad2e6a 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
a0a1f2e57c 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
d5f818e0f7 Fix return types. 2013-03-28 21:28:12 +00:00
obache
ee15d43510 more patches, access(2) require unistd.h. 2013-03-25 12:55:04 +00:00
joerg
f07d3a7af5 Not MAKE_JOBS_SAFE 2013-03-24 16:56:32 +00:00
obache
697dc4ef44 include <cstring> for strncmp(). 2013-03-22 13:41:32 +00:00
obache
99f81590e4 add include <cstring> for strcmp(). 2013-03-22 13:37:21 +00:00
obache
9f88597fa3 fixes patch about cast for the case of __STDC_ISO_10646__ 2013-03-22 13:29:42 +00:00
obache
959269d5f7 add include <cstrin> for strlen. 2013-03-22 12:45:26 +00:00
obache
96e49f537a prevent to use non portable sig_t 2013-03-20 06:54:41 +00:00
obache
4b7c961078 require unistd.h for access(2) 2013-03-20 06:08:44 +00:00
obache
7b53a26288 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
0dfa5c9f89 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
e8cec2e9f2 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
6a8dc62c0b Update ibus-qt to 1.3.2.
bug fixes.
2013-03-16 11:10:56 +00:00
ryoon
18be36bea3 Add used by line. 2013-03-13 15:54:44 +00:00
ryoon
6427c33f74 Add mozc-elisp. 2013-03-13 15:08:16 +00:00
ryoon
92c741d8b9 Import mozc-elisp-1.6.1187.102 as inputmethod/mozc-elisp.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package includes Emacs LISP and helper program to use mozc on emacs.

This package is based on PR pkg/47573.
2013-03-13 15:07:38 +00:00
hiramatsu
22c63a7337 - Ignore dictionary entries which cause skkserv not to start.
Diff is taken from FreeBSD ports.
- Combine patch-af and patch-bsearch into single file, because those are
  diff files for the same file.
- Add LICENSE.
2013-03-10 18:53:31 +00:00
obache
afcba21ae4 Use FOR_emacs_no_byte_compile as comditional PLIST for future emacs version. 2013-03-10 14:14:31 +00:00
tsutsui
e9e8cc82c3 Fix anthy-elisp build failure with emacs24.
Per comment from mef@, leim is required by only old versions.
2013-03-10 13:40:37 +00:00
hiramatsu
5015cef72c Update dictionary data to 201212. 2013-03-10 10:40:50 +00:00
hiramatsu
13a9f7ea67 Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED. 2013-03-10 06:25:10 +00:00
obache
b6ed49f552 Update uim to 1.8.4.
based on PR pkg/47468 by YAMASHIRO, Jun.

Overview of changes from 1.8.3 to 1.8.4
=======================================
* Enhancements
  - uim-xim
    * Add Hungarian locale support (by Kővágó Zoltán)
  - uim-tutcode
    * Enhance postfix katakana conversion
      - Take characters while hiragana continues
      - Exclude specified number of characters
      - Shrink last postfix katakana conversion
    * Updated trycode composition table retrieved 2012-11-22


Overview of changes from 1.8.2 to 1.8.3
=======================================
* Fixes
  - uim-toolbar-gtk-systray
  - uim-toolbar-gtk3-systray
    * Avoid SEGV in some environments ([uim-ja 337])
    * Fix typo ([uim-ja 339])

  - uim-tutcode
    * Fix bug: <Shift>left/right key erases current selection text
      on Google Chrome
2013-03-06 11:06:55 +00:00
joerg
ac89b8007e Always return a value from !void functions. 2013-02-26 11:09:46 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
ryoon
ca12059c9c Fix typo.
Pointed out by tsutsui@.
2013-02-17 11:20:14 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
ryoon
791324767b Bump PKGREVISIONs.
Fix build on NetBSD/i386.
The patch is provided from tsutsui@.
2013-01-26 20:33:59 +00:00
obache
6b39c53479 Update ibus-hangul to 1.4.2.
1.4.2
 * Use Gobject Introspection
 * GNOME Control Center integration
 * Miscellaneous bug fixes
2013-01-26 11:48:26 +00:00
ryoon
9a4c78ed59 Fix build on NetBSD 6.0.1.
Use correct macro name, ALL_ENV.
2013-01-26 10:35:20 +00:00
ryoon
e3fe3c199b Replace hardcoded netbsd with LOWER_OPSYS.
This change should fix build on Linux.
2013-01-26 09:47:46 +00:00