Import ibus-table-chinese-1.3.0.20100527 as inputmethod/ibus-table-chinese.

ibus-table-chinese provide the chinese input method tables for IBus-Table,
one of input method engines on IBus framework:
This commit is contained in:
obache 2010-08-07 02:18:29 +00:00
parent fec80e16e9
commit 288f4c09e0
5 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ibus-table-chinese provide the chinese input method tables for IBus-Table,
one of input method engines on IBus framework:

View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:18:29 obache Exp $
#
DISTNAME= ibus-table-chinese-1.3.0.20100527
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Chinese tables for IBus-Table
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-extra-phrases
.include "../../inputmethod/ibus-table-extraphrase/buildlink3.mk"
.include "../../inputmethod/ibus-table/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,45 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/07 02:18:29 obache Exp $
share/ibus-table/icons/cangjie-big.png
share/ibus-table/icons/cangjie3.svg
share/ibus-table/icons/cangjie5.svg
share/ibus-table/icons/cantonese.png
share/ibus-table/icons/cantonhk.png
share/ibus-table/icons/easy-big.png
share/ibus-table/icons/erbi-qs.svg
share/ibus-table/icons/erbi.png
share/ibus-table/icons/jyutping.png
share/ibus-table/icons/quick-classic.png
share/ibus-table/icons/quick3.png
share/ibus-table/icons/quick5.png
share/ibus-table/icons/scj6.svg
share/ibus-table/icons/stroke5.png
share/ibus-table/icons/wu.png
share/ibus-table/icons/wubi86.svg
share/ibus-table/icons/xinhua.png
share/ibus-table/icons/yong.png
share/ibus-table/icons/zhengma.svg
share/ibus-table/icons/zhuyin-big.png
share/ibus-table/icons/zhuyin.png
share/ibus-table/icons/ziranma.png
share/ibus-table/tables/cangjie-big.db
share/ibus-table/tables/cangjie3.db
share/ibus-table/tables/cangjie5.db
share/ibus-table/tables/cantonese.db
share/ibus-table/tables/cantonhk.db
share/ibus-table/tables/easy-big.db
share/ibus-table/tables/erbi.db
share/ibus-table/tables/erbi_qs.db
share/ibus-table/tables/jyutping.db
share/ibus-table/tables/quick-classic.db
share/ibus-table/tables/quick3.db
share/ibus-table/tables/quick5.db
share/ibus-table/tables/scj6.db
share/ibus-table/tables/stroke5.db
share/ibus-table/tables/wu.db
share/ibus-table/tables/wubi86.db
share/ibus-table/tables/xinhua-ibus.db
share/ibus-table/tables/yong-ibus.db
share/ibus-table/tables/zhengma.db
share/ibus-table/tables/zhuyin-big.db
share/ibus-table/tables/zhuyin.db
share/ibus-table/tables/ziranma.db

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:18:29 obache Exp $
SHA1 (ibus-table-chinese-1.3.0.20100527.tar.gz) = ade7c69d6f134abab1f3773c969498944c12e453
RMD160 (ibus-table-chinese-1.3.0.20100527.tar.gz) = b66ba84b76e40281b3855845fd89425b33e0a20e
Size (ibus-table-chinese-1.3.0.20100527.tar.gz) = 7579715 bytes
SHA1 (patch-aa) = fa88bd55629f70cd9fb4d5f598a346a43219cad8

View file

@ -0,0 +1,24 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/08/07 02:18:29 obache Exp $
portability fix
--- configure.orig 2010-05-27 08:17:37.000000000 +0000
+++ configure
@@ -2959,7 +2959,7 @@ else
fi
- if test x"$enable_extra_phrases" == x"yes"; then
+ if test x"$enable_extra_phrases" = x"yes"; then
IBUS_TABLE_EXTRA_PHRASES_TRUE=
IBUS_TABLE_EXTRA_PHRASES_FALSE='#'
else
@@ -2969,7 +2969,7 @@ fi
# check for ibus-table-extraphrase, if we need it.
-if test x"$enable_extra_phrases" == x"yes"; then
+if test x"$enable_extra_phrases" = x"yes"; then
pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EXTRA_PHRASE" >&5