summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputmethod/ibus-skk/DESCR1
-rw-r--r--inputmethod/ibus-skk/Makefile28
-rw-r--r--inputmethod/ibus-skk/PLIST28
-rw-r--r--inputmethod/ibus-skk/distinfo6
-rw-r--r--inputmethod/ibus-skk/patches/patch-aa13
5 files changed, 76 insertions, 0 deletions
diff --git a/inputmethod/ibus-skk/DESCR b/inputmethod/ibus-skk/DESCR
new file mode 100644
index 00000000000..e548ee78c55
--- /dev/null
+++ b/inputmethod/ibus-skk/DESCR
@@ -0,0 +1 @@
+A Japanese Simple Kana Kanji Input Method Engine for ibus.
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile
new file mode 100644
index 00000000000..4d15a6391af
--- /dev/null
+++ b/inputmethod/ibus-skk/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:07:12 obache Exp $
+#
+
+DISTNAME= ibus-skk-0.0.10
+CATEGORIES= inputmethod japanese
+MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://github.com/ueno/ibus-skk/
+COMMENT= Japanese SKK input engine for IBus
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= ibus-[0-9]*:../../inputmethod/ibus
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake intltool msgfmt
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= post-configure
+SUBST_FILES.prefix= setup/config.py
+SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/ibus-skk/PLIST b/inputmethod/ibus-skk/PLIST
new file mode 100644
index 00000000000..caf536d5997
--- /dev/null
+++ b/inputmethod/ibus-skk/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/07 02:07:12 obache Exp $
+libexec/ibus-engine-skk
+libexec/ibus-setup-skk
+share/ibus-skk/engine/engine.py
+share/ibus-skk/engine/engine.pyc
+share/ibus-skk/engine/engine.pyo
+share/ibus-skk/engine/factory.py
+share/ibus-skk/engine/factory.pyc
+share/ibus-skk/engine/factory.pyo
+share/ibus-skk/engine/kzik.py
+share/ibus-skk/engine/kzik.pyc
+share/ibus-skk/engine/kzik.pyo
+share/ibus-skk/engine/main.py
+share/ibus-skk/engine/main.pyc
+share/ibus-skk/engine/main.pyo
+share/ibus-skk/engine/skk.py
+share/ibus-skk/engine/skk.pyc
+share/ibus-skk/engine/skk.pyo
+share/ibus-skk/icons/ibus-skk.svg
+share/ibus-skk/setup/config.py
+share/ibus-skk/setup/config.pyc
+share/ibus-skk/setup/config.pyo
+share/ibus-skk/setup/ibus-skk-preferences.ui
+share/ibus-skk/setup/main.py
+share/ibus-skk/setup/main.pyc
+share/ibus-skk/setup/main.pyo
+share/ibus/component/skk.xml
+share/locale/ja/LC_MESSAGES/ibus-skk.mo
diff --git a/inputmethod/ibus-skk/distinfo b/inputmethod/ibus-skk/distinfo
new file mode 100644
index 00000000000..4220d78961d
--- /dev/null
+++ b/inputmethod/ibus-skk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:07:12 obache Exp $
+
+SHA1 (ibus-skk-0.0.10.tar.gz) = 071b5ee39cd18195d1518c968f43ad67c215541f
+RMD160 (ibus-skk-0.0.10.tar.gz) = 5c0a7078baecab27ba14f177ed76727323b94e73
+Size (ibus-skk-0.0.10.tar.gz) = 410212 bytes
+SHA1 (patch-aa) = 2b72b51665cae1e20fe8cfab8292bdf9d798868f
diff --git a/inputmethod/ibus-skk/patches/patch-aa b/inputmethod/ibus-skk/patches/patch-aa
new file mode 100644
index 00000000000..688a4a7ad8a
--- /dev/null
+++ b/inputmethod/ibus-skk/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/08/07 02:07:12 obache Exp $
+
+--- configure.orig 2010-01-11 03:56:13.000000000 +0000
++++ configure
+@@ -16321,7 +16321,7 @@ $as_echo "no" >&6; }
+ fi
+
+
+-if test x"$PYTHON_CONFIG" == x""; then
++if test x"$PYTHON_CONFIG" = x""; then
+ # Extract the first word of "python-config", so it can be a program name with args.
+ set dummy python-config; ac_word=$2
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5