diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 19:38:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 19:38:13 +0800 |
commit | 78737e216a9ac9a58b69076ce61fdb358faae5e3 (patch) | |
tree | 40e86f96ed7335847665a22b091584c68308124c /textproc | |
parent | a77d1e608d7f341b0da305865ad6c51f45e84295 (diff) | |
download | freebsd-ports-gnome-78737e216a9ac9a58b69076ce61fdb358faae5e3.tar.gz freebsd-ports-gnome-78737e216a9ac9a58b69076ce61fdb358faae5e3.tar.zst freebsd-ports-gnome-78737e216a9ac9a58b69076ce61fdb358faae5e3.zip |
New port: iiimf-*
IIIMF stands for Internet/Intranet Input Method Framework.
IIIMF is designed to be the next generation of input method framework
which provides the following capabilities;
* Multiplatform, platform independent.
* Multlingual and Full UNICODE support, but satisfactory for native speakers.
* Windowing System Independent.
* Multiple language engines concurrently run.
* Multiuser.
* Distributed, lightweight clients and scalable server.
* Extensible in multiple means.
* Input method protocol efficient enough to be used over low-speed modem
connection.
* Easy input method engine development with plugin API.
* Easy input method enabling with libiiimcf, even on console apps.
* Small core part to start from.
WWW: http://www.openi18n.org/subgroups/im/IIIMF/
- Kuang-che Wu
kcwu@csie.org
PR: ports/60087
Submitted by: Kuang-che Wu <kcwu@csie.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index effc4e15ef94..c0d725498058 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -121,6 +121,7 @@ SUBDIR += htmltolatex SUBDIR += iiimf-client-lib SUBDIR += iiimf-headers + SUBDIR += iiimf-le-unit SUBDIR += iiimf-protocol-lib SUBDIR += iiimf-server SUBDIR += info2html |