diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-thai/DESCR | 15 | ||||
-rw-r--r-- | inputmethod/scim-thai/Makefile | 26 | ||||
-rw-r--r-- | inputmethod/scim-thai/PLIST | 5 | ||||
-rw-r--r-- | inputmethod/scim-thai/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/inputmethod/scim-thai/DESCR b/inputmethod/scim-thai/DESCR new file mode 100644 index 00000000000..19d46aede17 --- /dev/null +++ b/inputmethod/scim-thai/DESCR @@ -0,0 +1,15 @@ +This is SCIM IMEngine module for Thai, based on libthai library. + +Currently, it supports 3 keyboard layouts: + - Ketmanee + - TIS-820.2538 + - Pattachote + +In addition to keyboard layout suuports, it also validate input sequences +in 3 levels of strictness: + - Passthrough (no check) + - Basic Check + - Srict Check + +For applications that support surrounding text retrieval/deleting, +it also corrects the invalid input sequences. diff --git a/inputmethod/scim-thai/Makefile b/inputmethod/scim-thai/Makefile new file mode 100644 index 00000000000..489e4af8394 --- /dev/null +++ b/inputmethod/scim-thai/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:08:40 obache Exp $ +# + +DISTNAME= scim-thai-0.1.1 +CATEGORIES= inputmethod +MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://linux.thai.net/projects/scim-thai +COMMENT= SCIM IMEngine module for Thai +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 + +USE_SCIM_GTKUTILS= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libthai/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-thai/PLIST b/inputmethod/scim-thai/PLIST new file mode 100644 index 00000000000..815a851ce6f --- /dev/null +++ b/inputmethod/scim-thai/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 12:08:40 obache Exp $ +lib/scim-1.0/1.4.0/IMEngine/thai.la +lib/scim-1.0/1.4.0/SetupUI/thai-imengine-setup.la +share/locale/th/LC_MESSAGES/scim-thai.mo +share/scim/icons/scim-thai.png diff --git a/inputmethod/scim-thai/distinfo b/inputmethod/scim-thai/distinfo new file mode 100644 index 00000000000..86763433ee4 --- /dev/null +++ b/inputmethod/scim-thai/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/24 12:08:40 obache Exp $ + +SHA1 (scim-thai-0.1.1.tar.gz) = 61bde7eb3d1da91060db7dc991e5c07b9d33e6ca +RMD160 (scim-thai-0.1.1.tar.gz) = 308f54867328e5e7090b7c2ad926bc850cde91a1 +Size (scim-thai-0.1.1.tar.gz) = 397126 bytes |