IABSD.fr/ports/inputmethods/scim/pkg

Branch :


Log

Author Commit Date CI Message
b1431644 2013-07-07 09:53:02 Since its last update, gtk+2 gained an --update-cache option for gtk-query-immodules-2.0 -- so use it as was done with gtk+3.
f982995f 2011-06-02 13:41:36 Add a consistent header that substitutes FULLPKGNAME for the READMEs. ok jasper@ sthen@
fcc26234 2010-11-08 09:00:20 switch to pkg-readmes. kevlo@ (maintainer) ok.
f26c46c3 2010-09-30 07:23:47 Fix build with new GTK+2.
7ec796c6 2010-08-18 06:03:45 Add enough information so people not familiar with IMs have a chance to get this going quickly. Bump. kevlo@ ok. A more detailed documentation would be great. Any takers?
eb020837 2009-12-21 21:21:59 Use @unexec-delete instead of @unexec for the *-update-* goos. prodded by espie@ discussed with espie@ sthen@ landry@
f7f61ce6 2009-10-31 12:50:02 Update to 1.4.9 ok ajacoutot@
a9bfa6c2 2008-10-29 02:21:46 Initial import of scim 1.4.7 SCIM is a common IM platform written in C++. It abstracts input method interface into several classes and try to make these classes as simple and independent as possible. With such simple interfaces, developers can write their own input method in a few lines of code very easily. SCIM is highly modularized: most components can be implemented as dynamically loadable modules, thus can be loaded at runtime as you wish. For example, input methods written for SCIM could be IMEngine modules, and users can use such IMEngine modules combined with different interface modules (FrontEnd) in different environment without rewrite/recompile the ok ajacoutot@