diff options
author | obache <obache> | 2009-11-24 11:48:43 +0000 |
---|---|---|
committer | obache <obache> | 2009-11-24 11:48:43 +0000 |
commit | cecdffdee4912d47d551e81d31663593c4b3214b (patch) | |
tree | a271e1381966ae82ccfcd2d8d132c12ab5e68b4b /inputmethod | |
parent | 97e2cd4dfe4957450dcd35b67868fcf85f940ee7 (diff) | |
download | pkgsrc-cecdffdee4912d47d551e81d31663593c4b3214b.tar.gz |
Import scim-array-1.0.1 as inputmethod/scim-array.
This input method engine is developed to support the Array 30 input method in
SCIM framework. SCIM Array 30 Input Method Engine provides with all the
functions of Array 30, including 1st and 2nd level short codes, special codes,
and symbol input.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-array/DESCR | 4 | ||||
-rw-r--r-- | inputmethod/scim-array/Makefile | 25 | ||||
-rw-r--r-- | inputmethod/scim-array/PLIST | 11 | ||||
-rw-r--r-- | inputmethod/scim-array/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/inputmethod/scim-array/DESCR b/inputmethod/scim-array/DESCR new file mode 100644 index 00000000000..ca132d487a3 --- /dev/null +++ b/inputmethod/scim-array/DESCR @@ -0,0 +1,4 @@ +This input method engine is developed to support the Array 30 input method in +SCIM framework. SCIM Array 30 Input Method Engine provides with all the +functions of Array 30, including 1st and 2nd level short codes, special codes, +and symbol input. diff --git a/inputmethod/scim-array/Makefile b/inputmethod/scim-array/Makefile new file mode 100644 index 00000000000..ccd34f88f49 --- /dev/null +++ b/inputmethod/scim-array/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:48:43 obache Exp $ +# + +DISTNAME= scim-array-1.0.1 +CATEGORIES= inputmethod chinese +MASTER_SITES= http://of.openfoundry.org/download/scimarray/1.0.1/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://scimarray.openfoundry.org/index_en.html +COMMENT= Array 30 Input Method Engine for SCIM +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt pkg-config + +USE_SCIM_GTKUTILS= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/scim-array/PLIST b/inputmethod/scim-array/PLIST new file mode 100644 index 00000000000..77f5290722d --- /dev/null +++ b/inputmethod/scim-array/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 11:48:43 obache Exp $ +lib/scim-1.0/1.4.0/IMEngine/array.la +lib/scim-1.0/1.4.0/SetupUI/array-imengine-setup.la +share/locale/ko/LC_MESSAGES/scim-array.mo +share/locale/nl/LC_MESSAGES/scim-array.mo +share/locale/zh_TW/LC_MESSAGES/scim-array.mo +share/scim/Array/array-phrases.cin +share/scim/Array/array-shortcode.cin +share/scim/Array/array-special.cin +share/scim/Array/array30.cin +share/scim/icons/scim-array.png diff --git a/inputmethod/scim-array/distinfo b/inputmethod/scim-array/distinfo new file mode 100644 index 00000000000..c747a8be1f3 --- /dev/null +++ b/inputmethod/scim-array/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/24 11:48:43 obache Exp $ + +SHA1 (scim-array-1.0.1.tar.gz) = dda2c3936c20ac306fb97c8ca50be44a9ed620bb +RMD160 (scim-array-1.0.1.tar.gz) = 613259418d7562e64b60003a6cfd20cd53131bb1 +Size (scim-array-1.0.1.tar.gz) = 2041106 bytes |