diff options
author | obache <obache> | 2010-08-07 02:00:08 +0000 |
---|---|---|
committer | obache <obache> | 2010-08-07 02:00:08 +0000 |
commit | a40b9e569d2e9aac3f1631c13971c44b7e3f4f78 (patch) | |
tree | b0b5d072cf538cb16cb6ccfe9057779072baaa69 /inputmethod/ibus-m17n | |
parent | 9b922cd254deb99cd01a67f0868217d6c0bfee34 (diff) | |
download | pkgsrc-a40b9e569d2e9aac3f1631c13971c44b7e3f4f78.tar.gz |
Import ibus-m17n-1.3.0nb1 as inputmethod/ibus-m17n.
M17N engine for IBus input platform. It allows input of many languages using
the input table maps from m17n-db.
Diffstat (limited to 'inputmethod/ibus-m17n')
-rw-r--r-- | inputmethod/ibus-m17n/DESCR | 2 | ||||
-rw-r--r-- | inputmethod/ibus-m17n/Makefile | 23 | ||||
-rw-r--r-- | inputmethod/ibus-m17n/PLIST | 5 | ||||
-rw-r--r-- | inputmethod/ibus-m17n/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/inputmethod/ibus-m17n/DESCR b/inputmethod/ibus-m17n/DESCR new file mode 100644 index 00000000000..1d28786cc00 --- /dev/null +++ b/inputmethod/ibus-m17n/DESCR @@ -0,0 +1,2 @@ +M17N engine for IBus input platform. It allows input of many languages using +the input table maps from m17n-db. diff --git a/inputmethod/ibus-m17n/Makefile b/inputmethod/ibus-m17n/Makefile new file mode 100644 index 00000000000..95e8422fd55 --- /dev/null +++ b/inputmethod/ibus-m17n/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:00:08 obache Exp $ +# + +DISTNAME= ibus-m17n-1.3.0 +PKGREVISION= 1 +CATEGORIES= inputmethod +MASTER_SITES= http://ibus.googlecode.com/files/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://code.google.com/p/ibus/ +COMMENT= M17N engine for IBus platform +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config msgfmt gmake + +.include "../../devel/m17n-lib/buildlink3.mk" +.include "../../inputmethod/ibus/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/ibus-m17n/PLIST b/inputmethod/ibus-m17n/PLIST new file mode 100644 index 00000000000..15bcbcef079 --- /dev/null +++ b/inputmethod/ibus-m17n/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/07 02:00:08 obache Exp $ +libexec/ibus-engine-m17n +share/ibus-m17n/icons/ibus-m17n.svg +share/ibus/component/m17n.xml +share/locale/zh_CN/LC_MESSAGES/ibus-m17n.mo diff --git a/inputmethod/ibus-m17n/distinfo b/inputmethod/ibus-m17n/distinfo new file mode 100644 index 00000000000..e058519568b --- /dev/null +++ b/inputmethod/ibus-m17n/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:00:08 obache Exp $ + +SHA1 (ibus-m17n-1.3.0.tar.gz) = 2f205c07aef8f85204d990656914ddf7f69c5882 +RMD160 (ibus-m17n-1.3.0.tar.gz) = 211842368b6779a64e9eb17b9bb079a94312d2fb +Size (ibus-m17n-1.3.0.tar.gz) = 391768 bytes |