diff options
author | obache <obache@pkgsrc.org> | 2010-05-20 07:46:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-20 07:46:41 +0000 |
commit | 538ae68768c1625d52a588031f8fa79fde29a9d6 (patch) | |
tree | 7dea6be0059e778f2b1d2495fabf929546905296 /inputmethod/kimera | |
parent | ec0a2e5f468b6c834f522f36f08965378bd711f7 (diff) | |
download | pkgsrc-538ae68768c1625d52a588031f8fa79fde29a9d6.tar.gz |
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.
Diffstat (limited to 'inputmethod/kimera')
-rw-r--r-- | inputmethod/kimera/DESCR | 5 | ||||
-rw-r--r-- | inputmethod/kimera/Makefile | 36 | ||||
-rw-r--r-- | inputmethod/kimera/PLIST | 17 | ||||
-rw-r--r-- | inputmethod/kimera/distinfo | 5 |
4 files changed, 63 insertions, 0 deletions
diff --git a/inputmethod/kimera/DESCR b/inputmethod/kimera/DESCR new file mode 100644 index 00000000000..0369542f9a0 --- /dev/null +++ b/inputmethod/kimera/DESCR @@ -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. diff --git a/inputmethod/kimera/Makefile b/inputmethod/kimera/Makefile new file mode 100644 index 00000000000..0f2f7cf7931 --- /dev/null +++ b/inputmethod/kimera/Makefile @@ -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" diff --git a/inputmethod/kimera/PLIST b/inputmethod/kimera/PLIST new file mode 100644 index 00000000000..1f0a8b495db --- /dev/null +++ b/inputmethod/kimera/PLIST @@ -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 diff --git a/inputmethod/kimera/distinfo b/inputmethod/kimera/distinfo new file mode 100644 index 00000000000..468fa922a5a --- /dev/null +++ b/inputmethod/kimera/distinfo @@ -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 |