pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/kimera Import kimera-2.11 as inputmethod/k...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f32c3de7a45
branches:  trunk
changeset: 575703:3f32c3de7a45
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 20 07:46:41 2010 +0000

description:
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:

 inputmethod/kimera/DESCR    |   5 +++++
 inputmethod/kimera/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 inputmethod/kimera/PLIST    |  17 +++++++++++++++++
 inputmethod/kimera/distinfo |   5 +++++
 4 files changed, 63 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r cba704e06625 -r 3f32c3de7a45 inputmethod/kimera/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera/DESCR  Thu May 20 07:46:41 2010 +0000
@@ -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 -r cba704e06625 -r 3f32c3de7a45 inputmethod/kimera/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera/Makefile       Thu May 20 07:46:41 2010 +0000
@@ -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@localhost
+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 -r cba704e06625 -r 3f32c3de7a45 inputmethod/kimera/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera/PLIST  Thu May 20 07:46:41 2010 +0000
@@ -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 -r cba704e06625 -r 3f32c3de7a45 inputmethod/kimera/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera/distinfo       Thu May 20 07:46:41 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index