diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 11:18:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 11:18:18 +0000 |
commit | 6a5159fe047b80ae3f3813e7ee39553bc8d713fc (patch) | |
tree | e0a59c123ef53d7dfe7971f7bb27266254490511 /textproc/Makefile | |
parent | 497f91e298035066036356e09fe750448d94e5f8 (diff) | |
download | ports-6a5159fe047b80ae3f3813e7ee39553bc8d713fc.tar.gz ports-6a5159fe047b80ae3f3813e7ee39553bc8d713fc.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/
PR: ports/60087
Submitted by: Kuang-che Wu <kcwu@csie.org>
Notes
Notes:
svn path=/head/; revision=96776
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 7c3c39e28ab2..969eeaf930f2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -121,6 +121,7 @@ SUBDIR += htmltolatex SUBDIR += iiimf-headers SUBDIR += iiimf-protocol-lib + SUBDIR += iiimf-server SUBDIR += info2html SUBDIR += info_to_html SUBDIR += intltool |