diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 19:00:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 19:00:27 +0800 |
commit | 68408f71b3960326d15879c2dc5c4e224eccef07 (patch) | |
tree | ccf2926bc1f48f69d68d5a0b48750a5695d385a6 /textproc/Makefile | |
parent | 206a4073d3ced3ed77bc65a44ff618aa6a3a5441 (diff) | |
download | freebsd-ports-gnome-68408f71b3960326d15879c2dc5c4e224eccef07.tar.gz freebsd-ports-gnome-68408f71b3960326d15879c2dc5c4e224eccef07.tar.zst freebsd-ports-gnome-68408f71b3960326d15879c2dc5c4e224eccef07.zip |
New port: iiimf-*
IIMF 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/
PR: ports/60087
Submitted by: Kuang-che Wu <kcwu@csie.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a0c4e74acdeb..fa8de4e7c7a9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -119,6 +119,7 @@ SUBDIR += htmldoc SUBDIR += htmlsection SUBDIR += htmltolatex + SUBDIR += iiimf-protocol-lib SUBDIR += info2html SUBDIR += info_to_html SUBDIR += intltool |