Commit graph

580 commits

Author SHA1 Message Date
obache
64349f9908 Update gtk-im-libthai to 0.1.5.
0.1.5 (2009-12-27)
=====
- Correctly fall back to rejection when client does not support correction
2010-03-10 13:51:26 +00:00
obache
a4a3a3a8c8 * add user-destdir support
* fix permission of dict directory for binary package
Bump PKGREVISION.
2010-02-20 11:44:53 +00:00
obache
be25bad5e3 Marked as destdir support. 2010-02-20 10:48:00 +00:00
obache
637c1e28cd Add comments about "used by". 2010-02-20 10:41:59 +00:00
obache
d824e092cb META_PACKAGE should be set to "yes". 2010-02-20 10:39:01 +00:00
obache
1c86886dfd * need suid root perms for bin/canuum
* need termcap
* marked as destdir ready (XXX: need to fix nbitool for user-destdir)
* clean up

Bump PKGREVISION.
2010-02-20 10:37:24 +00:00
obache
3ab766ea25 sort. 2010-02-20 10:34:04 +00:00
obache
bd9cc4a92e refrect rearrangement of sj3-* packages. 2010-02-16 01:15:21 +00:00
obache
741760dc81 not in pkgsrc-wip world anymore. 2010-02-15 15:35:05 +00:00
joerg
80746581aa Not MAKE_JOBS_SAFE. 2010-02-15 14:00:01 +00:00
obache
bc195077b5 Allow to build with sj3. 2010-02-15 13:56:17 +00:00
obache
773ad689cf Update kinput2 to 3.1.
Major changes from version 3.0 to 3.1:

* Kinput2 now supports ATOK.  The source code is kindly contributed
  by Justsystem Corporation.  Thanks!
  To compile for Atok, define symbol `UseAtok' in Kinput2.conf.

* Minimum support of Wnn7 is implemented.

* Two IC attributes, XNPreeditState and XNResetState both of which
  are introduced by X11R6, are supported.

* Kinput2's `egg'-emulation is improved.

* A workaround for bugs in some Xlib implementations has been added.

* Previously, when kinput2 cannot connect to jserver, kinput2 seems
  to be frozen (actually it keeps retrying).  Now kinput2 beeps and
  ends conversion in such a case.  The next time you start conversion,
  it tries to connect again.
2010-02-15 13:41:17 +00:00
obache
778d65ea5f Update sj3 to 2.0.1.23p1.
Re-arranged packages:
 * sj3-lib:removed
 * sj3-dict: removed
 * sj3-server-bin: removed
 * sj3-client: added (lib + client tools)
 * sj3-server: no more meta-pkg (server + dict)
 * sj3: added (sj3-server + sj3-client)

Notable changes since 2.0.1.21:
 * changed to gnu-configure.
 * sj3lib is shared library.
 * using lua for server settings.
 * sj3 command was removed.
 * sj3serv no longer listen network socket. Set "false" to "strict_auth" and
   invoke sj3proxy additionaly if require it.
 * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
   On pkgsrc, new location is ${VARBASE}/sj3/dict.
2010-02-15 13:35:21 +00:00
dholland
1ed5a0a12a Fix crashing LP64 build by including necessary standard headers.
Remove NOT_FOR_PLATFORM again. Bump PKGREVISION (to 5) as a precaution.
2010-02-14 22:07:38 +00:00
dholland
ab6801c634 Fix crashing LP64 build by including necessary standard headers.
Remove NOT_FOR_PLATFORM again. Bump PKGREVISION (to 6) as a precaution.
2010-02-14 22:07:37 +00:00
joerg
4bbac41ab5 Lacks enough header includes to crash easily on 64bit platforms. 2010-02-14 19:52:53 +00:00
obache
eb29b45d9c Remove "XXX why is readline a must?" comment.
It make no sense at all, because just checking existence of builtin libedit.
2010-02-14 08:41:36 +00:00
obache
d8ff6e2fa3 - uim-qt4-immodule. 2010-01-20 11:12:58 +00:00
obache
6a27367ff3 Remove uim-qt4-immodule package, it is now a part of base uim package. 2010-01-20 11:12:20 +00:00
obache
eae7248809 Fixes CONFLICTS pattern for uim-qt4-immodule. 2010-01-20 11:10:46 +00:00
obache
f986cb56f1 Reset PKGREVISION from update of base package. 2010-01-20 11:08:48 +00:00
obache
bc21ee8a4e Update uim to 1.5.7, based on PR#42481 by YAMASHIRO Jun.
pkgsrc changelog:
* Enable Anthy's UTF-8 dictionary support.
* Improved configure option for 'eb' option.
* Add qt4/kde4 option
(Note: UIM widget for KDE4("kde4" option) still buggy)

Overview of changes from 1.5.6 to 1.5.7
=======================================
* New features
  - uim-chardict-qt4
  - uim-toolbar-qt4
  - uim-pref-qt4
  - uim-candwin-qt4
  - uim-applet-kde4
    * Experimental support of Qt4 tools by Muneyuki Noguchi (#24123,
      #24620)

* Enhancement
  - uim-toolbar-gtk-systray
    * Support transparent background

* Fixes
  - GTK+ bridge
    * Fix crash in combination with Firefox and flashplayer plugin
      (#25139)

  - uim-fep
    * Fix compilation on NetBSD current ([uim-ja 148])

  - uim.el
    * Fix bug: uim.el doesn't work when linum-mode is activated and
      the inline candidates displaying mode is enabled ([uim-en 245])
    * Fix bug: Some special keys (such as arrow keys) cannot be used
      when uim.el is enabled on emacs23 with -nw option.

  - Qt4 bridge
    * Don't enable knotify3 when qt4-immodule is enabled in configure
      time (#19877)
    * Fix compilation when srcdir != builddir

  - uim-notify
    * Disable uim-notify on build phase to prevent dependency library
      mismatch

  - uim-chardict-qt
    * Install translation file properly ([uim-ja 150])

Overview of changes from 1.5.5 to 1.5.6
=======================================
* Enhancement
  - uim-dict-gtk
    * Support UTF-8 characters with Anthy personal dictionary

* Fixes
  - XIM bridge (uim-xim)
    * Fix segfault with latest X.Org
    * Fix segfault with PRIME

* Others
  - Apply build fix from Fedora
2010-01-20 11:06:07 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
c6aea75184 Mark as not 64bit safe as shown by the build of sj3-dict. 2010-01-09 16:15:41 +00:00
obache
f5278dac37 Add patch-ac to avoid conflict with getline(3) in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 11:50:36 +00:00
obache
0fc92dc74c Marked as destdir ready. 2010-01-09 11:37:10 +00:00
joerg
95a25da807 Fix build. 2010-01-08 18:10:53 +00:00
obache
4be0486f32 libuim is linked with libintl, so add buildlink to gettext-lib. 2010-01-05 02:10:13 +00:00
abs
55e6f0c967 PKG_DESTDIR_SUPPORT=destdir 2009-12-23 21:46:10 +00:00
obache
6901fef376 Need msgfmt to build. 2009-12-23 09:03:20 +00:00
obache
6e781e2ba0 configure require xgettext, msgmerge and msgfmt. 2009-12-23 07:43:21 +00:00
obache
cf0bf4e173 Add dependency on kasumi, honor changes to 0.7.0 entry in NEWS.
Bump PKGREVISION.
2009-12-12 06:22:08 +00:00
obache
1f843ce7e2 Update skkinput to 2.06.4.
Based on patch provided by Ryo ONODERA in PR 42416 (include user-destdir support).
While here set LICENSE=gnu-gpl-v2.

* 2.06.3 -> 2.06.4
 - close IM by Shift-Space even if NumLock or CapsLock.
 - fix skkinput.ja.man install path
2009-12-08 11:52:41 +00:00
obache
df4a7874fe Add user-destdir support. 2009-12-08 11:48:55 +00:00
obache
00e4fd82f5 Added http one to MASTER_SITES. 2009-11-30 09:20:45 +00:00
joerg
fdd918e1d9 Prepare for libtool-2.2: explicitly use --tag. 2009-11-26 16:48:26 +00:00
obache
28b0ba9ab3 * adjust short option as described in long option and source code (patch-af)
* fixes unportable, broken socket connect/bind (patch-ae, patch-ag)

Bump PKGREVISION.
2009-11-26 12:30:12 +00:00
joerg
b4859dc816 Needs --x-includes with modular Xorg. 2009-11-25 20:38:45 +00:00
obache
8e451f9fe3 Added SCIM related entries. 2009-11-24 12:16:27 +00:00
obache
d351bd8299 Import novel-pinyin-0.2.5 as inputmethod/novel-pinyin.
A HMM-based(Hidden Markov Model) sentence pinyin input method for Chinese.

This Project starts from my graduate life in BUPT. Evolved from a research
prototype to a real project. This input method is based on scim-pinyin, a
popular Linux input method.

Hopefully this project will help you speed up inputing Chinese characters.
2009-11-24 12:13:02 +00:00
obache
66565a13e7 Import scim-unikey-0.3.1 as inputmethod/scim-unikey.
scim-unikey is a scim input method engine.
It use ukengine for progress key event.
(a mod version of ukengine)
2009-11-24 12:11:39 +00:00
obache
22a94eb4e5 Import scim-uim-0.2.0 as inputmethod/scim-uim.
scim-uim is an SCIM IMEngine module for uim.
2009-11-24 12:10:25 +00:00
obache
a3aee668cd Import scim-tomoe-0.6.0 as inputmethod/scim-tomoe.
scim-tomoe is a SCIM IMEngine module for Tomoe.
2009-11-24 12:09:35 +00:00
obache
5c15e8ddc7 Import scim-thai-0.1.1 as inputmethod/scim-thai.
This is SCIM IMEngine module for Thai, based on libthai library.

Currently, it supports 3 keyboard layouts:
  - Ketmanee
  - TIS-820.2538
  - Pattachote

In addition to keyboard layout suuports, it also validate input sequences
in 3 levels of strictness:
  - Passthrough (no check)
  - Basic Check
  - Srict Check

For applications that support surrounding text retrieval/deleting,
it also corrects the invalid input sequences.
2009-11-24 12:08:40 +00:00
obache
9f4a29ef47 Import scim-tables-0.5.9 as inputmethod/scim-tables.
This package includes many data files for SCIM Generic Table Input Method
module (table). They support  Chinese (Simplified and Traditional), Japanese,
Korean and some other languages, such as Russian etc. The data files will be
converted to binary format and installed to ${prefix}/share/scim/tables/.
SCIM table im module will load them automatically.
2009-11-24 12:07:34 +00:00
obache
271b24d179 Import scim-skk-0.5.2 as inputmethod/scim-skk.
scim-skk is an SCIM IMEngine module for skk.
2009-11-24 12:06:33 +00:00
obache
c6a01e36d1 Import scim-sinhala-0.1.0 as inputmethod/scim-sinhala.
scim-sinhala is an SCIM IMEngine module for Sinhala.
2009-11-24 12:05:45 +00:00
obache
c1fd828b7c Import scim-prime-1.0.1 as inputmethod/scim-prime.
scim-prime is a SCIM IMEngine module for PRIME.
2009-11-24 12:04:46 +00:00
obache
f36ca24343 Import scim-pinyin-0.5.91 as inputmethod/scim-pinyin.
scim-pinyin is an SCIM IMEngine module for smart pinyin.
2009-11-24 12:03:45 +00:00
obache
e6c539be01 Import scim-m17n-0.2.3 as inputmethod/scim-m17n.
scim-m17n is an SCIM IMEngine module for m17n-lib.
2009-11-24 12:02:08 +00:00