Commit graph

1072 commits

Author SHA1 Message Date
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
reed
dc391ed95f increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
obache
6f498d3c3a require swig1 not swig2. 2013-01-25 12:54:07 +00:00
obache
3feaf8f10b * swig is just required to build
* prevent to pick up swig2

Bump PKGREVISION.
2013-01-25 12:50:02 +00:00
obache
8d161fb0ea Update libskk to 1.0.0.
Noteworthy changes in version 1.0.0 (2012-08-27)
------------------------------------------------

 * Make sure to create parent directory of user-dict (Debian bug#685745).
 * Clear output and preedit on context reset.
 * Fix header include in tests (Issue#19).
2013-01-25 12:07:13 +00:00
ryoon
69f2c67c93 Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.
2013-01-22 11:26:02 +00:00
ryoon
04821c37e6 Fix build when MAKE_JOBS is not defined, use _MAKE_JOBS. 2013-01-22 11:15:27 +00:00
ryoon
010886e49e Disable flock(1)
Fix build on NetBSD 6.0.x.
It seems that flock(1) is not needed by ibus-mozc, mozc-server,
and mozc-tool.
2013-01-20 08:28:36 +00:00
ryoon
6aa0e4a986 Add mozc packages. 2013-01-18 11:39:10 +00:00
ryoon
650c0579dc Import mozc-server-1.6.1187.102 as inputmethod/mozc-server.
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 is dictionary server for mozc client, such as ibuz-mozc.
2013-01-18 11:38:40 +00:00
ryoon
be2728573c Import mozc-tool-1.6.1187.102 as inputmethod/mozc-tool.
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 is configuration tool for mozc.
2013-01-18 11:38:02 +00:00
ryoon
ddebcbb8f4 Import ibus-mozc-1.6.1187.102 as inputmethod/ibus-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.
2013-01-18 11:36:39 +00:00
joerg
d453257c86 Call correct destructor. 2012-12-25 21:07:47 +00:00
obache
fcf6984d88 Update scim-tables to 0.5.12.
* update po files
* bug fixes
* improve gtk3 compatibility
2012-12-23 06:37:30 +00:00
obache
6c1a4d0406 Update ibus-table-chinese to 1.4.6.
* Sat Dec 22 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.6
- Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing
- Complete LICENSE tag for all of the tables.

* Mon Nov 26 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.5
- Table build scripts has been refactored.
- cmake-fedora is added as submodule.
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
  merging maxiaojun's repository
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
- Fixed Google issue 1507: Add CJKV Extension C/D support for Array30
- Merge GitHub Pull request 3: Added the inter punct
- Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per page
2012-12-22 08:58:14 +00:00
obache
ed099936b5 Update ibus-chewing to 1.4.3.
* Sat Dec 22 2012 Ding-Yi Chen <dchen at redhat.com> - 1.4.3
- Fixed GitHub issue #30: Rework decorate_preedit
  by merging pull request #30 from buganini
- Fixed GitHub issue #31: Properly refresh property
  by merging pull request #31 from buganini
2012-12-22 08:41:36 +00:00
joerg
7629197de8 Fix up function definitions to match implementation use of return
values.
2012-12-20 21:50:47 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ryoon
35263110cb Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
joerg
45b6034661 Fix use of uninitialized memory. Can't use a default argument of
QVariant().
2012-11-19 23:21:39 +00:00
joerg
7a9f055207 Always return a value in non-void functions. 2012-11-19 23:19:30 +00:00
joerg
f6732dbc8c Don't use nested functions. Bump revision. 2012-11-19 23:16:40 +00:00
joerg
99f1e3e867 Always return a value in non-void functions. 2012-11-19 23:15:52 +00:00
joerg
28b13fc066 Consistently return a value in non-void functions. 2012-11-16 01:02:53 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
wiz
cbe13be7b0 Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
691a200a94 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:25:10 +00:00
wiz
79434c2ac7 Update for python25 removal. 2012-10-03 22:14:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
d9c609c229 SunOS require libuuid too. 2012-09-28 06:04:14 +00:00
jperkin
c3249ce27e Solaris requires more alloca.h fixes, move them to a common header.
Add a MSG_NOSIGNAL compatability define.

Fixes package on Solaris.
2012-09-26 08:17:00 +00:00
obache
16179a628e alloca.h is required for alloca(3C) on Solaris. 2012-09-22 08:27:28 +00:00
obache
854f3357a8 Update uim to 1.8.2.
PR 46840 by YAMASHIRO, Jun.
added comments to patches from mef@.

Overview of changes from 1.8.1 to 1.8.2
=======================================
* Fixes
  - uim-gtk3
    * Avoid problem with the wrap mode
    * Prevent selection if needed

  - uim-tutcode
    * Fix error when label key is typed just after entering
      interactive bushu mode
    * Fix error on auto help after bushu conversion for some kanji
    * Fix mismatch between preedit display and pending keys after focus out

* Enhancements
  - uim-skk
    * Support sticky key

* Others
  - uim-candwin-qt4
  - uim-chardict-qt4
  - uim-pref-qt4
  - uim-im-switcher-qt4
  - uim-toolbar-qt4
  - uim-qt4
    * Honor CPPFLAGS in compilation

  - uim-candiwn-gtk3
  - uim-dict-gtk3
  - uim-input-pad-ja-gtk3
  - uim-pref-gtk3
  - uim-im-switcher-gtk3
  - uim-toolbar-gtk3
  - uim-gtk3
    * Replace deprecated functions
2012-09-15 12:05:00 +00:00
obache
af53fcf07f Emacs uim bridge is modified-bsd license. 2012-09-15 11:59:11 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
obache
989681cfdf Update ibus-table-chinese to 1.4.0.
* Fri Sep 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.0
- Table build scripts has been refactored.
- cmake-fedora is added as submodule.
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
  merging maxiaojun's repository
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
2012-09-10 11:53:40 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
obache
28b8648559 Update ibus-chewing to 1.4.2.
* Thu Aug 30 2012 Ding-Yi Chen <dchen at redhat.com> - 1.4.2
- Fixed GitHub issue #7: highlighted text be cut after switch back to pure ibus
  by merging pull request #24 from buganini
- Fixed GitHub issue #20: Shift key will send duplicated strings
  by merging pull request #22 from buganini
- Fixed GitHub issue #21: somethings wrong with cmake
- Fixed GitHub issue #25: Weird symbol when input with somethings highlighted
  by merging pull request #26 from buganini
- Fixed GitHub issue #27: Local path committed into tree
- Fixed: Bug 713033 -  [zh_TW] ibus-chewing problem
- Fixed: Bug 745371 -  ibus-chewing: mode confusion In Temporary English mode and Chinese mode later on
- Fixed: Google Issue 1172: [ibus-chewing] move elf file to standard directory.
- Fixed: Google Issue 1426: ibus-chewing-1.3.10 installs directory /gconf to root filesystem
- Fixed: Google Issue 1428: ibus-chewing-1.3.10 fails to save it's settings
- Fixed: Google Issue 1481: Some characters are missing when a long string in preedit buffer.
- Fixed: Google Issue 1490: Cannot change INSTAL prefix for ibus-chewing-1.4.0
2012-08-30 12:26:32 +00:00
obache
d9ed6b31cf Update ibus to 1.4.2.
* Some bug fixings.
2012-08-23 12:34:14 +00:00
obache
bb1da4467e Update scim-pinyin to 0.5.92.
* Support GTK+ 3.0
* Remove skim related codes
* language files update (+nl)
* C++ related fixes
2012-08-19 09:38:52 +00:00
obache
58d379a8cd Update scim-hangul to 0.4.0.
Changes:
 * Support GTK+ 3.0
 * Remove skim related codes
2012-08-19 09:04:16 +00:00
obache
76e5175eb6 Update scim-tables to 0.5.11.
gtk3 support and a build fix.
2012-08-19 08:33:58 +00:00
obache
5e4471b337 - scim-bridge 2012-08-19 08:14:38 +00:00
obache
1ec54e12b5 Remove scim-bridge, integraged into scim-1.4.14 as scim-im-agent. 2012-08-19 08:13:49 +00:00
obache
f7e2bcd3ee Update scim to 1.4.14.
A new stable version has been released, the main change is the incorporation of
scim-bridge.

 All integrated im-modules (gtk2/gtk3/qt3/qt4/clutter) are written in pure C
 so they should have no compatibility issues which the original gtk-im-modules
 usually have. Moreover, the original im-modules supports only gtk2/gtk3,
scim provides gtk2/gtk3/qt3/qt4/clutter im-modules after the incorporation.
2012-08-19 08:09:08 +00:00
obache
871daf6ef4 Update ibus-chewing to 1.4.0
[Changes]
- Merge pull request #13 from hiroshiyui to Fix wrong data type conversion
- Fixed: Google Issue 1079: Use shift key to switch to English mode in ibus-chewing
	Also list as GitHub pull request #17
- Fixed: Google Issue 1089: Ibus-chewing cause window flicker when compiz enabled
- Fixed: Google Issue 1329, Github Issue 3: Merge with buganini at gmail.com
- Fixed: Google Issue 1351: ibus-chewing 1.3.10 mistakenly send uncommitted charactor.
- Fixed: Google Issue 1374: ibus-chewing: cannot save the preference with gnomeshell
- Fixed: Google Issue 1427: ibus-chewing-1.3.10 is not compatible with ibus-1.4.0 and higher
        Also list as GitHub pull request #16
- Fixed: GitHub Issue 5: Word missing when with libchewing-0.3.3 and  ibus-chewing 1.3.10
	Also list as GitHub pull request #15
- Fixed: Launchpad bug: 1014456 bus-chewing deletes characters if too many of them are entered
	Also list as GitHub pull request #19
2012-08-13 11:50:45 +00:00
obache
6831d487f8 Update libskk to 0.0.13.
bug fixes.
2012-07-22 13:08:05 +00:00
obache
4f268c8066 Bump PKGREVISION from uim shlib major bump. 2012-07-22 06:18:36 +00:00
obache
ad18f85874 Update uim to 1.8.1.
Based on PR 46595 by YAMASHIRO, Jun (fixes some missing PLIST entry).
* switch to enable expat and prime options by default.

Overview of changes from 1.8.0 to 1.8.1
=======================================
* Fixes
  - uim-toolbar-gtk3-systray
  - uim-toolbar-gtk-systray
    * Fix bug: prevent from becoming a zombie process

  - uim-candwin-gtk3
  - uim-candwin-gtk
    * Redraw unselected text with normal color

  - uim-tutcode
    * Fix bug: key which is not in rule (ex. "5")
      is not entered on (interactive) bushu conversion

  - po
    * Correct the path to GNOME_UimApplet.server.in in POTFILES.skip

  - uim-qt4
    * Honor the environment variable LDFLAGS during build

  - uim-notify
    * Fix compilation with glib >= 2.32

* Enhancements
  - uim-tutcode
    * New customs
      - Show pending key sequences
      - New custom group for tutcode-rule.scm: support TUT+ code
        which has rules for Shin Joyo Kanji
      - Key sequences to change katakana/hiragana mode (not toggle)
    * New command to dump last help content shown on candidate window
    * Pseudo table style for bridge which does not support
      table style candidate window
    * Updated trycode composition table retrieved 2012-05-26

* Others
  - GTK+2 immodule
  - uim-xim
    * Replace deprecated XKeycodeToKeysym() with XkbKeycodeToKeysym()

Overview of changes from 1.8.0-beta to 1.8.0
============================================
* Fixes
  - libgcroots
    * Fix version ([uim-en 438])
  - doc
    * Fix release manual.

Overview of changes from 1.8.0-alpha to 1.8.0-beta
==================================================
* Fixes
  - libuim
    * Fix version number
  - po
    * Fix build failure with intltool 0.50 again (#58097)
  - uim-toolbar-gtk
  - uim-toolbar-gtk3
  - uim-toolbar-qt4
    * Change behavior when toolbar-display-time is "mode"
  - uim-chardict-qt
  - uim-chardict-qt4
    * Update Unicode block list
  - ChangeLog
    * Add ChangeLog.old.2

Overview of changes from 1.7.3 to 1.8.0-alpha
=============================================
* New features
  - uim-google-cgiapi-jp (new IM)
    * A web-based Japanese multi-segment input method
  - uim-baidu-olime-jp (new IM)
    * A web-based Japanese multi-segment input method
  - osx-dcs
    * OS X Dictionary Services support
  - uim-knotify4
    * notify agent for KDE4

* Fixes
  - uim-xim
    * Check if libXext is installed at configure
  - uim-gtk2
    * Check if gdk-x11-2.0 is installed at configure (#36024)
  - po
    * Fix build failure with intltool 0.50 (#58097)
  - pixmaps
    * Use rsvg-convert instead of rsvg (#47204)

* Enhancements
  - libuim
    * New custom type "table"

  - libuim
  - Gtk+ bridge
  - Qt4 bridge
  - XIM bridge (uim-xim)
    * New API for delay showing candidate window

  - Gtk+ bridge
  - Qt4 bridge
  - XIM bridge (uim-xim)
    * Add horizontal candidate window

  - uim-candwin-gtk
    * Add previous and next page buttons

  - uim-chardict-qt
  - uim-chardict-qt4
    * Merge translation files for chardict into the main translation file

  - uim-m17nlib
    * Make toolbar settings configurable in uim-pref

  - uim-pref-gtk
  - uim-pref-gtk3
  - uim-pref-qt4
    * Support custom type "table"
    * Make Japanese Romaji-Kana composing rule configurable

  - uim-skk
    * Kanji code (JIS/Kuten/Unicode) input mode
    * Add skkserver completion feature (by @eagletmt)

  - uim-tutcode
    * Delay showing candidate window
    * New postfix conversions: katakana,
      kanji to key sequence and key sequence to kanji
    * Conversion on selection: mazegaki, katakana,
      kanji to key sequence and key sequence to kanji
    * New help functions: for character at current position
      and for string in clipboard
    * Clipboard support
      - Paste from clipboard to preedit
      - Key sequence to kanji conversion from clipboard
    * Undo last commit
    * Treat button click on stroke help window as key press
    * New customs
      - Add choice of bushu conversion algorithm:
	tc-2.3.1 and Kanchoku Win
      - New custom to exclude specified number of candidates
	from mazegaki learning
      - New custom to keep key sequence not convertible to kanji
      - Add choice about behavior of commit candidate by label key
      - Support binding user defined procedure to key sequence
    * Updated trycode composition table retrieved 2012-02-18
2012-07-22 06:15:22 +00:00
wiz
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
joerg
ccd7e56ff4 Replace use of traditional CPP with AWK. This fixes one expansion bug
and additionally works with clang. Discussed with obache.
2012-07-03 17:44:39 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
obache
21ddec9905 We don't want lib64 dir even on 64bit arch. 2012-06-02 03:00:57 +00:00
obache
040132445f include <cstring> additionally for strcmp. 2012-05-22 11:58:36 +00:00
obache
13337c6cb7 from the manual, end of getopt_long(3) is -1, not EOF. 2012-05-19 06:55:03 +00:00
obache
731685cdcb Update patches to upstream changes for non UTF-8 locales.
Bump PKGREVISION.
2012-05-18 11:12:24 +00:00
sbd
b549fcdad0 Change the the cast on gettext() when testing for it so the gcc doesn't
complain with "error: cast from 'char*' to 'int' loses precision",
which causes the test to fail and NLS to be disabled.
2012-05-14 05:01:24 +00:00
obache
873a466b2f require msgfmt to build. 2012-05-09 05:19:18 +00:00
obache
a2fbcb8cce Update ibus-m17n to 1.3.4.
some fixes and improvements.
2012-05-08 09:41:33 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
efec1d7bfb Fix build with latest glib2. 2012-05-06 17:24:41 +00:00
dholland
729029f707 Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)
caught by pkglint
2012-05-06 17:24:21 +00:00
marino
e323780736 inputmethod/scim: workaround bad NLS test on DragonFly
With the upgrade to version 1.4.12 or 1.4.13, scim began failing on
DragonFly when PKG_DEVELOPER=yes option was used due to the missing
locale files outlined in the plist.  All the USE_TOOLS callouts and
buildlinks were correct.  The problem was traced back to the configure
tests for gettext.  They were producing casting errors and number of
argument errors.

The workaround is to cache the result of the gettext/libintl test
as successful in the package makefile.  Doing so results in successful
build, confirming the conftest has a problem at least on some platforms.
2012-05-06 09:18:48 +00:00
obache
6e54f6ba47 Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
  x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
  but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
  so all platforms should not require libXp from libXaw with Imake.

Bump PKGREVISION.
2012-05-03 09:55:29 +00:00
obache
a0743541b3 Add a patch to fix translations fail of ibus-setup.
Bump PKGREVISION.
2012-05-02 09:11:43 +00:00
obache
6715137f44 Update scim to 1.4.13.
fixes installation issue (not affect to pkgsrc).
2012-04-29 12:15:55 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
obache
eca7bc46ed Bump PKGREVISION from ibus shlib name change, with some ibus-1.4 compatibility
fix patches.
2012-04-22 14:09:09 +00:00
obache
3a3c6d7eaf Update ibus-unikey to 0.6.1.
2012-02-29

	* Release 0.6.1
	- fix compability with new IbusProperty
	- mouse capture commit text only if mouse move at least X pixels
	- Fix ui
2012-04-22 14:06:16 +00:00
obache
8b01f308ed Update ibus-skk to 1.4.1.
Noteworthy changes in version 1.4.1 (2012-03-29)
------------------------------------------------

 * Use libskk's X keysym handling.

Noteworthy changes in version 1.4.0 (2012-01-25)
------------------------------------------------

 * Initial release using libskk.
2012-04-22 14:04:51 +00:00
obache
c8047a2af4 Update ibus-pinyin to 1.4.0.
* ibus-1.4 support
* add option to support build without boost with c++0x feature
* and some fixes.
2012-04-22 14:02:50 +00:00
obache
a4bfe0cf59 Update ibus-input-pad to 1.4.0.
Released 1.4.0

    Changed GTK+ configure option.

    Supported GTK3.

    Integrated gdbus for IBus 1.4
2012-04-22 14:01:31 +00:00
obache
1b3637a1ce Update ibus-hangul to 1.4.1.
1.4.1
 * Handle exceptions properly in ibus-setup-hangul
   https://github.com/choehwanjin/ibus-hangul/pull/5
 * Update icon files
 * Support ibus icon symbol feature

1.4.0
 * Require ibus 1.4
 * Add desktop menu for ibus-setup-hangul
 * Add an option for automatic reordering
 * Add an option for a word preedit text
 * Update MS IME compatible symbol table
 * Use surrounding text feature on converting to hanja
2012-04-22 14:00:44 +00:00
obache
176bf7e086 Update ibus-el to 0.3.2.
2012-02-29  IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
	* Version0.3.2
	* Added option `ibus-agent-search-paths' to fix problem that ibus-el-agent
	cannot be found automatically if it has been moved to another directory
	after loading ibus.el
	* Fixed problem: Message of Xlib's BadWindow error sometimes is displayed
	in particular environments (LP #932517)
	* Changed command line options for ibus-daemon automatically launched
	to start XIM server together ("-d" -> "-dx")
2012-02-14  IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
	* Version0.3.1
	* Fixed bug: An error occurs when using old version of IBus (< 1.4.0) which
	doesn't support surrounding text (LP #930015)
	* Fixed bug: ibus-mode aborts if newly created buffer is immediately
	killed before receiving IMContext ID from IBus daemon (LP #930820)
	* Fixed inappropriate error message "Couldn't receive data from agent."
	in the synchronous communication
	* Fixed bug: Prefix argument doesn't work for unhandled key events
	* Fixed echo area's display for multiple strokes key sequence
	* Changed to execute Emacs command directly as fallback for unhandled key
	events, except for partial key sequences such as C-x
	* Removed README.Debian file (Debian #648596)
2011-12-24  IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
	* Version0.3.0
	* Added support for surrounding text
	* Added option `ibus-candidate-window-h-offset'
	* Added option `ibus-prediction-window-h-offset'
	* Added command `ibus-enable-specified-engine'
	* Changed to enable setting of ibus-prediction-window-position=0 even in
	minibuffer if IBus version is 1.3.8 or later
	* Changed to show underlines even if their thicknesses are zero
	* Fixed problem: Table created by `table-insert' command might corrupt
	when preediting aborts
	* Fixed problem: Preediting may abort when using some engines such as m17n
	* Fixed problem: Input focus cannot be detected on Ubuntu Unity desktop
	because get_input_focus() often returns root window incorrectly
	* Fixed bug: auto-fill-mode doesn't work (LP #784452)
	* Fixed bug: Input focus cannot be obtained correctly in StumpWM (LP #856358)
2012-04-22 13:59:42 +00:00
obache
f716657d36 Update ibus-anthy to 1.2.7.
Released 1.2.7

    Added --with-layout option in configure for IBusEngineDesc.
    Added symbol and hotkeys property in IBusEngineDesc.

    Added --with-layout option in configure for IBusEngineDesc.

    New ibus 1.5 will use the IBusEngineDesc.layout but Japanese input method
    inherits the system keyboard layout so I added the configuration.
    Probably ibus-anthy would need IBusEngineDesc.layout = 'default'.

    Added symbol and hotkeys property in IBusEngineDesc.

    Fixed UTF-8 copyright on about dialog.

    Fixed undefined getuid in engine.py
2012-04-22 13:58:21 +00:00
obache
f2885d8aa3 Update ibus to 1.4.1.
2012-02-07 ibus 1.4.1 stable release
* Many bug fixings.

2011-09-23 ibus 1.4.0 stable release
* Remove libdbus dependence, use glib gdbus instead.
* Support surrounding text feature.
* Add dconf config backend.
* Add memory config backend.
* Support replacing ibus panel on the fly.
* Add asynchronous API.
* Remove most blocking function call in daemon.
* Improve gobject-introspection support.
* Improve vala language support.
* Improve unit test.
* Many bug fixes.
2012-04-22 13:57:30 +00:00
obache
ad545809cf Update input-pad to 1.0.1.
Released 1.0.1

    Added Rupee symbol (U+20B9)
    Removed gtk_set_locale() for GTK3.
    Followed eek 0.90 API changes.
    Added some acronyms.
    Set XTEST module by default if it's installed.
    Added Runes group in Custom Characters table.
    Added variants and options.
2012-04-22 13:56:19 +00:00
obache
7455f9b711 + libskk 2012-04-22 13:22:25 +00:00
obache
cd908f5bda Import libskk-0.0.12 as inputmethod/libskk.
libskk -- a library to deal with Japanese kana-to-kanji conversion method

Features:

* Support basic features of SKK including new word registration into
  dictionary, completion, numeric conversion, abbrev mode, kuten
  input, hankaku-katakana input, Lisp expression evaluation (concat
  only), and re-conversion.

* Support various typing rules including romaji-to-kana, AZIK,
  TUT-Code, and NICOLA.

* Support various dictionary types including file dictionary (such as
  SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format
  dictionary.

* GObject based API with gobject-introspection support.

* Experimental support for intelligent kana-to-kanji conversion based
  on Viterbi algorithm.
2012-04-22 13:21:04 +00:00
obache
56873b6100 missing recursive bump for pcre-8.30.
To avoid future missing bump, exactly buildlink with gtk2+ in addition to
module.mk.
2012-04-21 08:27:16 +00:00
obache
6e58f9cf79 Missing recursive bump for pcre-8.30.
To avoid future missing bump, exactly buildlink with gtk2+ in addition to
module.mk.
2012-04-21 08:20:22 +00:00
obache
eed4ae06e9 Update scim to 1.4.12.
* ported to GTK3 (still using gtk2 in pkgsrc)
* patch so that now also working in Firefox
* patch for more robust
2012-04-20 12:13:48 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
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