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 | |
parent | e66714a462cf0da18adc5de1950e7cb1d6bcd5dd (diff) | |
download | freebsd-ports-gnome-7d0bf0090a59849fda980b2d8a0f6932d1546eab.tar.gz freebsd-ports-gnome-7d0bf0090a59849fda980b2d8a0f6932d1546eab.tar.zst freebsd-ports-gnome-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')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/iiimf-headers/Makefile | 31 | ||||
-rw-r--r-- | textproc/iiimf-headers/distinfo | 1 | ||||
-rw-r--r-- | textproc/iiimf-headers/pkg-descr | 21 | ||||
-rw-r--r-- | textproc/iiimf-headers/pkg-plist | 13 |
5 files changed, 67 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fa8de4e7c7a9..7c3c39e28ab2 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 diff --git a/textproc/iiimf-headers/Makefile b/textproc/iiimf-headers/Makefile new file mode 100644 index 000000000000..7a9f07594d49 --- /dev/null +++ b/textproc/iiimf-headers/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: iiimf-headers +# Date created: 6 Dec 2003 +# Whom: Kuang-che Wu <kcwu@csie.org> +# +# $FreeBSD$ +# + +PORTNAME= iiimf-headers +PORTVERSION= ${IIIMF_VER:S/_/./:C/-.*//} +CATEGORIES= textproc +MASTER_SITES= http://www.openi18n.org/download/docs/im-sdk/ +DISTNAME= im-sdk +DISTFILES= ${DISTNAME}.${IIIMF_VER:S/-/./}${EXTRACT_SUFX} + +MAINTAINER= kcwu@csie.org +COMMENT= Header files for Internet/Intranet Input Method Framework + +IIIMF_VER= r11_4-1467 +WRKSRC= ${WRKDIR}/${DISTNAME}-${IIIMF_VER} +USE_BZIP2= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${PREFIX}/include/iiimf +.for file in IMArg.h IMProtocolStruct.h syscfg.h threaddef.h + ${INSTALL_DATA} ${WRKSRC}/include/${file} ${PREFIX}/include/iiimf +.endfor + ${MKDIR} ${PREFIX}/include/iiimf/iml + ${INSTALL_DATA} ${WRKSRC}/include/iml/*.h ${PREFIX}/include/iiimf/iml + +.include <bsd.port.mk> diff --git a/textproc/iiimf-headers/distinfo b/textproc/iiimf-headers/distinfo new file mode 100644 index 000000000000..4ec913af341f --- /dev/null +++ b/textproc/iiimf-headers/distinfo @@ -0,0 +1 @@ +MD5 (im-sdk.r11_4.1467.tar.bz2) = ca6b6ac7c41641db6eaa0fa395748f90 diff --git a/textproc/iiimf-headers/pkg-descr b/textproc/iiimf-headers/pkg-descr new file mode 100644 index 000000000000..ac72b20e8941 --- /dev/null +++ b/textproc/iiimf-headers/pkg-descr @@ -0,0 +1,21 @@ +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 diff --git a/textproc/iiimf-headers/pkg-plist b/textproc/iiimf-headers/pkg-plist new file mode 100644 index 000000000000..d41fbaccdb3b --- /dev/null +++ b/textproc/iiimf-headers/pkg-plist @@ -0,0 +1,13 @@ +include/iiimf/IMArg.h +include/iiimf/IMProtocolStruct.h +include/iiimf/iml/SunIMPriv.h +include/iiimf/iml/SunIM.h +include/iiimf/iml/SunIMProt.h +include/iiimf/iml/SunIMPub.h +include/iiimf/iml/SunIMCore.h +include/iiimf/iml/SunIMMMan.h +include/iiimf/iml/SunIMMthd.h +include/iiimf/syscfg.h +include/iiimf/threaddef.h +@dirrm include/iiimf/iml +@dirrm include/iiimf |