Import kimera-2.11 as inputmethod/kimera.
Kimera is an input method (XIM) for the X Window System utilizing the Qt4 toolkit that provides Japanese language input support. It provides Kanji conversion via Canna or Anthy, as well as supporting the ability to assign input styles. We are also considering a simple key assign selection method like the one used in Windows.
This commit is contained in:
parent
005162bfe3
commit
93827660d3
4 changed files with 63 additions and 0 deletions
5
inputmethod/kimera/DESCR
Normal file
5
inputmethod/kimera/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Kimera is an input method (XIM) for the X Window System utilizing
|
||||
the Qt4 toolkit that provides Japanese language input support. It
|
||||
provides Kanji conversion via Canna or Anthy, as well as supporting
|
||||
the ability to assign input styles. We are also considering a
|
||||
simple key assign selection method like the one used in Windows.
|
36
inputmethod/kimera/Makefile
Normal file
36
inputmethod/kimera/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 07:46:41 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kimera-2.11
|
||||
CATEGORIES= inputmethod japanese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kimera/37271/}
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://kimera.sourceforge.jp/
|
||||
COMMENT= Kanji Input MEthod for RAgamuffins
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= c++
|
||||
|
||||
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
|
||||
|
||||
do-configure:
|
||||
${RUN} cd ${WRKSRC}; \
|
||||
${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake \
|
||||
target.path=${PREFIX}/libdata/kimera \
|
||||
script.path=${PREFIX}/bin \
|
||||
kimera.pro
|
||||
|
||||
.if !exists(/usr/include/alloca.h)
|
||||
SUBST_CLASSES+= alloca
|
||||
SUBST_STAGE.alloca= post-configure
|
||||
SUBST_FILES.alloca= src/inputmethod.cpp
|
||||
SUBST_SED.alloca= -e 's|<alloca.h>|<stdlib.h>|g'
|
||||
.endif
|
||||
|
||||
.include "../../inputmethod/anthy/buildlink3.mk"
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-tools/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
inputmethod/kimera/PLIST
Normal file
17
inputmethod/kimera/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 07:46:41 obache Exp $
|
||||
bin/kimera
|
||||
libdata/kimera/dic/dakuten.dic
|
||||
libdata/kimera/dic/hankakukana.dic
|
||||
libdata/kimera/dic/hiragana.dic
|
||||
libdata/kimera/dic/kanainput.dic
|
||||
libdata/kimera/dic/katakana.dic
|
||||
libdata/kimera/dic/numeralsymbols.dic
|
||||
libdata/kimera/dic/zenkakualphabet.dic
|
||||
libdata/kimera/images/property_icon.png
|
||||
libdata/kimera/images/red_dictionary.png
|
||||
libdata/kimera/images/trayicon_directinput.png
|
||||
libdata/kimera/images/trayicon_hankakukana.png
|
||||
libdata/kimera/images/trayicon_hiragana.png
|
||||
libdata/kimera/images/trayicon_katakana.png
|
||||
libdata/kimera/images/trayicon_zenkakueisu.png
|
||||
libdata/kimera/kimera-bin
|
5
inputmethod/kimera/distinfo
Normal file
5
inputmethod/kimera/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/20 07:46:41 obache Exp $
|
||||
|
||||
SHA1 (kimera-2.11.tar.gz) = 9e6073c0927aaa3a4f4820c6728cfd06eb4e90ee
|
||||
RMD160 (kimera-2.11.tar.gz) = 0f9d95587a078118a225e3772bfda95612155a1d
|
||||
Size (kimera-2.11.tar.gz) = 106010 bytes
|
Loading…
Reference in a new issue