Import ibus-libthai-0.1.0 as inputmethod/ibus-libthai.
IBus-LibThai is a Thai input method engine for IBus, based on the LibThai library. Currently, it provides 3 keyboard layouts internally: - Ketmanee - Pattachote - TIS-820.2538 (Thai XKB symbols are also supported.) The input method also filters out invalid input sequences with 3 levels of strictness: - Passthrough (no check) - Basic Check - Srict Check For applications that support surrounding text retrieval/deletion, it can also correct the invalid input sequences.
This commit is contained in:
parent
6e2d085ea5
commit
549464bc75
4 changed files with 53 additions and 0 deletions
17
inputmethod/ibus-libthai/DESCR
Normal file
17
inputmethod/ibus-libthai/DESCR
Normal file
|
@ -0,0 +1,17 @@
|
|||
IBus-LibThai is a Thai input method engine for IBus, based on the LibThai
|
||||
library.
|
||||
|
||||
Currently, it provides 3 keyboard layouts internally:
|
||||
- Ketmanee
|
||||
- Pattachote
|
||||
- TIS-820.2538
|
||||
(Thai XKB symbols are also supported.)
|
||||
|
||||
The input method also filters out invalid input sequences with 3 levels of
|
||||
strictness:
|
||||
- Passthrough (no check)
|
||||
- Basic Check
|
||||
- Srict Check
|
||||
|
||||
For applications that support surrounding text retrieval/deletion,
|
||||
it can also correct the invalid input sequences.
|
25
inputmethod/ibus-libthai/Makefile
Normal file
25
inputmethod/ibus-libthai/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/09/09 11:56:57 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ibus-libthai-0.1.0
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
||||
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://linux.thai.net/projects/ibus-libthai
|
||||
COMMENT= Thai imput method engine for IBus based on libthai library
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libthai+= libthai>=0.1.19
|
||||
.include "../../devel/libthai/buildlink3.mk"
|
||||
.include "../../inputmethod/ibus/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
inputmethod/ibus-libthai/PLIST
Normal file
6
inputmethod/ibus-libthai/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/09/09 11:56:57 obache Exp $
|
||||
libexec/ibus-engine-libthai
|
||||
libexec/ibus-setup-libthai
|
||||
share/ibus-libthai/icons/ibus-libthai.svg
|
||||
share/ibus/component/libthai.xml
|
||||
share/locale/th/LC_MESSAGES/ibus-libthai.mo
|
5
inputmethod/ibus-libthai/distinfo
Normal file
5
inputmethod/ibus-libthai/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/09/09 11:56:57 obache Exp $
|
||||
|
||||
SHA1 (ibus-libthai-0.1.0.tar.xz) = b37b2c4fb01eb600c067218874c9e85a2bce7ba5
|
||||
RMD160 (ibus-libthai-0.1.0.tar.xz) = 9f36e633a24a0311194170272e070f853f40fe58
|
||||
Size (ibus-libthai-0.1.0.tar.xz) = 145112 bytes
|
Loading…
Reference in a new issue