diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 19:05:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 19:05:09 +0800 |
commit | 7d0bf0090a59849fda980b2d8a0f6932d1546eab (patch) | |
tree | f3b2d7155b23bdf4f1b2096a471454e1792ab45d /textproc/Makefile | |
parent | e66714a462cf0da18adc5de1950e7cb1d6bcd5dd (diff) | |
download | freebsd-ports-graphics-7d0bf0090a59849fda980b2d8a0f6932d1546eab.tar.gz freebsd-ports-graphics-7d0bf0090a59849fda980b2d8a0f6932d1546eab.tar.zst freebsd-ports-graphics-7d0bf0090a59849fda980b2d8a0f6932d1546eab.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>
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 fa8de4e7c7a..7c3c39e28ab 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -119,6 +119,7 @@ SUBDIR += htmldoc SUBDIR += htmlsection SUBDIR += htmltolatex + SUBDIR += iiimf-headers SUBDIR += iiimf-protocol-lib SUBDIR += info2html SUBDIR += info_to_html |