diff options
author | obache <obache> | 2009-11-24 11:54:35 +0000 |
---|---|---|
committer | obache <obache> | 2009-11-24 11:54:35 +0000 |
commit | cb2ea7d2553a773e53fc90c1f5d857e3b47c5ea6 (patch) | |
tree | eb8ba66d451681035c1e0e83d68b5c5c1a742a27 /inputmethod | |
parent | 81b3139126cbe3456e88efbe0bf02447b2afb12f (diff) | |
download | pkgsrc-cb2ea7d2553a773e53fc90c1f5d857e3b47c5ea6.tar.gz |
Import scim-hangul-0.3.2 as inputmethod/scim-hangul.
Introduction
Scim-hangul is a SCIM IMEngine module for inputing korean scripts. Scim-hangul
is for native speakers, not for foreigners. If you don't want to learn korean
keyboard layout, use scim-table :)
Feature
This engine supports 2 beolsik, 3 beolsik final, 3 beolsik 390, 3 beolsik
no-shift and etc. You can input chinese character (hanja) with F9 key when you
have preedit string.
Check other korean input methods here:
http://wiki.kldp.org/wiki.php/KoreanInputMethod
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-hangul/DESCR | 14 | ||||
-rw-r--r-- | inputmethod/scim-hangul/Makefile | 26 | ||||
-rw-r--r-- | inputmethod/scim-hangul/PLIST | 12 | ||||
-rw-r--r-- | inputmethod/scim-hangul/distinfo | 5 |
4 files changed, 57 insertions, 0 deletions
diff --git a/inputmethod/scim-hangul/DESCR b/inputmethod/scim-hangul/DESCR new file mode 100644 index 00000000000..10b0e48ebed --- /dev/null +++ b/inputmethod/scim-hangul/DESCR @@ -0,0 +1,14 @@ +Introduction + +Scim-hangul is a SCIM IMEngine module for inputing korean scripts. Scim-hangul +is for native speakers, not for foreigners. If you don't want to learn korean +keyboard layout, use scim-table :) + +Feature + +This engine supports 2 beolsik, 3 beolsik final, 3 beolsik 390, 3 beolsik +no-shift and etc. You can input chinese character (hanja) with F9 key when you +have preedit string. + +Check other korean input methods here: +http://wiki.kldp.org/wiki.php/KoreanInputMethod diff --git a/inputmethod/scim-hangul/Makefile b/inputmethod/scim-hangul/Makefile new file mode 100644 index 00000000000..c4aa60f68ac --- /dev/null +++ b/inputmethod/scim-hangul/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:54:35 obache Exp $ +# + +DISTNAME= scim-hangul-0.3.2 +CATEGORIES= inputmethod korean +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.scim-im.org/ +COMMENT= SCIM IMEngine module for inputing korean scripts +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= msgfmt pkg-config gmake +GNU_CONFIGURE= yes + +USE_SCIM_GTKUTILS= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../inputmethod/libhangul/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-hangul/PLIST b/inputmethod/scim-hangul/PLIST new file mode 100644 index 00000000000..ba53635bcfa --- /dev/null +++ b/inputmethod/scim-hangul/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 11:54:35 obache Exp $ +lib/scim-1.0/1.4.0/IMEngine/hangul.la +lib/scim-1.0/1.4.0/SetupUI/hangul-imengine-setup.la +share/locale/de/LC_MESSAGES/scim-hangul.mo +share/locale/fr/LC_MESSAGES/scim-hangul.mo +share/locale/ja/LC_MESSAGES/scim-hangul.mo +share/locale/ko/LC_MESSAGES/scim-hangul.mo +share/locale/nl/LC_MESSAGES/scim-hangul.mo +share/locale/pa/LC_MESSAGES/scim-hangul.mo +share/locale/zh_CN/LC_MESSAGES/scim-hangul.mo +share/scim/hangul/symbol.txt +share/scim/icons/scim-hangul.png diff --git a/inputmethod/scim-hangul/distinfo b/inputmethod/scim-hangul/distinfo new file mode 100644 index 00000000000..08da77c46b3 --- /dev/null +++ b/inputmethod/scim-hangul/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/24 11:54:35 obache Exp $ + +SHA1 (scim-hangul-0.3.2.tar.gz) = d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec +RMD160 (scim-hangul-0.3.2.tar.gz) = 52fd93c3f6fdd3d4c407a7b0069fc3a4d4ac9bc0 +Size (scim-hangul-0.3.2.tar.gz) = 1176577 bytes |