aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/iiimf-client-lib/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-28 19:30:39 +0800
committeredwin <edwin@FreeBSD.org>2003-12-28 19:30:39 +0800
commit5882b3aaf01bf279e5b09bae84abb2f04719cbf5 (patch)
tree05da3751aaa0439571d66cf7ef44046b1c9426ee /textproc/iiimf-client-lib/files
parentd84672fc6982d12603e1b3b9d671a77ea697d5d8 (diff)
downloadfreebsd-ports-gnome-5882b3aaf01bf279e5b09bae84abb2f04719cbf5.tar.gz
freebsd-ports-gnome-5882b3aaf01bf279e5b09bae84abb2f04719cbf5.tar.zst
freebsd-ports-gnome-5882b3aaf01bf279e5b09bae84abb2f04719cbf5.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/iiimf-client-lib/files')
-rw-r--r--textproc/iiimf-client-lib/files/patch-lib_iiimcf_Makefile.in11
-rw-r--r--textproc/iiimf-client-lib/files/patch-lib_iiimcf_test_check_Makefile.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/iiimf-client-lib/files/patch-lib_iiimcf_Makefile.in b/textproc/iiimf-client-lib/files/patch-lib_iiimcf_Makefile.in
new file mode 100644
index 000000000000..3a0036103396
--- /dev/null
+++ b/textproc/iiimf-client-lib/files/patch-lib_iiimcf_Makefile.in
@@ -0,0 +1,11 @@
+--- lib/iiimcf/Makefile.in.orig Sun Dec 7 17:37:15 2003
++++ lib/iiimcf/Makefile.in Sun Dec 7 17:37:41 2003
+@@ -124,7 +124,7 @@
+ SUBDIRS = . test
+ #libdir = /usr/local/lib
+ libiiimcf_la_LDFLAGS = -module -version-info $(LIBIIIMCF_MAJOR_VERSION):$(LIBIIIMCF_MINOR_VERSION) \
+- -export-dynamic -export-symbols libiiimcf.sym -L../iiimp -liiimp
++ -export-dynamic -export-symbols libiiimcf.sym -L$(prefix)/lib -liiimp
+
+ libiiimcf_la_CFLAGS = -DDEBUG
+ libiiimcf_la_SOURCES = iiimcf.c attr.c commit.c context.c event.c \
diff --git a/textproc/iiimf-client-lib/files/patch-lib_iiimcf_test_check_Makefile.in b/textproc/iiimf-client-lib/files/patch-lib_iiimcf_test_check_Makefile.in
new file mode 100644
index 000000000000..943a775c7a3b
--- /dev/null
+++ b/textproc/iiimf-client-lib/files/patch-lib_iiimcf_test_check_Makefile.in
@@ -0,0 +1,11 @@
+--- lib/iiimcf/test/check/Makefile.in.orig Sat Dec 6 05:07:37 2003
++++ lib/iiimcf/test/check/Makefile.in Sat Dec 6 05:08:00 2003
+@@ -96,7 +96,7 @@
+ IM_LOCALEDIR = @IM_LOCALEDIR@
+ IM_TOPDIR = @IM_TOPDIR@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ $(THREAD_LDFLAGS)
+ LIBIIIMCF_MAJOR_VERSION = @LIBIIIMCF_MAJOR_VERSION@
+ LIBIIIMCF_MINOR_VERSION = @LIBIIIMCF_MINOR_VERSION@
+ LIBIIIMCF_VERSION = @LIBIIIMCF_VERSION@