diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 12:17:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 12:17:02 +0800 |
commit | be400dd1c736ef23c23574408ebc8c906018cfb3 (patch) | |
tree | 187e4066cc3c513689d0f87b8271e10904493cf2 /textproc/Makefile | |
parent | 4023f64d07ade58b6d61d5d85d1586cd40c7f23a (diff) | |
download | freebsd-ports-gnome-be400dd1c736ef23c23574408ebc8c906018cfb3.tar.gz freebsd-ports-gnome-be400dd1c736ef23c23574408ebc8c906018cfb3.tar.zst freebsd-ports-gnome-be400dd1c736ef23c23574408ebc8c906018cfb3.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/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 68d5737d1e86..f5e5a3341459 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -126,6 +126,7 @@ SUBDIR += iiimf-le-unit SUBDIR += iiimf-protocol-lib SUBDIR += iiimf-server + SUBDIR += iiimf-x SUBDIR += info2html SUBDIR += info_to_html SUBDIR += intltool |