Commit graph

847 commits

Author SHA1 Message Date
obache
828e413dcd allow wnn4 option (now ja-freewnn-lib has shlib). 2012-03-10 15:24:50 +00:00
obache
e7b746e544 fix EGG_NAME with PKGREVISION using DISTNAME. 2012-03-10 13:04:34 +00:00
obache
214f3a9a55 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
ryoon
44a54620ee Update to 14.4
Changelog:
* Simplify skk-isearch
* Add some menu items
* Display input mode indicator near cursor position
* Get annotation from DictionaryServices on Mac OS X
* Get annotation from other program
* Make $ behavior changable
* Remove some combination from skk-azik.el
* Improve Tan-Kanji transform
* Add skk-search-web.el
* Other bugfixes
2012-02-21 09:51:25 +00:00
obache
3636ac6713 Update uim to 1.7.3.
Based on PR 46030 by YAMASHIRO, Jun.
(enable commented out wnn4 option additionally)

Overview of changes from 1.7.2 to 1.7.3
=======================================
* Fixes
  - Qt4 bridge
    * Fix im-delete-text in QTextEdit
    * Build fix for NetBSD ([uim-ja 322])

  - uim-m17nlib
    * Don't discard key release event when input mode is off (#45734)
    * Fix crashes with some IMs (regressed in 1.7.0-alpha).

* Others
  - Generic build fix for GNU/Hurd ([uim-ja 310])


Overview of changes from 1.7.1 to 1.7.2
=======================================
* Fixes
  - libuim
    * Fix crash in im-acquire-text with selection

  - uim-pref-qt4
    * Fix build failure when --as-needed is used (#40385, Julian Taylor)

* Enhancements
  - Qt4 bridge
    * Support text acquisition API with QTextEdit

* Others
  - Plug very minor memory leak in uim-xim
  - Plug very minor file descriptor leak in libuim-custom


Overview of changes from 1.7.0 to 1.7.1
=======================================
* Fixes
  - uim-tutcode
    * Fix behavior when on-key and off-key are different

  - uim-dict-gtk
  - uim-dict-gtk3
    * Fix compilation with Canna >= 3.7

 - fileio.scm
    * Fix for files with no newline at the end

* Enhancements
  - uim-byeoru
    * Speedup in conversion by change of system dictionary format
    * Introduce a new way to define a personal dictionary

  - uim-tutcode
    * Show stroke help temporarily by keys in kanji combination guide
    * Support bushu composition which consists of three or more bushu
      on auto help
    * Use bushu.help file on auto help and bushu conversion

  - uim-toolbar-gtk3-systray
  - uim-toolbar-gtk-systray
    * gnome-shell support

  - uim-notify
    * Support dynamic reconfiguration of the agent selection

* Others
  - Make uim functional when --disable-notify is set at configure
2012-02-18 11:46:14 +00:00
obache
f92cfd303f Bugs of iconv should be fixed in NetBSD-6 and later, not require GNU iconv. 2012-02-18 05:34:23 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
joerg
99454c9ec7 Kill empty section in man page. Bump revision. 2012-01-24 20:39:59 +00:00
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
adam
70b4394a59 Revbump after updating db5 2012-01-18 13:55:13 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
obache
c9e0d00011 Fixes PLIST for Linux and HP-UX. 2012-01-07 12:58:45 +00:00
obache
3a2eac0bcf Exactly pass bdb library name to configure so that unwanted system bdb libraries
will not be picked up.
2012-01-07 12:35:20 +00:00
obache
8551d2eb05 Restrict acceptable emacs version to 20 and 21.
For 22 and 23, this package must be updated to 0.75 (or later).
2011-12-27 08:53:31 +00:00
obache
96aab0e1f1 Improve portablility for Japanese man dir. 2011-12-17 10:57:56 +00:00
marino
8112f7527a inputmethod/sskinput: DragonFly-specific handling of PLIST
DragonFly dumps the documention in man1 instead of cat1. (Not sure why
it's different from NetBSD).  PLIST substitution handles both cases.
2011-12-17 00:54:11 +00:00
obache
3756440504 Need to check requirement of math library for atan2(3). 2011-12-16 10:51:18 +00:00
marino
c64b72513c inputmethod/ibus-handwrite: Directly link libraries as required for ld v2.22 2011-12-15 18:54:55 +00:00
marino
12b674a435 inputmethod/gcin: Directly link libraries as required for default ld v2.22 2011-12-15 18:53:50 +00:00
marino
3b3aa4d490 inputmethod/unicom-im: bad patch, bad mastersite
The mastersite resolves to a parking domain, causing the html page to be
interpreted as a tarball download which doesn't pass the checksum of course.
Luckily this tarball is backed up at NetBSD, so remove the mastersite so it
can fall back to NetBSD.

Secondly, a patch from 2007 was mispelled and was never included into the
distinfo.  Obviously it built anyway, but the patch was renamed and the
distinfo file regenerated.
2011-12-14 18:31:48 +00:00
roy
485c9ece79 Canuum stupidly thinks that curses calls are in termcap.
Teach it otherwise.
2011-12-07 16:07:14 +00:00
roy
50c998f447 Fix tparm calls to the POSIX standard.
Remove non-standard resetterm call as it calls reset_shell_mode anyway.
2011-12-07 16:05:59 +00:00
joerg
484733fca1 Uses C++-2011 features 2011-12-06 19:53:27 +00:00
obache
3b118ef70e Update gtk-im-libthai to 0.2.1.
0.2.1 (2011-11-20)
=====
- Multiarch-aware installation
2011-12-06 11:41:02 +00:00
obache
0a0f83d406 Update ibus-table-chines to 1.3.5.
[Changes]
- Merge Caius Chance's branch for DYNAMIC_ADJUST
- Dependency update to cmake-0.8.1
2011-12-04 13:28:00 +00:00
obache
b817780379 * change *.glade to *.ui
* add gtk3 support
* support both ibus 1.3 & 1.4.
* fix crash with mouse capture
* fix build problem.
* swtich to GPLv3.
2011-12-04 13:10:39 +00:00
obache
0a048f2017 Update ibus-chewing to 1.3.10.
[Changes]
- Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: g_atomic_int_get:
  Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) using patch from Scott Tsai
- Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell
- Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing issue 2)
- Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, GitHub ibus-chewing issue 4)
- Depends on cmake-fedora now.
- Fixed issue 1274, which is addressed by yusake's comments on d9009bf.
- Add compile flag for GNOME3.
- Add command line option: showFlags
- ibus-gnome special symbol
- Thanks Fred Chien's patch against that candidate window cannot be closed
  with escape key since selected tone.
- Thanks Fourdollar's patch for Fix plain zhuyin with space as selection problem.
- Remove support for ibus-1.2 and prior.
2011-12-04 12:40:42 +00:00
sbd
ba279644d5 * Add devel/gdbm_compat buildlink on Linux.
* Respect LDFLAGS.

Bump PKGREVISION
2011-12-03 09:22:37 +00:00
joerg
55360c60eb Fix build with newer GCC 2011-11-26 17:13:30 +00:00
ryoon
86118e912c Update MASTER_SITES 2011-11-17 19:37:51 +00:00
obache
e5adea6b9f Revert some part of last commit acciently, partial changes. 2011-11-13 08:04:46 +00:00
obache
763ffa17b5 Bump ABI for SCIM, new dependency on libltdl. 2011-11-13 07:57:56 +00:00
obache
aa8f5010cc Update scim to 1.4.11.
* multi monitor support
* translation update.
* some build fixes
2011-11-13 07:52:01 +00:00
obache
73bc937504 tell location for boost to configure. 2011-11-13 04:42:08 +00:00
obache
026b3ac57b Bump PKGREVISION from libhangul shlib bumped. 2011-11-10 10:57:54 +00:00
obache
5bc97978d8 Update ibus-hangul to 1.3.2.
release 1.3.2
    * Check whether hic is transliteration method or not
    * Ignore key event with only specific modifiers
    * Use GETTEXT_PACKAGE in ibus-setup-hangul
    * issue: #1210 hangul_keyboard_list should be moved
2011-11-10 10:56:17 +00:00
obache
5bf5fd2da5 Update imhangul to 2.0.0.
approved by minskim@ (and thanks for English translation from a Korean NEWS).

2.0.0
  * imhangul-2.0 is for Gtk+-2.0
  * #315984 A backspace doesn't delete a character in Firefox 4.0
  * #315980 A keyboard name is not translated because of a discrepency
     between imhangul and libhangul
  * #306326 Add a configuration option to designate a key to switch
     between Korean and English
    - Set a string recognized by gtk_accelerator_parse() in imhangul.conf
  * Fix a bug in the simple input method in Gtk
    - Show the "preedit string" when invoked with Ctrl+Shift+u

0.9.16
  * Support 2-Set old Korean, 3-Set old Korean, and Ahnmatae keyboards
  * Allow Korean input with a non-qwerty US system keyboard

0.9.15
  * Support a Roman keyboard (requires libhangul>=0.0.10)
  * Bug fix: #305211 A strange behavior of a backspace in a gtkhtml window
2011-11-10 10:51:33 +00:00
obache
be25c9449f Update nabi to 0.99.9.
approved by miskim@ (and thanks for English transration from a Korean NEWS).

nabi-0.99.9
  * Bug fix: #315977 A backspace doesn't delete a character in firefox4
  * Bug fix: #315744 In the Korean mode, a space is appended at the
    end in Wine 1.2
  * In using GtkStatusIcon
    - Fix the problem of the white background issue in the tray icon
      in Ubuntu 10.10

nabi-0.99.8
  * Add an Ubuntu theme
  * Fix bugs in the Colemak keyboard (#315056, #315058)
  * Update the list of dynamic keyboard (requires libhangul>=0.0.12)
    - Support the 2-Set old Korean and Ahnmatae keyboards
  * Add an option to use a customized fontset in the over-the-spot mode
  * Override the system keymap in default
    (Handle the issue when a non-qwerty keyboard is selected)
  * Add an option to sepcify a theme at build time
  * Refactor code

nabi-0.99.7
  * Implement a Chinese-character-only mode
  * Allow Korean input even when the locales of an application and
    nabi differ
  * Enable "preedit string" drawing without a fontset in X Windows
  * Support the Colemak keyboard
  * Bug fixes

nabi-0.99.6
  * Bug fix: #305368 nabi doesn't appear in the notification area
    - Fix a problem that nabi does not appear automatically in the
      notification area in recent distributions

nabi-0.99.5
  * Support a Roman keyboard (requires libhangul>=0.0.10)
  * Support pango 1.16 and below (to support CentOS 5.3)
  * Bug fix: #305339 a bug resetting the input status configuration

nabi-0.99.4
  * Add an "Revert to Default" button in the configuration window
  * Add an option to start in the Korean mode
  * Allow to turn off the tray icon
  * Fix a freeze when an Enter is typed in the Korean mode in gvim
  * Implement "string conversion" (not yet supported in Xlib)
  * Refactoring and bug fixes
2011-11-10 10:47:05 +00:00
obache
bfe020e09f Update libhangul to 0.1.0 (shlib major bumped).
approved by minskim@.

0.1.0
 * add new API for keycode normalization
 * remove deprecated API
 * add supports for freebsd
 * update some test codes
2011-11-10 10:40:11 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
ryoon
6dbaebb30d Move find-prefix.mk line. 2011-10-21 19:54:58 +00:00
ryoon
e03b080907 Uodate to 14.3
* bug fix
* refactoring.
2011-10-12 11:20:46 +00:00
obache
f0ff83b52c Update scim-chewing to 0.3.4.
What's New in SCIM-chewing 0.3.4
---------------------------------------------------------
* Handle 0-9, "+-*/" keys, Enter and '.' in keypad.
* Handle F1-F18 keys properly.
* Fix the unexpected behavior on candidate phrases in Google
  search bar browsed by Firefox.
* Be aware of the "Keyboard Layout" setting in SCIM, Thus, users
  can use a French AZERTY or German QWERTZ without having to
  switch to a US layout beforehand.
2011-10-08 08:25:10 +00:00
obache
63531eb4f9 Update libchewing to 0.3.3.
What's New in libchewing 0.3.3
---------------------------------------------------------
* Fix memory access violation.
* Improved Python binding.
* Merged with libchewing-data project. (r455)
* Improved random key stroke tester.
* Fix the handling of phonetic symbols in Hsu's keyboard.
* Fix unexpected candidate disorder when doing symbol choice.
* Revised phrase choice from rearward logic.
* Fix cross compilation.
* Improved shell script to merge changes form libchewing-data.
* Successful stories:
  . Google ChromeOS provides built-in Chewing IM support
  . MeeGo platform provides built-in Chewing IM support
2011-10-08 08:17:51 +00:00
obache
0e093c0112 Update ibus-skk to 1.3.9.
Update to 1.3.9.
    Fix XML entity reference.
Update to 1.3.8.
    Update virtkbd module to check engine's typing mode.
    Don't connect to eekboard-server if enable_virtual_keyboard is false.
    Support virtual keyboard.
    Define hotkeys and icon-symbol in description.
    Don't start auto conversion if there is no preceding input (Issue#36).
    Don't handle ctrl+g in non-converting state (Issue#35).
    Ignore errors when locale module doesn't provide bindtextdomain (Issue#34).
2011-10-07 12:13:23 +00:00