diff options
-rw-r--r-- | inputmethod/scim-uim/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/scim-uim/Makefile | 23 | ||||
-rw-r--r-- | inputmethod/scim-uim/PLIST | 3 | ||||
-rw-r--r-- | inputmethod/scim-uim/distinfo | 6 | ||||
-rw-r--r-- | inputmethod/scim-uim/patches/patch-aa | 16 |
5 files changed, 49 insertions, 0 deletions
diff --git a/inputmethod/scim-uim/DESCR b/inputmethod/scim-uim/DESCR new file mode 100644 index 00000000000..c34e1a9dede --- /dev/null +++ b/inputmethod/scim-uim/DESCR @@ -0,0 +1 @@ +scim-uim is an SCIM IMEngine module for uim. diff --git a/inputmethod/scim-uim/Makefile b/inputmethod/scim-uim/Makefile new file mode 100644 index 00000000000..aab0f3b56a7 --- /dev/null +++ b/inputmethod/scim-uim/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $ +# + +DISTNAME= scim-uim-0.2.0 +CATEGORIES= inputmethod +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.scim-im.org/ +COMMENT= SCIM IMEngine module for UIM +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config + +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../inputmethod/uim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-uim/PLIST b/inputmethod/scim-uim/PLIST new file mode 100644 index 00000000000..71939a218ae --- /dev/null +++ b/inputmethod/scim-uim/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $ +lib/scim-1.0/1.4.0/IMEngine/uim.la +share/scim/icons/scim-uim.png diff --git a/inputmethod/scim-uim/distinfo b/inputmethod/scim-uim/distinfo new file mode 100644 index 00000000000..349a8a9caaa --- /dev/null +++ b/inputmethod/scim-uim/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $ + +SHA1 (scim-uim-0.2.0.tar.gz) = 456621d5969b6552c3c33c83cf295aa4134fff0a +RMD160 (scim-uim-0.2.0.tar.gz) = 4cb0261742e4d67317535da1a01de7fa803139ca +Size (scim-uim-0.2.0.tar.gz) = 344389 bytes +SHA1 (patch-aa) = e97ef47ab14eb68cf16c627fe612fc0b56485bc5 diff --git a/inputmethod/scim-uim/patches/patch-aa b/inputmethod/scim-uim/patches/patch-aa new file mode 100644 index 00000000000..a19219741f1 --- /dev/null +++ b/inputmethod/scim-uim/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $ + +UIM 1.4.x / 1.5.x API changes + +--- src/scim_uim_imengine.cpp.orig 2007-04-10 05:43:59.000000000 +0000 ++++ src/scim_uim_imengine.cpp +@@ -34,7 +34,8 @@ + + #include <scim.h> + #include "scim_uim_imengine.h" +-#include <uim/uim-compat-scm.h> ++#include <uim/uim-scm.h> ++#include <uim/uim-util.h> + + #define scim_module_init uim_LTX_scim_module_init + #define scim_module_exit uim_LTX_scim_module_exit |