aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-headers
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 11:05:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 11:05:09 +0000
commit67d3db693250dd976f2397508aeb9cc155c5739c (patch)
tree4c9883c30ffa9f6afb2401c0b21a5f97934dc169 /textproc/iiimf-headers
parent6596ca73720642e148fc6ca00dbec4e2b062a66d (diff)
downloadports-67d3db693250dd976f2397508aeb9cc155c5739c.tar.gz
ports-67d3db693250dd976f2397508aeb9cc155c5739c.zip
Notes
Diffstat (limited to 'textproc/iiimf-headers')
-rw-r--r--textproc/iiimf-headers/Makefile31
-rw-r--r--textproc/iiimf-headers/distinfo1
-rw-r--r--textproc/iiimf-headers/pkg-descr21
-rw-r--r--textproc/iiimf-headers/pkg-plist13
4 files changed, 66 insertions, 0 deletions
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