Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.60 2014/01/20 10:46:30 ryoon Exp $
# $NetBSD: Makefile,v 1.68 2014/12/04 13:00:55 obache Exp $
#
COMMENT= Input method tools and libraries
@@ -6,6 +6,7 @@ COMMENT= Input method tools and libraries
SUBDIR+= Chinput
SUBDIR+= anthy
SUBDIR+= anthy-elisp
SUBDIR+= brise
SUBDIR+= canna
SUBDIR+= canna-canuum
SUBDIR+= canna-dict
@@ -23,12 +24,15 @@ SUBDIR+= ibus-el
SUBDIR+= ibus-handwrite
SUBDIR+= ibus-hangul
SUBDIR+= ibus-input-pad
SUBDIR+= ibus-kkc
SUBDIR+= ibus-libpinyin
SUBDIR+= ibus-libthai
SUBDIR+= ibus-m17n
SUBDIR+= ibus-mozc
SUBDIR+= ibus-pinyin
SUBDIR+= ibus-python
SUBDIR+= ibus-qt
SUBDIR+= ibus-rime
SUBDIR+= ibus-skk
SUBDIR+= ibus-t9
SUBDIR+= ibus-table
@@ -50,6 +54,7 @@ SUBDIR+= kinput2
SUBDIR+= libchewing
SUBDIR+= libchewing02
SUBDIR+= libhangul
SUBDIR+= librime
SUBDIR+= libskk
SUBDIR+= libtabe
SUBDIR+= m17n-im-config
@@ -122,6 +127,7 @@ SUBDIR+= tegaki-zinnia-traditional-chinese-light
SUBDIR+= tomoe
SUBDIR+= tomoe-gtk
SUBDIR+= uim
SUBDIR+= uim-chewing
SUBDIR+= uim-elisp
SUBDIR+= uim-mozc
SUBDIR+= uim-tomoe-gtk

10
inputmethod/brise/DESCR Normal file
View File

@@ -0,0 +1,10 @@
La brise: the official Rime schema repository.
providing:
- default.yaml: Rime default settings
- symbols.yaml: punctuation and special characters
- essay: a vocabulary and language model
- preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, stroke
- supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin,
jyutping, wugniu, ipa_xsampa, sampheng, zyenpheng
- extra schemata: (included in the source package but not installed)

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2015/03/15 20:13:23 hiramatsu Exp $
DISTNAME= brise-0.30
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/rimeime/
COMMENT= Official Rime Schema repository
LICENSE= gnu-gpl-v3
BUILD_DEPENDS+= kyotocabinet-[0-9]*:../../databases/kyotocabinet
DEPENDS+= librime>=1.0:../../inputmethod/librime
WRKSRC= ${WRKDIR}/brise
USE_LANGUAGES= # none
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"

56
inputmethod/brise/PLIST Normal file
View File

@@ -0,0 +1,56 @@
@comment $NetBSD: PLIST,v 1.1 2014/12/04 12:10:04 obache Exp $
share/rime-data/bopomofo.schema.yaml
share/rime-data/bopomofo_tw.schema.yaml
share/rime-data/cangjie5.dict.yaml
share/rime-data/cangjie5.prism.bin
share/rime-data/cangjie5.reverse.bin
share/rime-data/cangjie5.schema.yaml
share/rime-data/cangjie5.table.bin
share/rime-data/cangjie5_express.schema.yaml
share/rime-data/combo_pinyin.schema.yaml
share/rime-data/default.yaml
share/rime-data/double_pinyin.schema.yaml
share/rime-data/double_pinyin_abc.schema.yaml
share/rime-data/double_pinyin_flypy.schema.yaml
share/rime-data/double_pinyin_mspy.schema.yaml
share/rime-data/emoji.dict.yaml
share/rime-data/emoji.schema.yaml
share/rime-data/essay.kct
share/rime-data/ipa_xsampa.dict.yaml
share/rime-data/ipa_xsampa.schema.yaml
share/rime-data/jyutping.dict.yaml
share/rime-data/jyutping.schema.yaml
share/rime-data/luna_pinyin.dict.yaml
share/rime-data/luna_pinyin.prism.bin
share/rime-data/luna_pinyin.reverse.bin
share/rime-data/luna_pinyin.schema.yaml
share/rime-data/luna_pinyin.table.bin
share/rime-data/luna_pinyin_fluency.prism.bin
share/rime-data/luna_pinyin_fluency.schema.yaml
share/rime-data/luna_pinyin_simp.prism.bin
share/rime-data/luna_pinyin_simp.schema.yaml
share/rime-data/luna_pinyin_tw.prism.bin
share/rime-data/luna_pinyin_tw.schema.yaml
share/rime-data/pinyin_simp.dict.yaml
share/rime-data/pinyin_simp.schema.yaml
share/rime-data/quick5.dict.yaml
share/rime-data/quick5.schema.yaml
share/rime-data/sampheng.schema.yaml
share/rime-data/soutzoe.dict.yaml
share/rime-data/soutzoe.schema.yaml
share/rime-data/stroke.dict.yaml
share/rime-data/stroke.prism.bin
share/rime-data/stroke.reverse.bin
share/rime-data/stroke.schema.yaml
share/rime-data/stroke.table.bin
share/rime-data/symbols.yaml
share/rime-data/terra_pinyin.dict.yaml
share/rime-data/terra_pinyin.schema.yaml
share/rime-data/wubi86.dict.yaml
share/rime-data/wubi86.schema.yaml
share/rime-data/wubi_pinyin.schema.yaml
share/rime-data/wugniu.schema.yaml
share/rime-data/wugniu_lopha.dict.yaml
share/rime-data/wugniu_lopha.schema.yaml
share/rime-data/zyenpheng.dict.yaml
share/rime-data/zyenpheng.schema.yaml

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/12/04 12:10:04 obache Exp $
SHA1 (brise-0.30.tar.gz) = 74e05d49b80fbcb1266bda39d1a2651fe163b438
RMD160 (brise-0.30.tar.gz) = a22e5707631be3d9f737489a1374d5b10f7fe3ba
Size (brise-0.30.tar.gz) = 6556594 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2013/10/10 14:42:17 ryoon Exp $
# $NetBSD: Makefile,v 1.29 2014/05/05 00:48:02 ryoon Exp $
#
DISTNAME= gcin-1.1.7
PKGREVISION= 16
PKGREVISION= 17
CATEGORIES= inputmethod
#MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
MASTER_SITES= http://cle.linux.org.tw/gcin/download/gcin-old/gcin-1.1.x/

View File

@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.25 2014/02/27 12:47:45 obache Exp $
# $NetBSD: Makefile,v 1.27 2015/03/15 19:31:45 hiramatsu Exp $
#
DISTNAME= gtk-im-libthai-0.2.1
PKGREVISION= 13
PKGREVISION= 14
CATEGORIES= inputmethod
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/gtk-im-libthai
COMMENT= GTK+-2.0 Thai Input Module
LICENSE= gnu-lgpl-v2.1

View File

@@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:11 wiz Exp $
# $NetBSD: Makefile,v 1.19 2015/03/15 17:56:15 hiramatsu Exp $
DISTNAME= ibus-anthy-1.5.4
PKGREVISION= 1
DISTNAME= ibus-anthy-1.5.6
CATEGORIES= inputmethod japanese
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Anthy engine for IBus input platform
LICENSE= gnu-gpl-v2
@@ -14,8 +13,6 @@ DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi
DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
PYTHON_VERSIONS_INCOMPATIBLE= 33 # ibus
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
@@ -28,6 +25,7 @@ FIND_PREFIX:= KASUMI_DIR=kasumi
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ARGS+= --with-kasumi-exec=${KASUMI_DIR}/bin/kasumi
CONFIGURE_ARGS+= --with-kasumi-icon=${KASUMI_DIR}/share/pixmaps/kasumi.png
CONFIGURE_ARGS+= --with-layout=default
#CONFIGURE_ARGS+= --enable-pygtk2-anthy
.include "../../devel/gettext-lib/buildlink3.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2013/10/23 12:09:28 obache Exp $
@comment $NetBSD: PLIST,v 1.4 2014/11/03 08:53:53 obache Exp $
include/ibus-anthy-1.0/anthygcontext.h
lib/girepository-1.0/Anthy-9000.typelib
lib/libanthygobject-1.0.la
@@ -6,6 +6,7 @@ libexec/ibus-engine-anthy
libexec/ibus-setup-anthy
share/applications/ibus-setup-anthy.desktop
share/gir-1.0/Anthy-9000.gir
share/ibus-anthy/dicts/emoji.t
share/ibus-anthy/dicts/era.t
share/ibus-anthy/dicts/oldchar.t
share/ibus-anthy/dicts/symbol.t

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2013/10/23 12:09:28 obache Exp $
$NetBSD: distinfo,v 1.10 2014/11/03 08:53:53 obache Exp $
SHA1 (ibus-anthy-1.5.4.tar.gz) = 476e308dccf0d691b27a1bdfb03e1c6bc2a0f0c0
RMD160 (ibus-anthy-1.5.4.tar.gz) = c1ec2a2ca3910f61bed52126cdf4e65e183ff64e
Size (ibus-anthy-1.5.4.tar.gz) = 592595 bytes
SHA1 (ibus-anthy-1.5.6.tar.gz) = 22cf6087607a9ccf6aa9ae9bb6b7fac80146d858
RMD160 (ibus-anthy-1.5.6.tar.gz) = f4513561f96a2efc24e1af04ca648edb5980e9dd
Size (ibus-anthy-1.5.6.tar.gz) = 710569 bytes

View File

@@ -1,28 +1,34 @@
# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $
# $NetBSD: Makefile,v 1.13 2015/03/15 18:46:56 hiramatsu Exp $
DISTNAME= ibus-array-0.0.2
PKGREVISION= 7
DISTNAME= ibus-array-0.1.0
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus-array.googlecode.com/files/
MASTER_SITES= http://ibus-array.googlecode.com/svn/tarballs/
EXTRACT_SUFX= .tgz
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus-array/
COMMENT= Array 30 Input Method for iBus
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-ibus-python-[0-9]*:../../inputmethod/ibus-python
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config automake autoconf autopoint msgfmt msgmerge
WRKSRC= ${WRKDIR}
pre-configure:
${RUN}cd ${WRKSRC};${PKGSRC_SETENV} ${CONFIGURE_ENV} ./autogen.sh
SUBST_CLASSES+= epython
SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= setup/ibus-setup-array.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/07 01:53:41 obache Exp $
@comment $NetBSD: PLIST,v 1.2 2015/01/20 11:24:33 obache Exp $
libexec/ibus-engine-array
libexec/ibus-setup-array
share/ibus-array/icons/ibus-array.png
@@ -10,3 +10,4 @@ share/ibus-array/setup/main.pyc
share/ibus-array/setup/main.pyo
share/ibus-array/tables/array.db
share/ibus/component/array.xml
share/locale/zh_TW/LC_MESSAGES/ibus-array.mo

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2012/11/19 23:15:52 joerg Exp $
$NetBSD: distinfo,v 1.6 2015/01/29 11:45:25 obache Exp $
SHA1 (ibus-array-0.0.2.tar.gz) = 1b2c65b0a5d45f858014d892ec9036918ce85a54
RMD160 (ibus-array-0.0.2.tar.gz) = 40dbed9c00cc83855af05350da244f668fddb751
Size (ibus-array-0.0.2.tar.gz) = 2759103 bytes
SHA1 (patch-src_engine.c) = fcd75da6cb349a7dd2f2caa8dae4b9ebb23668c7
SHA1 (ibus-array-0.1.0.tgz) = f4f6f5ccb0c2d54ef80b5e694fc508f99bf1f381
RMD160 (ibus-array-0.1.0.tgz) = 2526bd21f704bbd4bf8d563a6e89870a047562b9
Size (ibus-array-0.1.0.tgz) = 3838716 bytes
SHA1 (patch-src_engine.c) = aa7978ae11c8e1410980585ff6f7a76200df6f99

View File

@@ -1,103 +1,25 @@
$NetBSD: patch-src_engine.c,v 1.2 2012/11/19 23:15:53 joerg Exp $
$NetBSD: patch-src_engine.c,v 1.5 2015/01/29 11:45:25 obache Exp $
* for ibus-1.4
* Fixes return type mismatch:
https://code.google.com/p/ibus-array/issues/detail?id=11
--- src/engine.c.orig 2009-10-18 17:06:12.000000000 +0000
--- src/engine.c.orig 2015-01-24 16:30:52.000000000 +0000
+++ src/engine.c
@@ -79,7 +79,7 @@ static void ibus_array_engine_show_speci
static void ibus_config_value_changed (IBusConfig *config,
const gchar *section,
const gchar *name,
- GValue *value,
+ GVariant *value,
gpointer user_data);
@@ -67,7 +67,7 @@ static gboolean ibus_array_engine_commit
static IBusEngineClass *parent_class = NULL;
@@ -120,7 +120,7 @@ void
ibus_array_init (IBusBus *bus)
{
gboolean res;
- GValue value = { 0, };
+ GVariant *value = NULL;
static void ibus_array_engine_space_press(IBusArrayEngine *arrayeng);
array_context = array_create_context();
-static gboolean ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng);
+static void ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng);
@@ -129,20 +129,22 @@ ibus_array_init (IBusBus *bus)
is_special_notify = FALSE;
is_special_only = FALSE;
static void ibus_array_engine_update_auxiliary_text (IBusArrayEngine *arrayeng, gchar* aux_string);
- res = ibus_config_get_value (config, "engine/Array",
- "SpecialNotify", &value);
+ res = ((value = ibus_config_get_value (config, "engine/Array",
+ "SpecialNotify")) != NULL);
if (res) {
- const gchar* str = g_value_get_string(&value);
+ const gchar* str = g_variant_get_string(value, NULL);
if (g_strcmp0(str, "1") == 0)
is_special_notify = TRUE;
+ g_variant_unref(value);
}
- res = ibus_config_get_value (config, "engine/Array",
- "SpecialOnly", &value);
+ res = ((value = ibus_config_get_value (config, "engine/Array",
+ "SpecialOnly")) != NULL);
if (res) {
- const gchar* str = g_value_get_string(&value);
+ const gchar* str = g_variant_get_string(value, NULL);
if (g_strcmp0(str, "1") == 0)
is_special_only = TRUE;
+ g_variant_unref(value);
}
@@ -313,7 +313,7 @@ static void ibus_array_engine_update_pre
g_string_free(array_preedit, TRUE);
}
@@ -349,7 +351,7 @@ ibus_array_engine_update_symbol_lookup_t
if (arrayeng->preedit->len == 0) {
ibus_engine_hide_lookup_table ((IBusEngine *) arrayeng);
- return;
+ return FALSE;
}
ibus_lookup_table_clear (arrayeng->table);
@@ -360,12 +362,12 @@ ibus_array_engine_update_symbol_lookup_t
if (candidates == NULL) {
ibus_engine_hide_lookup_table ((IBusEngine *) arrayeng);
- return;
+ return FALSE;
}
else if (candidates->len == 0) {
array_release_candidates(candidates);
ibus_engine_hide_lookup_table ((IBusEngine *) arrayeng);
- return;
+ return FALSE;
}
for (i = 0; i < candidates->len; i++) {
@@ -754,14 +756,14 @@ static void ibus_array_engine_property_a
static void ibus_config_value_changed (IBusConfig *config,
const gchar *section,
const gchar *name,
- GValue *value,
+ GVariant *value,
gpointer user_data)
-static gboolean ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng)
+static void ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng)
{
IBusArrayEngine *arrayeng = (IBusArrayEngine*)user_data;
if (g_strcmp0(section, "engine/Array") == 0) {
if (g_strcmp0(name, "SpecialNotify") == 0) {
- const gchar* str = g_value_get_string(value);
+ const gchar* str = g_variant_get_string(value, NULL);
if (g_strcmp0(str, "1") == 0) {
is_special_notify = TRUE;
}
@@ -770,7 +772,7 @@ static void ibus_config_value_changed (I
}
}
else if (g_strcmp0(name, "SpecialOnly") == 0) {
- const gchar* str = g_value_get_string(value);
+ const gchar* str = g_variant_get_string(value, NULL);
if (g_strcmp0(str, "1") == 0) {
is_special_only = TRUE;
}
gint i;
gboolean retval;

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.35 2014/01/17 07:54:54 obache Exp $
# $NetBSD: Makefile,v 1.41 2015/03/15 18:46:55 hiramatsu Exp $
#
DISTNAME= ibus-chewing-1.4.7-Source
DISTNAME= ibus-chewing-1.4.12-Source
PKGNAME= ${DISTNAME:S/-Source//}
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/definite/ibus-chewing/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Chewing engine for IBus input platform
LICENSE= gnu-gpl-v2
@@ -19,13 +19,18 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt pkg-config
TOOLS_NOOP+= msgmerge xgettext
GCONF_SCHEMAS= ibus-chewing.schemas
CMAKE_ARGS+= -DLIBEXEC_DIR=${PREFIX}/libexec
CMAKE_ARGS+= -DGCONF_SCHEMAS_INSTALLED_DIR:PATH=${GCONF_SCHEMAS_DIR}
BUILD_TARGET= all translations
.include "../../devel/GConf/schemas.mk"
SUBST_CLASSES+= libexecdir
SUBST_STAGE.libexecdir= post-configure
SUBST_FILES.libexecdir= data/ibus-setup-chewing.desktop
SUBST_SED.libexecdir= -e 's,/usr/libexec/,${PREFIX}/libexec/,g'
TEST_TARGET= test
.include "../../devel/glib2/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/libchewing/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"

View File

@@ -1,22 +1,25 @@
@comment $NetBSD: PLIST,v 1.4 2014/01/16 11:14:51 obache Exp $
@comment $NetBSD: PLIST,v 1.5 2014/12/13 06:33:15 obache Exp $
libexec/ibus-engine-chewing
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/ChangeLog
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/USER-GUIDE
share/gconf/schemas/ibus-chewing.schemas
libexec/ibus-setup-chewing
share/applications/ibus-setup-chewing.desktop
share/doc/ibus-chewing/AUTHORS
share/doc/ibus-chewing/COPYING
share/doc/ibus-chewing/ChangeLog
share/doc/ibus-chewing/README
share/doc/ibus-chewing/USER-GUIDE
share/glib-2.0/schemas/org.freedesktop.IBus.Chewing.gschema.xml
share/ibus-chewing/icons/ibus-chewing-orig.png
share/ibus-chewing/icons/ibus-chewing.png
share/ibus-chewing/icons/settings.png
share/ibus-chewing/icons/ibus-setup-chewing.png
share/ibus/component/chewing.xml
share/locale/de_DE/LC_MESSAGES/ibus-chewing.mo
share/locale/es_ES/LC_MESSAGES/ibus-chewing.mo
share/locale/fr_FR/LC_MESSAGES/ibus-chewing.mo
share/locale/it_IT/LC_MESSAGES/ibus-chewing.mo
share/locale/ja_JP/LC_MESSAGES/ibus-chewing.mo
share/locale/ko_KR/LC_MESSAGES/ibus-chewing.mo
share/locale/de/LC_MESSAGES/ibus-chewing.mo
share/locale/es/LC_MESSAGES/ibus-chewing.mo
share/locale/fr/LC_MESSAGES/ibus-chewing.mo
share/locale/it/LC_MESSAGES/ibus-chewing.mo
share/locale/ja/LC_MESSAGES/ibus-chewing.mo
share/locale/ko/LC_MESSAGES/ibus-chewing.mo
share/locale/pa/LC_MESSAGES/ibus-chewing.mo
share/locale/pt_BR/LC_MESSAGES/ibus-chewing.mo
share/locale/uk_UA/LC_MESSAGES/ibus-chewing.mo
share/locale/uk/LC_MESSAGES/ibus-chewing.mo
share/locale/zh_CN/LC_MESSAGES/ibus-chewing.mo
share/locale/zh_TW/LC_MESSAGES/ibus-chewing.mo

View File

@@ -1,12 +1,14 @@
$NetBSD: distinfo,v 1.15 2014/01/17 07:54:54 obache Exp $
$NetBSD: distinfo,v 1.17 2014/12/13 06:33:15 obache Exp $
SHA1 (ibus-chewing-1.4.7-Source.tar.gz) = 9e2a9792db374be2575f5dd6998755a699d9011d
RMD160 (ibus-chewing-1.4.7-Source.tar.gz) = a5e6f83c1675c42aa445bbbeff0beffb67e20438
Size (ibus-chewing-1.4.7-Source.tar.gz) = 108078 bytes
SHA1 (patch-Modules_DateTimeFormat.cmake) = 588068914de5db765c1c5d1a623e3b73f720a64f
SHA1 (patch-Modules_ManageEnvironment.cmake) = 333c7aa542d0555c7bb9cd3913e73a205c0dea94
SHA1 (patch-Modules_ManageGConf.cmake) = 54e0059fbbea29add90740222d8b7dc81eb6f63f
SHA1 (patch-Modules_ManageTranslation.cmake) = 5fd818a2a089eb9885fc749a60ded8e478f6be64
SHA1 (patch-po_zh__CN.po) = 8818c423d3096e5d527c6e9034b876c2a4eba5d3
SHA1 (patch-src_generate-gconf-schemas.c) = 8800a1ab67dce1848dc516e26c38cece46b9ffab
SHA1 (patch-src_main.c) = cd160807386097de5bee3e24f8bbaae3c420d2d5
SHA1 (ibus-chewing-1.4.12-Source.tar.gz) = 9d626194459f0ba4d4da4d92dbc6c4d0a856daa6
RMD160 (ibus-chewing-1.4.12-Source.tar.gz) = fff16cc108c73196870d9fbd2f6b8b366a9e3939
Size (ibus-chewing-1.4.12-Source.tar.gz) = 159593 bytes
SHA1 (patch-CMakeLists.txt) = 86c9335ba9cbc82163bc49b837a72a0bfa4a8d3c
SHA1 (patch-Modules_ManageEnvironment.cmake) = 213274162dca9e3fb4d54d494908a309b6819e51
SHA1 (patch-Modules_ManageEnvironmentCommon.cmake) = 1d8bb1e91c448df5dc8c7e5b7aa1760bb637a9d0
SHA1 (patch-Modules_ManageTranslation.cmake) = eb96c2c3610ff15999f504c2211bca5231e384af
SHA1 (patch-po_zh__CN.po) = 158a186e43f013fbd5c62cd70dbc9e0a79375ffc
SHA1 (patch-src_generate-gconf-schemas.c) = e48a546d676f65c83379ed0cd35bd3529b5db4e5
SHA1 (patch-src_generate-gsettings-schemas.c) = 451ad5e9aece6b3436f9d549e4d733e8a7a0f958
SHA1 (patch-src_ibus-setup-chewing.c) = b8526fe2ec87a54c3ed4cc5542a28c401da70d94
SHA1 (patch-src_main.c) = 9ca342bb8a23dc14e448288fdf2030e80393bc78

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-CMakeLists.txt,v 1.1 2014/12/13 06:33:15 obache Exp $
* variable name mismatch with fedora-cmake.
--- CMakeLists.txt.orig 2014-12-11 12:13:51.000000000 +0000
+++ CMakeLists.txt
@@ -170,7 +170,7 @@ ADD_DEFINITIONS("-DCHEWING_VERSION_MAJOR
)
## In case CHEWING_DATADIR is incorrect
-FOREACH(d ${CHEWING_DATADIR} /usr/share/chewing ${CHEWING_LIBDIR}/libchewing)
+FOREACH(d ${CHEWING_chewing_DATADIR} /usr/share/chewing ${CHEWING_LIBDIR}/libchewing)
IF(EXISTS "${d}/symbols.dat")
SET(CHEWING_DATADIR_REAL "${d}" CACHE STRING "CHEWING_DATADIR_REAL")
BREAK()

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-Modules_DateTimeFormat.cmake,v 1.1 2012/08/13 11:50:45 obache Exp $
* -u is much portable than --utc.
--- Modules/DateTimeFormat.cmake.orig 2012-07-22 19:33:19.000000000 +0000
+++ Modules/DateTimeFormat.cmake
@@ -28,7 +28,7 @@ IF(NOT DEFINED _DATE_TIME_FORMAT_CMAKE_)
IF(_locale)
SET(ENV{LC_ALL} ${_locale})
ENDIF(_locale)
- COMMAND_OUTPUT_TO_VARIABLE(${date_var} date --utc "${format}")
+ COMMAND_OUTPUT_TO_VARIABLE(${date_var} date -u "${format}")
ENDMACRO(TODAY date_var format)
TODAY(TODAY_CHANGELOG "+%a %b %d %Y" "C")

View File

@@ -1,15 +1,14 @@
$NetBSD: patch-Modules_ManageEnvironment.cmake,v 1.1 2013/10/08 12:06:23 obache Exp $
$NetBSD: patch-Modules_ManageEnvironment.cmake,v 1.2 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
--- Modules/ManageEnvironment.cmake.orig 2012-11-26 07:37:40.000000000 +0000
--- Modules/ManageEnvironment.cmake.orig 2014-10-28 05:05:31.000000000 +0000
+++ Modules/ManageEnvironment.cmake
@@ -163,6 +163,8 @@ IF(NOT DEFINED _MANAGE_ENVIRONMENT_CMAKE
CACHE PATH "Data dir")
SET_COMPILE_ENV(DOC_DIR "${DATA_DIR}/doc"
CACHE PATH "Documentation dir")
+ SET_COMPILE_ENV(LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LOCALEDIR}"
+ CACHE PATH "Locale dir")
SET_COMPILE_ENV(SYSCONF_DIR "/etc"
CACHE PATH "System configuration dir")
SET_COMPILE_ENV(LIBEXEC_DIR "${CMAKE_INSTALL_PREFIX}/libexec"
@@ -144,6 +144,7 @@ M_MSG(${M_INFO1} "CMAKE_SYSTEM_PROCESSOR
## Set compile flags
SET_COMPILE_ENV(BIN_DIR)
SET_COMPILE_ENV(DATA_DIR)
+SET_COMPILE_ENV(LOCALE_DIR)
SET_COMPILE_ENV(DOC_DIR)
SET_COMPILE_ENV(SYSCONF_DIR)
SET_COMPILE_ENV(LIB_DIR)

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-Modules_ManageEnvironmentCommon.cmake,v 1.1 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
--- Modules/ManageEnvironmentCommon.cmake.orig 2014-10-28 05:05:31.000000000 +0000
+++ Modules/ManageEnvironmentCommon.cmake
@@ -41,6 +41,7 @@ SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PA
SET(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Binary dir")
SET(DATA_DIR "${CMAKE_INSTALL_PREFIX}/share" CACHE PATH "Data dir")
SET(DOC_DIR "${DATA_DIR}/doc" CACHE PATH "Doc dir")
+SET(LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LOCALEDIR}" CACHE PATH "Locale dir")
SET(LIBEXEC_DIR "${CMAKE_INSTALL_PREFIX}/libexec" CACHE PATH "Libexec dir")
SET(SYSCONF_DIR "/etc" CACHE PATH
"System configuration dir"

View File

@@ -1,17 +0,0 @@
$NetBSD: patch-Modules_ManageGConf.cmake,v 1.1 2013/12/28 04:59:36 obache Exp $
* Honor GCONF_SCHEMAS_INSTALLED_DIR as document
--- Modules/ManageGConf.cmake.orig 2013-12-17 09:08:18.000000000 +0000
+++ Modules/ManageGConf.cmake
@@ -60,8 +60,8 @@ IF(NOT DEFINED _MANAGE_GCONF_CMAKE_)
COMMENT "Installing schemas"
)
- MANAGE_FILE_INSTALL(SYSCONF ${GCONF_SCHEMAS_FILE}
- DEST_SUBDIR "gconf/schemas")
+ INSTALL(FILES ${GCONF_SCHEMAS_FILE}
+ DESTINATION "${GCONF_SCHEMAS_INSTALLED_DIR}")
ENDIF(NOT DEFINED _MANAGE_GCONF_CMAKE_)

View File

@@ -1,15 +1,26 @@
$NetBSD: patch-Modules_ManageTranslation.cmake,v 1.3 2013/12/28 04:59:36 obache Exp $
$NetBSD: patch-Modules_ManageTranslation.cmake,v 1.4 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
* `-printf' option of find(1) is not portable.
--- Modules/ManageTranslation.cmake.orig 2013-12-17 15:57:40.000000000 +0000
--- Modules/ManageTranslation.cmake.orig 2014-10-28 05:05:31.000000000 +0000
+++ Modules/ManageTranslation.cmake
@@ -199,7 +199,7 @@ IF(NOT DEFINED _MANAGE_TRANSLATION_CMAKE
## No need to use MANAGE_FILE_INSTALL
## As this will handle by rpmbuild
INSTALL(FILES ${_gmoFile} DESTINATION
- ${DATA_DIR}/locale/${_locale}/LC_MESSAGES
+ ${CMAKE_INSTALL_LOCALEDIR}/${_locale}/LC_MESSAGES
RENAME ${_opt_POTFILE_NAME}.mo
)
ENDFOREACH(_locale ${_opt_LOCALES})
@@ -353,7 +353,7 @@ FUNCTION(MANAGE_POT_FILE potFile)
IF(NOT "${moDir}" STREQUAL "")
## MO file
- SET(_moDir "${DATA_DIR}/locale/${_l}/LC_MESSAGES")
+ SET(_moDir "${LOCALE_DIR}/${_l}/LC_MESSAGES")
SET(_gmoFile "${moDir}/${_l}.gmo")
ADD_CUSTOM_COMMAND(OUTPUT ${_gmoFile}
COMMAND ${MSGFMT_EXECUTABLE}
@@ -393,8 +393,7 @@ FUNCTION(MANAGE_GETTEXT_LOCALES localeLi
ELSE()
## LOCALES is not specified, detect now
EXECUTE_PROCESS(
- COMMAND find ${poDir} -name "*.po" -printf "%f\n"
- COMMAND sed -e "s/.po//g"
+ COMMAND find ${poDir} -name "*.po" -exec basename {} .po \;
COMMAND sort -u
COMMAND xargs
COMMAND sed -e "s/ /;/g"

View File

@@ -1,15 +1,15 @@
$NetBSD: patch-po_zh__CN.po,v 1.2 2014/01/16 11:14:51 obache Exp $
$NetBSD: patch-po_zh__CN.po,v 1.3 2014/12/13 06:33:15 obache Exp $
* fixes initial default value
--- po/zh_CN.po.orig 2014-01-15 11:09:51.000000000 +0000
--- po/zh_CN.po.orig 2014-12-11 01:06:43.000000000 +0000
+++ po/zh_CN.po
@@ -8,7 +8,7 @@ msgstr "Project-Id-Version: ibus-chewin
"POT-Creation-Date: 2014-01-15 21:09+1000\n"
"PO-Revision-Date: 2012-11-28 08:19-0500\n"
"Last-Translator: leahliu <lliu@redhat.com>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
+ "Language-Team: Simplfied Chinese\n"
"Language: zh-CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-12-09 03:30-0500\n"
"Last-Translator: Pany <geekpany@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Simplfied Chinese\n"
"Language: zh-CN\n"
"X-Generator: Zanata 3.5.1\n"
"Plural-Forms: nplurals=1; plural=0\n"

View File

@@ -1,15 +1,15 @@
$NetBSD: patch-src_generate-gconf-schemas.c,v 1.1 2013/10/08 12:06:23 obache Exp $
$NetBSD: patch-src_generate-gconf-schemas.c,v 1.2 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
--- src/generate-gconf-schemas.c.orig 2012-10-22 05:32:11.000000000 +0000
--- src/generate-gconf-schemas.c.orig 2014-12-09 06:13:50.000000000 +0000
+++ src/generate-gconf-schemas.c
@@ -41,7 +41,7 @@ int main (gint argc, gchar *argv[])
@@ -172,7 +172,7 @@ int main(gint argc, gchar * argv[])
/* Init i18n messages */
setlocale (LC_ALL, "");
- bindtextdomain(quote_me(PROJECT_NAME), quote_me(DATA_DIR) "/locale");
+ bindtextdomain(quote_me(PROJECT_NAME), quote_me(LOCALE_DIR));
textdomain(quote_me(PROJECT_NAME));
setlocale(LC_ALL, "");
- bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(DATA_DIR) "/locale");
+ bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(LOCALE_DIR));
textdomain(QUOTE_ME(PROJECT_NAME));
context = g_option_context_new("schemasFile");

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_generate-gsettings-schemas.c,v 1.1 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
--- src/generate-gsettings-schemas.c.orig 2014-12-09 06:13:50.000000000 +0000
+++ src/generate-gsettings-schemas.c
@@ -67,7 +67,7 @@ int main(gint argc, gchar * argv[])
/* Init i18n messages */
setlocale(LC_ALL, "");
- bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(DATA_DIR) "/locale");
+ bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(LOCALE_DIR));
textdomain(QUOTE_ME(PROJECT_NAME));
context = g_option_context_new("schemasFile");

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_ibus-setup-chewing.c,v 1.1 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
--- src/ibus-setup-chewing.c.orig 2014-12-04 06:48:33.000000000 +0000
+++ src/ibus-setup-chewing.c
@@ -91,7 +91,7 @@ gint main(gint argc, gchar * argv[])
/* Init i18n messages */
setlocale(LC_ALL, "");
- bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(DATA_DIR) "/locale");
+ bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(LOCALE_DIR));
textdomain(QUOTE_ME(PROJECT_NAME));
context = g_option_context_new("- ibus chewing engine setup");

View File

@@ -1,15 +1,15 @@
$NetBSD: patch-src_main.c,v 1.3 2013/10/08 12:06:23 obache Exp $
$NetBSD: patch-src_main.c,v 1.4 2014/12/13 06:33:15 obache Exp $
* PKGLOCALEDIR support
--- src/main.c.orig 2012-10-22 05:32:11.000000000 +0000
--- src/main.c.orig 2014-12-09 06:13:50.000000000 +0000
+++ src/main.c
@@ -146,7 +146,7 @@ main (gint argc, gchar *argv[])
@@ -162,7 +162,7 @@ int main(gint argc, gchar * argv[])
/* Init i18n messages */
setlocale (LC_ALL, "zh_TW.utf8");
- bindtextdomain(quote_me(PROJECT_NAME), quote_me(DATA_DIR) "/locale");
+ bindtextdomain(quote_me(PROJECT_NAME), quote_me(LOCALE_DIR));
textdomain(quote_me(PROJECT_NAME));
setlocale(LC_ALL, "");
- bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(DATA_DIR) "/locale");
+ bindtextdomain(QUOTE_ME(PROJECT_NAME), QUOTE_ME(LOCALE_DIR));
textdomain(QUOTE_ME(PROJECT_NAME));
determine_locale();
context = g_option_context_new ("- ibus chewing engine component");

View File

@@ -1,18 +1,18 @@
# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:04 dholland Exp $
# $NetBSD: Makefile,v 1.15 2015/03/15 20:03:24 hiramatsu Exp $
#
DISTNAME= ibus-el-0.3.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 1
PKGREVISION= 3
CATEGORIES= inputmethod
MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www11.atwiki.jp/s-irie/pages/21.html
COMMENT= IBus client for GNU Emacs
LICENSE= gnu-gpl-v3
DEPENDS+= ibus>=1.2:../../inputmethod/ibus
DEPENDS+= {${PYPKGPREFIX}-ibus-python-[0-9]*,ibus>=1.2<1.5}:../../inputmethod/ibus-python
DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib
USE_LANGUAGES= # none

View File

@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.29 2013/10/23 12:15:20 obache Exp $
# $NetBSD: Makefile,v 1.32 2015/03/15 17:09:00 hiramatsu Exp $
#
DISTNAME= ibus-handwrite-2.1.4
PKGREVISION= 18
DISTNAME= ibus-handwrite-3.0.0
CATEGORIES= inputmethod
MASTER_SITES= http://ibus-handwrite.googlecode.com/files/
MASTER_SITES= https://github.com/microcai/ibus-handwrite/releases/download/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus-handwrite/
COMMENT= Handwrite recognizer for ibus
LICENSE= gnu-gpl-v3
@@ -30,8 +29,7 @@ SUBST_FILES.locale_dir= src/main.c
SUBST_VARS.locale_dir= _PKGLOCALEDIR
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/zinnia/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,9 +1,7 @@
$NetBSD: distinfo,v 1.8 2013/10/23 12:15:20 obache Exp $
$NetBSD: distinfo,v 1.10 2014/08/28 10:27:28 obache Exp $
SHA1 (ibus-handwrite-2.1.4.tar.bz2) = 2798728c628dfa60a7c1c45c8a59882962c91b1e
RMD160 (ibus-handwrite-2.1.4.tar.bz2) = 35e7288d5efcd98a01138d075b0455874730a4ea
Size (ibus-handwrite-2.1.4.tar.bz2) = 237980 bytes
SHA1 (patch-configure) = 66d3e86c3ac5de1bbd466bfca1fc1d709b2d1da6
SHA1 (patch-configure.ac) = 0730abb2210c60b2feb1e9a3055568f4fbb11e2a
SHA1 (patch-src_UI__gtk.c) = 1225bb4effdf4bf7e0de57ebfc9edc65134f9a61
SHA1 (ibus-handwrite-3.0.0.tar.bz2) = 157a7ec657fe013373777e6f7d49508cc6c502b0
RMD160 (ibus-handwrite-3.0.0.tar.bz2) = ff233483b2d68fa4e43e2afd17bd010f07e6e82a
Size (ibus-handwrite-3.0.0.tar.bz2) = 239452 bytes
SHA1 (patch-src_UI__gtk.c) = 6243a09329fc6bb562a0c8edaa529e3905ec7583
SHA1 (patch-src_main.c) = b8adc7218d9de5f6cabe8c4a0de73b8ae69b792d

View File

@@ -1,70 +0,0 @@
$NetBSD: patch-configure,v 1.1 2011/12/16 10:51:18 obache Exp $
* regen with patched configure.ac.
--- configure.orig 2011-03-25 05:28:36.000000000 +0000
+++ configure
@@ -5153,6 +5153,63 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing atan2" >&5
+$as_echo_n "checking for library containing atan2... " >&6; }
+if ${ac_cv_search_atan2+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char atan2 ();
+int
+main ()
+{
+return atan2 ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' m; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_search_atan2=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
+ if ${ac_cv_search_atan2+:} false; then :
+ break
+fi
+done
+if ${ac_cv_search_atan2+:} false; then :
+
+else
+ ac_cv_search_atan2=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_atan2" >&5
+$as_echo "$ac_cv_search_atan2" >&6; }
+ac_res=$ac_cv_search_atan2
+if test "$ac_res" != no; then :
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+
+fi
+
+
if test "x${enable_zinnia}" = "xyes"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for zinnia_recognizer_open in -lzinnia" >&5

View File

@@ -1,16 +0,0 @@
$NetBSD: patch-configure.ac,v 1.1 2011/12/16 10:51:18 obache Exp $
* Need to requirement of math library for atan2(3).
http://code.google.com/p/ibus-handwrite/issues/detail?id=19
--- configure.ac.orig 2011-03-25 05:28:26.000000000 +0000
+++ configure.ac
@@ -66,6 +66,8 @@ GETTEXT_PACKAGE="$PACKAGE_NAME"
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the read-only architecture-independent data directory.])
+AC_SEARCH_LIBS([atan2], [m])
+
AS_IF([test "x${enable_zinnia}" = "xyes"],
[
AC_CHECK_LIB(zinnia,[zinnia_recognizer_open],[],[have_zinnia=no])

View File

@@ -1,9 +1,12 @@
$NetBSD: patch-src_UI__gtk.c,v 1.1 2012/11/19 23:16:41 joerg Exp $
$NetBSD: patch-src_UI__gtk.c,v 1.3 2014/08/28 10:27:28 obache Exp $
--- src/UI_gtk.c.orig 2012-11-19 16:23:52.000000000 +0000
* Nested functions are supported as an extension in GNU C.
http://code.google.com/p/ibus-handwrite/issues/detail?id=20
--- src/UI_gtk.c.orig 2014-08-04 08:24:46.000000000 +0000
+++ src/UI_gtk.c
@@ -173,6 +173,11 @@ static void glwidget_realize(GtkWidget *
}
@@ -74,6 +74,11 @@ static gboolean paint_lines(GtkWidget *w
return TRUE;
}
+static void clicked(GtkButton *button, IBusHandwriteEngine *engine)
@@ -14,7 +17,7 @@ $NetBSD: patch-src_UI__gtk.c,v 1.1 2012/11/19 23:16:41 joerg Exp $
static void regen_loopuptable(GtkWidget * widget, IBusHandwriteEngine * engine)
{
int i;
@@ -195,11 +200,6 @@ static void regen_loopuptable(GtkWidget
@@ -98,11 +103,6 @@ static void regen_loopuptable(GtkWidget
gtk_widget_show(bt);

View File

@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.13 2013/10/23 12:23:57 obache Exp $
# $NetBSD: Makefile,v 1.16 2015/03/15 17:25:55 hiramatsu Exp $
#
DISTNAME= ibus-hangul-1.4.2
PKGREVISION= 1
DISTNAME= ibus-hangul-1.5.0
CATEGORIES= inputmethod korean
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/choehwanjin/ibus-hangul/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Hangul engine for IBus input platform
LICENSE= gnu-gpl-v2
@@ -16,11 +15,6 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake msgfmt intltool
SUBST_CLASSES+= epython
SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= setup/ibus-setup-hangul.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.1.0

View File

@@ -1,6 +1,5 @@
@comment $NetBSD: PLIST,v 1.4 2012/04/22 14:00:44 obache Exp $
@comment $NetBSD: PLIST,v 1.5 2014/11/07 11:56:04 obache Exp $
bin/ibus-setup-hangul
lib/ibus-hangul/setup/hangul_keyboard_list
libexec/ibus-engine-hangul
libexec/ibus-setup-hangul
share/applications/ibus-setup-hangul.desktop

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/01/26 11:48:26 obache Exp $
$NetBSD: distinfo,v 1.6 2014/11/07 11:56:04 obache Exp $
SHA1 (ibus-hangul-1.4.2.tar.gz) = 0784fda797bc5b277031a7ab8241d9bac1d378a7
RMD160 (ibus-hangul-1.4.2.tar.gz) = c807f931f81d7f98ae4353fcaed5c64f9c586d0c
Size (ibus-hangul-1.4.2.tar.gz) = 483967 bytes
SHA1 (ibus-hangul-1.5.0.tar.gz) = 3b0ff57be4c0dce2c2b39df0156a00588b0349f1
RMD160 (ibus-hangul-1.5.0.tar.gz) = 714a03bddb7689dba3e58fc47ebbe290c402f394
Size (ibus-hangul-1.5.0.tar.gz) = 505707 bytes

View File

@@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.27 2013/12/29 06:45:14 obache Exp $
# $NetBSD: Makefile,v 1.29 2015/03/15 17:30:24 hiramatsu Exp $
#
DISTNAME= ibus-input-pad-1.4.2
PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://input-pad.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/input-pad/
COMMENT= Input Pad for IBus
LICENSE= gnu-gpl-v2

View File

@@ -0,0 +1 @@
ibus-kkc -- a Japanese Kana Kanji input engine for IBus

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.4 2015/03/15 19:51:08 hiramatsu Exp $
DISTNAME= ibus-kkc-1.5.21
CATEGORIES= inputmethod japanese
MASTER_SITES= https://bitbucket.org/libkkc/ibus-kkc/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bitbucket.org/libkkc/ibus-kkc/
COMMENT= Japanese KKC input method for ibus
LICENSE= gnu-gpl-v2
DEPENDS+= skk-jisyo-[0-9]*:../../inputmethod/skk-jisyo
DEPENDS+= libkkc-data-[0-9]*:../../misc/libkkc-data
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
FIND_PREFIX:= SKK_JISYO_DIR=skk-jisyo
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --with-skkdic=${SKK_JISYO_DIR}/share/skk
.include "../../converters/libkkc/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2014/05/24 13:24:32 obache Exp $
libexec/ibus-engine-kkc
libexec/ibus-setup-kkc
share/applications/ibus-setup-kkc.desktop
share/ibus-kkc/icons/ibus-kkc.svg
share/ibus/component/kkc.xml
share/locale/ja/LC_MESSAGES/ibus-kkc.mo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/08/10 02:30:00 obache Exp $
SHA1 (ibus-kkc-1.5.21.tar.gz) = 238c7003415a672d0578b5b8044c6bf2aa3f8cec
RMD160 (ibus-kkc-1.5.21.tar.gz) = f393377670bcf36a5d165c80d90103b51ca3c36b
Size (ibus-kkc-1.5.21.tar.gz) = 493129 bytes

View File

@@ -0,0 +1,2 @@
This package includes a Chinese Pinyin input method and a Chinese ZhuYin
(Bopomofo) input method based on libpinyin for IBus.

View File

@@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.4 2015/03/15 19:51:08 hiramatsu Exp $
DISTNAME= ibus-libpinyin-1.6.92
PKGREVISION= 2
CATEGORIES= inputmethod chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpinyin/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/libpinyin/ibus-libpinyin/
COMMENT= Intelligent Pinyin engine based on libpinyin for IBus
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
. include "../../devel/libuuid/buildlink3.mk"
.endif
.if (!empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)) || !empty(PKGSRC_COMPILER:Mclang)
CONFIGURE_ARGS+= --disable-boost
.else
CONFIGURE_ARGS+= --enable-boost
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
.include "../../devel/boost-headers/buildlink3.mk"
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../textproc/libpinyin/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,36 @@
@comment $NetBSD: PLIST,v 1.1 2014/06/01 13:30:35 obache Exp $
libexec/ibus-engine-libpinyin
libexec/ibus-setup-libpinyin
share/applications/ibus-setup-libbopomofo.desktop
share/applications/ibus-setup-libpinyin.desktop
${PLIST.lua}share/ibus-libpinyin/base.lua
share/ibus-libpinyin/db/english.db
share/ibus-libpinyin/db/strokes.db
share/ibus-libpinyin/icons/chinese.svg
share/ibus-libpinyin/icons/english.svg
share/ibus-libpinyin/icons/full-punct.svg
share/ibus-libpinyin/icons/full.svg
share/ibus-libpinyin/icons/half-punct.svg
share/ibus-libpinyin/icons/half.svg
share/ibus-libpinyin/icons/ibus-bopomofo.svg
share/ibus-libpinyin/icons/ibus-pinyin.svg
share/ibus-libpinyin/icons/simp-chinese.svg
share/ibus-libpinyin/icons/trad-chinese.svg
share/ibus-libpinyin/phrases.txt
share/ibus-libpinyin/setup/config.py
share/ibus-libpinyin/setup/config.pyc
share/ibus-libpinyin/setup/config.pyo
share/ibus-libpinyin/setup/dicttreeview.py
share/ibus-libpinyin/setup/dicttreeview.pyc
share/ibus-libpinyin/setup/dicttreeview.pyo
share/ibus-libpinyin/setup/ibus-libpinyin-preferences.ui
share/ibus-libpinyin/setup/main2.py
share/ibus-libpinyin/setup/main2.pyc
share/ibus-libpinyin/setup/main2.pyo
${PLIST.lua}share/ibus-libpinyin/user.lua
share/ibus/component/libpinyin.xml
share/locale/fr/LC_MESSAGES/ibus-libpinyin.mo
share/locale/ru/LC_MESSAGES/ibus-libpinyin.mo
share/locale/zh_CN/LC_MESSAGES/ibus-libpinyin.mo
share/locale/zh_HK/LC_MESSAGES/ibus-libpinyin.mo
share/locale/zh_TW/LC_MESSAGES/ibus-libpinyin.mo

View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.1 2014/06/01 13:30:35 obache Exp $
SHA1 (ibus-libpinyin-1.6.92.tar.gz) = 01561d48edf9f6c0bd361ffe10de81aa55190116
RMD160 (ibus-libpinyin-1.6.92.tar.gz) = 1f384f118a202071e29e98f8a7ef12a9d4d0f200
Size (ibus-libpinyin-1.6.92.tar.gz) = 1040728 bytes
SHA1 (patch-lua_lmyoslib.c) = d0858c884f7d018c773ccac15a3cad832ffd5a7d
SHA1 (patch-lua_lua-plugin.h) = de317e3b4de609c3a465ee8ef7992238a55e5ff1
SHA1 (patch-setup_ibus-setup-libpinyin.in) = 29d8ceda1be5b8ef86f0751592bcec2b019ea765

View File

@@ -0,0 +1,20 @@
# $NetBSD: options.mk,v 1.1 2014/06/01 13:30:35 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.ibus-libpinyin
PKG_SUPPORTED_OPTIONS= lua
.include "../../mk/bsd.options.mk"
PLIST_VARS+= lua
#
# Lua extension
#
.if !empty(PKG_OPTIONS:Mlua)
.include "../../lang/lua/buildlink3.mk"
CONFIGURE_ARGS+= --enable-lua-extension
PLIST.lua= yes
.else
CONFIGURE_ARGS+= --disable-lua-extension
.endif

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-lua_lmyoslib.c,v 1.1 2014/06/01 13:30:35 obache Exp $
* for Lua 5.2 API change
--- lua/lmyoslib.c.orig 2012-06-12 06:02:01.000000000 +0000
+++ lua/lmyoslib.c
@@ -20,6 +20,13 @@
#include "lualib.h"
+#ifdef LUA_VERSION_NUM
+# if (LUA_VERSION_NUM >= 502)
+#undef luaL_register
+#define luaL_register(L,n,f) \
+ { if ((n) == NULL) luaL_setfuncs(L,f,0); else luaL_newlib(L,f); }
+# endif
+#endif
/*
** {======================================================

View File

@@ -0,0 +1,27 @@
$NetBSD: patch-lua_lua-plugin.h,v 1.1 2014/06/01 13:30:35 obache Exp $
* for Lua-5.1 and 5.2 API change
--- lua/lua-plugin.h.orig 2012-06-28 07:18:49.000000000 +0000
+++ lua/lua-plugin.h
@@ -29,6 +29,20 @@
#include <glib-object.h>
+#ifdef LUA_VERSION_NUM
+# if (LUA_VERSION_NUM >= 501)
+#undef lua_open
+#define lua_open luaL_newstate
+# endif
+# if (LUA_VERSION_NUM >= 502)
+#undef lua_objlen
+#define lua_objlen lua_rawlen
+#undef luaL_register
+#define luaL_register(L,n,f) \
+ { if ((n) == NULL) luaL_setfuncs(L,f,0); else luaL_newlib(L,f); }
+# endif
+#endif
+
#define LUA_IMELIBNAME "ime"
LUALIB_API int (luaopen_ime) (lua_State * L);
LUALIB_API int (luaopen_myos) (lua_State * L);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-setup_ibus-setup-libpinyin.in,v 1.1 2014/06/01 13:30:35 obache Exp $
* Set python full path properly
--- setup/ibus-setup-libpinyin.in.orig 2012-06-28 07:18:49.000000000 +0000
+++ setup/ibus-setup-libpinyin.in
@@ -26,5 +26,5 @@ export IBUS_PREFIX=@prefix@
export IBUS_DATAROOTDIR=@datarootdir@
export IBUS_LOCALEDIR=@localedir@
cd @prefix@/share/@PACKAGE@/setup/
-exec python main2.py $@
+exec @PYTHON@ main2.py $@

View File

@@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.4 2014/02/27 12:48:53 obache Exp $
# $NetBSD: Makefile,v 1.6 2015/03/15 19:31:45 hiramatsu Exp $
#
DISTNAME= ibus-libthai-0.1.2
PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
EXTRACT_SUFX= .tar.xz
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/ibus-libthai
COMMENT= Thai imput method engine for IBus based on libthai library
LICENSE= gnu-gpl-v2

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.29 2013/10/23 12:50:02 obache Exp $
# $NetBSD: Makefile,v 1.31 2015/03/15 17:47:14 hiramatsu Exp $
#
DISTNAME= ibus-m17n-1.3.4
PKGREVISION= 14
PKGREVISION= 15
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= M17N engine for IBus platform
LICENSE= gnu-gpl-v2

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.17 2014/02/12 23:18:04 tron Exp $
# $NetBSD: Makefile,v 1.21 2014/08/07 03:03:32 obache Exp $
PKGNAME= ibus-${DISTNAME}
PKGREVISION= 2
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
@@ -12,14 +11,14 @@ DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server
DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
unix/ibus/ibus.gyp:ibus_mozc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/ibus_mozc \
${DESTDIR}${PREFIX}/libexec/ibus-engine-mozc
${INSTALL_DATA} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/obj/gen/unix/ibus/mozc.xml \
${INSTALL_DATA} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/gen/unix/ibus/mozc.xml \
${DESTDIR}${PREFIX}/share/ibus/component
${INSTALL_DATA} ${WRKSRC}/data/images/unix/ime_product_icon_opensource-32.png \
${DESTDIR}${PREFIX}/share/ibus-mozc/product_icon.png

View File

@@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.22 2013/10/23 12:39:55 obache Exp $
# $NetBSD: Makefile,v 1.30 2015/03/15 17:30:24 hiramatsu Exp $
#
DISTNAME= ibus-pinyin-1.5.0
PKGREVISION= 5
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Chinese Pinyin and Bopomofo engines for IBus input platform
LICENSE= gnu-gpl-v2
@@ -16,11 +17,6 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake intltool msgfmt
SUBST_CLASSES+= epython
SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= setup/ibus-setup-pinyin.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
.include "options.mk"
@@ -34,10 +30,6 @@ CONFIGURE_ARGS+= --disable-boost
CONFIGURE_ARGS+= --enable-boost
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
.include "../../devel/boost-headers/buildlink3.mk"
SUBST_CLASSES+= shared_ptr
SUBST_STAGE.shared_ptr= post-configure
SUBST_FILES.shared_ptr= src/*.h
SUBST_SED.shared_ptr= -e 's,std::shared_ptr,boost::shared_ptr,g'
.endif
.include "../../inputmethod/ibus/bad-env-usage.mk"

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.5 2013/10/30 11:30:36 obache Exp $
$NetBSD: distinfo,v 1.7 2014/05/02 11:26:52 obache Exp $
SHA1 (ibus-pinyin-1.5.0.tar.gz) = 40abf915bb2599189d8fd76f456ce399edfa4184
RMD160 (ibus-pinyin-1.5.0.tar.gz) = 9137f3e40971bd819fbaaf1715779a538d20a90c
Size (ibus-pinyin-1.5.0.tar.gz) = 692516 bytes
SHA1 (patch-lua_lmyoslib.c) = 7934c67df6134085f5a429ad678e1bfa89c65be8
SHA1 (patch-lua_lua-plugin.h) = 51fbb077a8f0c528101dbdaafcbac9702dde334f
SHA1 (patch-src_PYUtil.h) = 93e289e83abaec2fef6cd5a7cf924cd3bb6a20ad
SHA1 (patch-setup_ibus-setup-pinyin.in) = 422b1875e48bb9e46514bd177f97579f400d605a

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-setup_ibus-setup-pinyin.in,v 1.1 2014/05/02 11:26:52 obache Exp $
* Set python full path properly
--- setup/ibus-setup-pinyin.in.orig 2012-07-09 14:32:10.000000000 +0000
+++ setup/ibus-setup-pinyin.in
@@ -26,5 +26,5 @@ export IBUS_PREFIX=@prefix@
export IBUS_DATAROOTDIR=@datarootdir@
export IBUS_LOCALEDIR=@localedir@
cd @prefix@/share/ibus-pinyin/setup/
-exec python main.py $@
+exec @PYTHON@ main.py $@

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-src_PYUtil.h,v 1.1 2012/04/22 14:02:50 obache Exp $
* error `already defined' on NetBSD-5.1.2.
--- src/PYUtil.h.orig 2011-09-17 02:43:37.000000000 +0000
+++ src/PYUtil.h
@@ -43,7 +43,7 @@
namespace std {
// import boost::shared_ptr to std namespace
- using boost::shared_ptr;
+ // using boost::shared_ptr;
// import boost::scoped_ptr to std namespace, and rename to unique_ptr
// XXX: the unique_ptr can transfer the pointer ownership,
// but scoped_ptr cannot.

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:11 wiz Exp $
# $NetBSD: Makefile,v 1.6 2014/07/12 12:24:29 obache Exp $
.include "../../inputmethod/ibus/Makefile.common"
@@ -37,8 +37,9 @@ INSTALL_DIRS= bindings ibus
CONFIGURE_ARGS+= --disable-dconf
CONFIGURE_ARGS+= --disable-gconf
CONFIGURE_ARGS+= --enable-python-library
CONFIGURE_ENV+= PYTHON2=${PYTHONBIN}
PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # py-gtk2
PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2, py-gobject3
.include "../../devel/py-gobject3/buildlink3.mk"
PY_PATCHPLIST= yes

View File

@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.33 2014/02/12 23:18:04 tron Exp $
# $NetBSD: Makefile,v 1.37 2015/03/15 17:20:19 hiramatsu Exp $
#
DISTNAME= ibus-qt-1.3.2-Source
DISTNAME= ibus-qt-1.3.3-Source
PKGNAME= ${DISTNAME:S/-Source//}
PKGREVISION= 7
PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/ibus/ibus-qt/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.googlecode.com/p/ibus/
COMMENT= Qt IBus library and Qt input method plugin
LICENSE= gnu-gpl-v2

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2010/08/19 11:26:59 obache Exp $
@comment $NetBSD: PLIST,v 1.3 2014/04/30 06:27:06 obache Exp $
include/ibus-qt/qibusattribute.h
include/ibus-qt/qibusattrlist.h
include/ibus-qt/qibusbus.h
@@ -27,6 +27,3 @@ lib/libibus-qt.so
lib/libibus-qt.so.1
lib/libibus-qt.so.1.3.0
qt4/plugins/inputmethods/libqtim-ibus.so
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/INSTALL
share/doc/${PKGNAME}/README

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2013/03/16 11:10:56 obache Exp $
$NetBSD: distinfo,v 1.6 2014/04/30 06:53:18 obache Exp $
SHA1 (ibus-qt-1.3.2-Source.tar.gz) = 1937027446c9101ea6af903a579379aae6825957
RMD160 (ibus-qt-1.3.2-Source.tar.gz) = 916f9970df50246ac0bbd7914e77f33717374d27
Size (ibus-qt-1.3.2-Source.tar.gz) = 139496 bytes
SHA1 (patch-src_qibusserializable.cpp) = f4076b4ffa1af51634d3a9af93ae356e93df3b5e
SHA1 (ibus-qt-1.3.3-Source.tar.gz) = 3711d9099ac97d1b3bc7313080a016caa04ae66e
RMD160 (ibus-qt-1.3.3-Source.tar.gz) = 376b8c4e73306758666e526ac10306b2e1dafb6f
Size (ibus-qt-1.3.3-Source.tar.gz) = 144004 bytes
SHA1 (patch-src_qibusserializable.cpp) = b9227830b1d189bf584dcb1b8cc28551ce76e5c1

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-src_qibusserializable.cpp,v 1.1 2012/11/19 23:21:39 joerg Exp $
$NetBSD: patch-src_qibusserializable.cpp,v 1.2 2014/04/30 06:53:19 obache Exp $
* http://code.google.com/p/ibus/issues/detail?id=1706
--- src/qibusserializable.cpp.orig 2012-11-19 16:47:11.000000000 +0000
+++ src/qibusserializable.cpp

View File

@@ -0,0 +1 @@
ibus-rime: Rime Input Method Engine for Linux/IBus

View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.2 2015/03/15 20:03:24 hiramatsu Exp $
DISTNAME= ibus-rime-1.0
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/rimeime/
COMMENT= Rime Input Method Engine for Linux/IBus
LICENSE= gnu-gpl-v3
DEPENDS+= brise>=0.30:../../inputmethod/brise
WRKSRC= ${WRKDIR}/ibus-rime
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
INSTALLATION_DIRS+= share/ibus/component lib/ibus-rime share/ibus-rime/icons
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ibus-engine-rime ${DESTDIR}${PREFIX}/lib/ibus-rime/
${INSTALL_DATA} ${WRKSRC}/rime.xml ${DESTDIR}${PREFIX}/share/ibus/component/
${INSTALL_DATA} ${WRKSRC}/rime.png ${DESTDIR}${PREFIX}/share/ibus-rime/icons/
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-configure
SUBST_FILES.prefix= rime.xml
SUBST_SED.prefix= -e 's,/usr/,${PREFIX}/,g'
.include "../../inputmethod/librime/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/12/04 12:59:26 obache Exp $
lib/ibus-rime/ibus-engine-rime
share/ibus-rime/icons/rime.png
share/ibus/component/rime.xml

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/12/04 12:59:26 obache Exp $
SHA1 (ibus-rime-1.0.tar.gz) = 0a137d833ff8dfe89d39b1a93cdfa4f852af5dbd
RMD160 (ibus-rime-1.0.tar.gz) = 435ab634d49af2cb2470e72d38fa0fe61421ba1a
Size (ibus-rime-1.0.tar.gz) = 23325 bytes

View File

@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.26 2013/10/23 12:50:02 obache Exp $
# $NetBSD: Makefile,v 1.29 2015/03/15 17:20:19 hiramatsu Exp $
#
DISTNAME= ibus-skk-1.4.1
PKGREVISION= 11
DISTNAME= ibus-skk-1.4.2
CATEGORIES= inputmethod japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
MASTER_SITES= https://github.com/ueno/ibus-skk/releases/download/${DISTNAME}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/ueno/ibus-skk/
COMMENT= Japanese SKK input engine for IBus
LICENSE= gnu-gpl-v2

View File

@@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.5 2012/04/22 14:04:51 obache Exp $
@comment $NetBSD: PLIST,v 1.6 2014/09/10 09:46:00 obache Exp $
libexec/ibus-engine-skk
libexec/ibus-setup-skk
share/applications/ibus-setup-skk.desktop
share/ibus-skk/icons/ibus-skk.svg
share/ibus-skk/setup/ibus-skk-preferences.ui
share/ibus/component/skk.xml

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2012/04/22 14:04:51 obache Exp $
$NetBSD: distinfo,v 1.11 2014/09/10 09:46:00 obache Exp $
SHA1 (ibus-skk-1.4.1.tar.gz) = dcc931ad680f607fc19813df57c8a64c0528ce3b
RMD160 (ibus-skk-1.4.1.tar.gz) = f65a10af69a28a32cbdca8ad4cd285e77c6aebda
Size (ibus-skk-1.4.1.tar.gz) = 478018 bytes
SHA1 (ibus-skk-1.4.2.tar.gz) = 17f06866e9bd5e0fec7f25883c7a4db972ce9dbf
RMD160 (ibus-skk-1.4.2.tar.gz) = 6be7f4a7eea6fd42c58ad0f0520d2407a4ac7a5c
Size (ibus-skk-1.4.2.tar.gz) = 491882 bytes

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.21 2013/10/23 12:50:02 obache Exp $
# $NetBSD: Makefile,v 1.23 2015/03/15 17:30:24 hiramatsu Exp $
#
DISTNAME= ibus-t9-2.1.0.20100601
PKGREVISION= 20
PKGREVISION= 21
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus-t9.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus-t9/
COMMENT= IBus T9 Input Method
LICENSE= gnu-gpl-v3

View File

@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.9 2012/12/22 08:58:14 obache Exp $
# $NetBSD: Makefile,v 1.11 2015/03/15 18:46:56 hiramatsu Exp $
#
DISTNAME= ibus-table-chinese-1.4.6-Source
PKGNAME= ${DISTNAME:S/-Source//}
DISTNAME= ibus-table-chinese-1.8.2
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= -https://github.com/definite/ibus-table-chinese/archive/${PKGVERSION_NOREV}.tar.gz
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Chinese tables for IBus-Table
LICENSE= gnu-gpl-v3
@@ -15,10 +14,12 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
BUILD_DEPENDS+= cmake-fedora>=2.0:../../devel/cmake-fedora
.include "../../mk/bsd.prefs.mk"
# Illegal byte sequence in array30_ExtB.txt
. if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
FIND_PREFIX:= ICONV_PREFIX=libiconv
.include "../../mk/find-prefix.mk"

View File

@@ -1,8 +1,8 @@
@comment $NetBSD: PLIST,v 1.3 2012/09/10 11:53:40 obache Exp $
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/ChangeLog
share/doc/${PKGNAME}/README
@comment $NetBSD: PLIST,v 1.4 2014/08/24 06:46:24 obache Exp $
share/doc/ibus-table-chinese/AUTHORS
share/doc/ibus-table-chinese/COPYING
share/doc/ibus-table-chinese/ChangeLog
share/doc/ibus-table-chinese/README
share/ibus-table/icons/array30-big.png
share/ibus-table/icons/array30.png
share/ibus-table/icons/cangjie-big.png

View File

@@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.8 2012/12/22 08:58:14 obache Exp $
$NetBSD: distinfo,v 1.9 2014/08/24 06:46:24 obache Exp $
SHA1 (ibus-table-chinese-1.4.6-Source.tar.gz) = c0777087b81a29bc32c86838d214ce31ce3424f6
RMD160 (ibus-table-chinese-1.4.6-Source.tar.gz) = 6915ca3680e96bdb900b159fef18ec1612f625a7
Size (ibus-table-chinese-1.4.6-Source.tar.gz) = 7604868 bytes
SHA1 (patch-Modules_DateTimeFormat.cmake) = 7d9cfde41f39efe7ab2f0cf7ffb6d21a4ff4ce2a
SHA1 (ibus-table-chinese-1.8.2.tar.gz) = 00c11fa76331a5f9cb3703018d0e91a1b7425911
RMD160 (ibus-table-chinese-1.8.2.tar.gz) = 0570b44fa66bb43ed42657a9c442e48550c1cc11
Size (ibus-table-chinese-1.8.2.tar.gz) = 10576111 bytes
SHA1 (patch-ab) = cd75ce5cbad9610607cfa5f68fec245a139f8b6b
SHA1 (patch-ac) = 6691cde876c3cfa64c1790294a6660b18f986d03
SHA1 (patch-tables_array_CMakeLists.txt) = d4c441e74314731305b66843cdadd16e2edd4281

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-Modules_DateTimeFormat.cmake,v 1.1 2011/09/01 11:46:06 obache Exp $
* -u is the POSIX standard way.
--- Modules/DateTimeFormat.cmake.orig 2011-08-03 00:21:35.000000000 +0000
+++ Modules/DateTimeFormat.cmake
@@ -28,7 +28,7 @@ IF(NOT DEFINED _DATE_TIME_FORMAT_CMAKE_)
IF(_locale)
SET(ENV{LC_ALL} ${_locale})
ENDIF(_locale)
- COMMAND_OUTPUT_TO_VARIABLE(${date_var} date --utc "${format}")
+ COMMAND_OUTPUT_TO_VARIABLE(${date_var} date -u "${format}")
ENDMACRO(TODAY date_var format)
TODAY(TODAY_CHANGELOG "+%a %b %d %Y" "C")

View File

@@ -1,19 +1,23 @@
# $NetBSD: Makefile,v 1.3 2012/10/06 14:25:12 asau Exp $
# $NetBSD: Makefile,v 1.12 2015/03/31 15:41:41 joerg Exp $
#
DISTNAME= ibus-table-others-1.3.0.20100528
DISTNAME= ibus-table-others-1.3.7
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/moebiuscurve/ibus-table-others/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= All non-Chinese tables for IBus-Table
LICENSE= gnu-gpl-v3
#FileExistsError: [Errno 17] File exists: '.../work/.home/.local/share/ibus-table'
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
USE_TOOLS+= pkg-config
PYTHON_VERSIONS_INCOMPATIBLE= 26 27
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
.include "../../inputmethod/ibus-table/buildlink3.mk"

View File

@@ -1,13 +1,15 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/07 02:20:15 obache Exp $
@comment $NetBSD: PLIST,v 1.2 2014/08/24 06:59:54 obache Exp $
share/ibus-table/icons/cns11643.png
share/ibus-table/icons/compose.svg
share/ibus-table/icons/ibus-emoji.svg
share/ibus-table/icons/ipa-x-sampa.png
share/ibus-table/icons/ipa-x-sampa.svg
share/ibus-table/icons/latex.svg
share/ibus-table/icons/mathwriter.png
share/ibus-table/icons/rusle.png
share/ibus-table/icons/rustrad.png
share/ibus-table/icons/thai.png
share/ibus-table/icons/translit-ua.png
share/ibus-table/icons/translit.png
share/ibus-table/icons/translit-ua.svg
share/ibus-table/icons/translit.svg
share/ibus-table/icons/viqr.png
share/ibus-table/icons/yawerty.png
share/ibus-table/tables/cns11643.db
@@ -15,6 +17,8 @@ share/ibus-table/tables/compose.db
share/ibus-table/tables/emoji-table.db
share/ibus-table/tables/ipa-x-sampa.db
share/ibus-table/tables/latex.db
share/ibus-table/tables/mathwriter-ibus.db
share/ibus-table/tables/rusle.db
share/ibus-table/tables/rustrad.db
share/ibus-table/tables/thai.db
share/ibus-table/tables/translit-ua.db

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:20:15 obache Exp $
$NetBSD: distinfo,v 1.7 2015/01/14 09:24:42 obache Exp $
SHA1 (ibus-table-others-1.3.0.20100528.tar.gz) = bb977bb8041b05d7b34aac6c19a3950167fa177d
RMD160 (ibus-table-others-1.3.0.20100528.tar.gz) = d6febe635a8995ae02496bcf1de4d1083ad00c99
Size (ibus-table-others-1.3.0.20100528.tar.gz) = 585347 bytes
SHA1 (ibus-table-others-1.3.7.tar.gz) = a509fce37c94f53e0e72ad0b9d04fc707ab056ee
RMD160 (ibus-table-others-1.3.7.tar.gz) = a9938b880635f7c4043101ea6f4a91912efba963
Size (ibus-table-others-1.3.7.tar.gz) = 622955 bytes

View File

@@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $
# $NetBSD: Makefile,v 1.20 2015/03/15 17:30:24 hiramatsu Exp $
DISTNAME= ibus-table-1.5.0
PKGREVISION= 1
DISTNAME= ibus-table-1.9.2
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/kaio/ibus-table/releases/download/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Table engine for IBus platform
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
GNU_CONFIGURE= yes
@@ -24,8 +24,9 @@ SUBST_FILES.prefix= engine/tabcreatedb.py
SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g'
REPLACE_PYTHON+= engine/tabcreatedb.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.0
PYTHON_VERSIONS_INCOMPATIBLE= 26 27
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,26 +1,32 @@
@comment $NetBSD: PLIST,v 1.2 2013/10/23 12:43:49 obache Exp $
@comment $NetBSD: PLIST,v 1.5 2015/01/11 09:09:28 obache Exp $
bin/ibus-table-createdb
lib/pkgconfig/ibus-table.pc
libexec/ibus-engine-table
libexec/ibus-setup-table
man/man1/ibus-table-createdb.1
share/applications/ibus-setup-table.desktop
share/ibus-table/data/pinyin_table.txt.bz2
share/ibus-table/engine/factory.py
share/ibus-table/engine/chinese_variants.pyc
share/ibus-table/engine/chinese_variants.pyo
share/ibus-table/engine/factory.pyc
share/ibus-table/engine/factory.pyo
share/ibus-table/engine/main.py
share/ibus-table/engine/ibus_table_location.pyc
share/ibus-table/engine/ibus_table_location.pyo
share/ibus-table/engine/main.pyc
share/ibus-table/engine/main.pyo
share/ibus-table/engine/tabcreatedb.py
share/ibus-table/engine/tabcreatedb.pyc
share/ibus-table/engine/tabcreatedb.pyo
share/ibus-table/engine/tabdict.py
share/ibus-table/engine/tabdict.pyc
share/ibus-table/engine/tabdict.pyo
share/ibus-table/engine/table.py
share/ibus-table/engine/table.pyc
share/ibus-table/engine/table.pyo
share/ibus-table/engine/tabsqlitedb.py
share/ibus-table/engine/tabsqlitedb.pyc
share/ibus-table/engine/tabsqlitedb.pyo
share/ibus-table/engine/chinese_variants.py
share/ibus-table/engine/factory.py
share/ibus-table/engine/ibus_table_location.py
share/ibus-table/engine/main.py
share/ibus-table/engine/tabcreatedb.py
share/ibus-table/engine/table.py
share/ibus-table/engine/tabsqlitedb.py
share/ibus-table/icons/acommit.svg
share/ibus-table/icons/cb-mode.svg
share/ibus-table/icons/chinese.svg
@@ -39,9 +45,17 @@ share/ibus-table/icons/scb-mode.svg
share/ibus-table/icons/tab-mode.svg
share/ibus-table/icons/tc-mode.svg
share/ibus-table/icons/tcb-mode.svg
share/ibus-table/setup/main.pyc
share/ibus-table/setup/main.pyo
share/ibus-table/setup/version.pyc
share/ibus-table/setup/version.pyo
share/ibus-table/setup/ibus-table-preferences.ui
share/ibus-table/setup/main.py
share/ibus-table/setup/version.py
share/ibus-table/tables/template.txt
share/ibus/component/table.xml
share/locale/de/LC_MESSAGES/ibus-table.mo
share/locale/ja/LC_MESSAGES/ibus-table.mo
share/locale/zh_CN/LC_MESSAGES/ibus-table.mo
share/locale/zh_HK/LC_MESSAGES/ibus-table.mo
share/locale/zh_TW/LC_MESSAGES/ibus-table.mo

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/07 02:13:06 obache Exp $
# $NetBSD: buildlink3.mk,v 1.4 2014/09/05 11:35:29 obache Exp $
BUILDLINK_TREE+= ibus-table
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= ibus-table
IBUS_TABLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ibus-table+= ibus-table>=1.2.0.20100111
BUILDLINK_API_DEPENDS.ibus-table+= ibus-table>=1.8.0
BUILDLINK_PKGSRCDIR.ibus-table?= ../../inputmethod/ibus-table
.endif # IBUS_TABLE_BUILDLINK3_MK

View File

@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/12/28 09:02:31 obache Exp $
$NetBSD: distinfo,v 1.10 2015/01/11 09:09:28 obache Exp $
SHA1 (ibus-table-1.5.0.tar.gz) = 3e474e52d963927fac1056112c1b92dfd47e5cbd
RMD160 (ibus-table-1.5.0.tar.gz) = 4c9b00679a0a448839fd59d3439be36fc1083705
Size (ibus-table-1.5.0.tar.gz) = 432844 bytes
SHA1 (patch-engine_tabsqlitedb.py) = c360974f0dfb327f6bd18cce0c8bec4fe5dd806b
SHA1 (ibus-table-1.9.2.tar.gz) = ca97b7a3866b11ba27c5b056610739a6d05d8aba
RMD160 (ibus-table-1.9.2.tar.gz) = 801093802c2cf341198d7a0568f62acef9b69a4d
Size (ibus-table-1.9.2.tar.gz) = 542249 bytes

View File

@@ -1,17 +0,0 @@
$NetBSD: patch-engine_tabsqlitedb.py,v 1.1 2013/12/28 09:02:31 obache Exp $
* \U is not usable with UCS2.
--- engine/tabsqlitedb.py.orig 2013-01-15 21:46:47.000000000 +0000
+++ engine/tabsqlitedb.py
@@ -499,10 +499,6 @@ class tabsqlitedb:
+ u'\u4E00-\u9FCB'
+ u'\u3400-\u4DB5'
+ u'\uF900-\uFaFF'
- + u'\U00020000-\U0002A6D6'
- + u'\U0002A700-\U0002B734'
- + u'\U0002B740-\U0002B81D'
- + u'\U0002F800-\U0002FA1D'
+ u']+',
phrase))
# first whether in gb2312

View File

@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:11 wiz Exp $
# $NetBSD: Makefile,v 1.9 2015/03/15 17:00:29 hiramatsu Exp $
DISTNAME= ibus-tegaki-0.3.1
PKGREVISION= 2
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tegaki.org/
COMMENT= Tegaki integration in ibus
LICENSE= gnu-gpl-v2
@@ -21,8 +21,7 @@ SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= ibus-engine-tegaki.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
EGG_NAME= ${DISTNAME:S/-/_/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $
$NetBSD: distinfo,v 1.2 2014/05/01 09:52:03 obache Exp $
SHA1 (ibus-tegaki-0.3.1.tar.gz) = aae9744632de4033c0906be032b37c3dfdcef151
RMD160 (ibus-tegaki-0.3.1.tar.gz) = 2cdf689b5434626b62f769f47dae06054b166e4e
Size (ibus-tegaki-0.3.1.tar.gz) = 17026 bytes
SHA1 (patch-aa) = 1064b3d7987c14cfe8e033ef371d79556238d39f
SHA1 (patch-aa) = 95d27f41ebd9c0a464e4738e7a475750fd34d6b2

View File

@@ -1,6 +1,7 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/08/08 00:42:23 obache Exp $
$NetBSD: patch-aa,v 1.2 2014/05/01 09:52:03 obache Exp $
destdir support.
* destdir support.
https://github.com/tegaki/tegaki/commit/09a3d7d91e9e9199a6a3b307f8831615ddf06512
--- setup.py.orig 2010-03-23 07:07:56.000000000 +0000
+++ setup.py
@@ -13,10 +14,3 @@ destdir support.
out = os.path.join(outdir, filename.replace(".in", ""))
if not os.path.exists(outdir):
os.makedirs(outdir)
@@ -76,4 +78,4 @@ setup(
data_files=[('share/ibus-tegaki/engine', glob("engine/*.py")),
('share/ibus-tegaki/icons', glob("*.svg"))],
cmdclass={'install':install}
-)
\ No newline at end of file
+)

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.24 2013/10/23 12:48:26 obache Exp $
# $NetBSD: Makefile,v 1.26 2015/03/15 19:51:08 hiramatsu Exp $
#
DISTNAME= ibus-unikey-0.6.1
PKGREVISION= 11
PKGREVISION= 12
CATEGORIES= inputmethod
MASTER_SITES= http://ibus-unikey.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus-unikey/
COMMENT= Vietnamese Input Method Engine for IBUS using Unikey IME
LICENSE= gnu-gpl-v3

View File

@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2012/04/22 14:06:16 obache Exp $
$NetBSD: distinfo,v 1.5 2014/05/01 09:19:35 obache Exp $
SHA1 (ibus-unikey-0.6.1.tar.gz) = f5787348a357d502af5ce6509f86823bcad7a21c
RMD160 (ibus-unikey-0.6.1.tar.gz) = e5af96ac4aac09a22dbafca2f53c882b34b23b42
Size (ibus-unikey-0.6.1.tar.gz) = 516250 bytes
SHA1 (patch-aa) = 6066924d255c046bc466833f13f640a0cee5fd6f
SHA1 (patch-configure) = 9810760700638d5069684aa53386b8045f6cee85
SHA1 (patch-aa) = 9426627a452319f7357374e245d1fee60bd847a3
SHA1 (patch-configure) = 24c274c4a3647ede481ad6ce3b18f0f42e021d1b

View File

@@ -1,6 +1,7 @@
$NetBSD: patch-aa,v 1.2 2012/04/22 14:06:16 obache Exp $
$NetBSD: patch-aa,v 1.3 2014/05/01 09:19:35 obache Exp $
standard location.
* standard location.
https://github.com/mrlequoctuan/ibus-unikey/pull/2
--- src/engine.cpp.orig 2012-02-29 02:48:14.000000000 +0000
+++ src/engine.cpp

View File

@@ -1,6 +1,7 @@
$NetBSD: patch-configure,v 1.2 2012/04/22 14:06:17 obache Exp $
$NetBSD: patch-configure,v 1.3 2014/05/01 09:19:35 obache Exp $
* test(1) portability fix.
https://github.com/mrlequoctuan/ibus-unikey/pull/2
--- configure.orig 2012-02-29 03:18:22.000000000 +0000
+++ configure

View File

@@ -1,10 +1,7 @@
# $NetBSD: Makefile,v 1.35.2.1 2014/04/08 19:49:59 tron Exp $
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.4
# $NetBSD: Makefile,v 1.42 2014/07/31 10:03:14 obache Exp $
.include "Makefile.common"
PKGREVISION= 1
COMMENT= Intelligent Input Bus
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
@@ -26,6 +23,7 @@ CONFIGURE_ARGS+= --enable-gtk2
CONFIGURE_ARGS+= --enable-gtk3
CONFIGURE_ARGS+= --enable-surrounding-text
CONFIGURE_ARGS+= --enable-introspection=yes
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
SUBST_CLASSES+= dbus
SUBST_STAGE.dbus= post-configure
@@ -51,6 +49,7 @@ BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.12
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../devel/dconf/database.mk"
.include "../../devel/dconf/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.6
BUILDLINK_DEPMETHOD.gobject-introspection+= build
@@ -64,8 +63,11 @@ PY_PATCHPLIST= yes
.include "../../textproc/iso-codes/buildlink3.mk"
GTK2_IMMODULES= yes
.include "../../x11/gtk2/modules.mk"
.include "../../x11/gtk2/buildlink3.mk"
GTK3_IMMODULES= yes
.include "../../x11/gtk3/modules.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,15 +1,15 @@
# $NetBSD: Makefile.common,v 1.2 2014/01/16 11:04:26 obache Exp $
# $NetBSD: Makefile.common,v 1.7 2015/03/15 20:13:24 hiramatsu Exp $
#
# used by inputmethod/ibus/Makefile
# used by inputmethod/ibus-python/Makefile
DISTNAME= ibus-1.5.5
DISTNAME= ibus-1.5.9
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/ibus/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/ibus/patches
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
LICENSE= gnu-lgpl-v2.1

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2014/01/16 11:04:26 obache Exp $
@comment $NetBSD: PLIST,v 1.7 2014/07/31 10:03:14 obache Exp $
bin/ibus
bin/ibus-daemon
bin/ibus-setup
@@ -106,9 +106,12 @@ share/gtk-doc/html/ibus/ibus-ibusxml.html
share/gtk-doc/html/ibus/ibus.devhelp2
share/gtk-doc/html/ibus/index.html
share/gtk-doc/html/ibus/index.sgml
share/gtk-doc/html/ibus/left-insensitive.png
share/gtk-doc/html/ibus/left.png
share/gtk-doc/html/ibus/right-insensitive.png
share/gtk-doc/html/ibus/right.png
share/gtk-doc/html/ibus/style.css
share/gtk-doc/html/ibus/up-insensitive.png
share/gtk-doc/html/ibus/up.png
share/ibus/component/dconf.xml
share/ibus/component/gconf.xml
@@ -126,6 +129,9 @@ share/ibus/setup/engineabout.pyo
share/ibus/setup/enginecombobox.py
share/ibus/setup/enginecombobox.pyc
share/ibus/setup/enginecombobox.pyo
share/ibus/setup/enginedialog.py
share/ibus/setup/enginedialog.pyc
share/ibus/setup/enginedialog.pyo
share/ibus/setup/enginetreeview.py
share/ibus/setup/enginetreeview.pyc
share/ibus/setup/enginetreeview.pyo
@@ -166,6 +172,7 @@ share/locale/eu/LC_MESSAGES/ibus10.mo
share/locale/fa/LC_MESSAGES/ibus10.mo
share/locale/fr/LC_MESSAGES/ibus10.mo
share/locale/gu/LC_MESSAGES/ibus10.mo
share/locale/he/LC_MESSAGES/ibus10.mo
share/locale/hi/LC_MESSAGES/ibus10.mo
share/locale/hu/LC_MESSAGES/ibus10.mo
share/locale/ia/LC_MESSAGES/ibus10.mo
@@ -189,6 +196,7 @@ share/locale/ta/LC_MESSAGES/ibus10.mo
share/locale/te/LC_MESSAGES/ibus10.mo
share/locale/tg/LC_MESSAGES/ibus10.mo
share/locale/uk/LC_MESSAGES/ibus10.mo
share/locale/ur/LC_MESSAGES/ibus10.mo
share/locale/vi/LC_MESSAGES/ibus10.mo
share/locale/zh_CN/LC_MESSAGES/ibus10.mo
share/locale/zh_HK/LC_MESSAGES/ibus10.mo

View File

@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.10 2014/01/16 11:04:26 obache Exp $
$NetBSD: distinfo,v 1.14 2014/11/03 08:47:15 obache Exp $
SHA1 (ibus-1.5.5.tar.gz) = 5671fe504e65aaf396c1d779032d7526c161b64b
RMD160 (ibus-1.5.5.tar.gz) = d3941dd044886e3946da92b4576b94581a3f8797
Size (ibus-1.5.5.tar.gz) = 2063794 bytes
SHA1 (ibus-1.5.9.tar.gz) = 6ba4ba4056f7bff252b6d0622914828e947092a7
RMD160 (ibus-1.5.9.tar.gz) = ddf70028f36a153b6ce53c7b0b801beda5dcc776
Size (ibus-1.5.9.tar.gz) = 2128459 bytes
SHA1 (patch-client_gtk2_ibusimcontext.c) = 31e72d06884858476097f04591004ce46b6074c1
SHA1 (patch-client_gtk3_ibusimcontext.c) = 543192191d14d61ae3e193de6ffda7b099969a1a

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.38 2014/02/12 23:18:04 tron Exp $
# $NetBSD: Makefile,v 1.42 2015/03/15 17:09:00 hiramatsu Exp $
#
DISTNAME= im-ja-1.5
PKGREVISION= 36
PKGREVISION= 39
CATEGORIES= inputmethod japanese
MASTER_SITES= http://im-ja.sourceforge.net/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://im-ja.sourceforge.net/
COMMENT= Japanese input module for GTK2 and XIM server
#LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 # AND bsd?

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.36 2013/10/10 14:42:18 ryoon Exp $
# $NetBSD: Makefile,v 1.37 2014/05/05 00:48:02 ryoon Exp $
DISTNAME= imhangul-2.0.0
PKGREVISION= 12
PKGREVISION= 13
CATEGORIES= inputmethod korean
MASTER_SITES= http://kldp.net/frs/download.php/5924/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.69 2014/02/12 23:18:04 tron Exp $
# $NetBSD: Makefile,v 1.72 2014/10/07 16:47:28 adam Exp $
#
DISTNAME= imhangul_status_applet-0.3
PKGREVISION= 51
PKGREVISION= 54
CATEGORIES= korean inputmethod
MASTER_SITES= http://download.kldp.net/imhangul/imhangul_status_applet/0.3/

View File

@@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.26 2013/12/07 11:32:31 obache Exp $
# $NetBSD: Makefile,v 1.28 2015/03/15 21:10:07 hiramatsu Exp $
#
.include "Makefile.common"
MAINTAINER= obache@NetBSD.org
PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= On-screen Input Pad to Send Characters with Mouse
GNU_CONFIGURE= yes

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.22 2013/10/23 12:31:14 obache Exp $
# $NetBSD: buildlink3.mk,v 1.23 2014/05/05 00:48:03 ryoon Exp $
#
BUILDLINK_TREE+= input-pad
@@ -7,6 +7,7 @@ BUILDLINK_TREE+= input-pad
INPUT_PAD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=1.0.2
BUILDLINK_ABI_DEPENDS.input-pad?= input-pad>=1.0.3nb1
BUILDLINK_PKGSRCDIR.input-pad?= ../../inputmethod/input-pad
.include "../../devel/gettext-lib/buildlink3.mk"

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.25 2013/10/10 14:42:18 ryoon Exp $
# $NetBSD: Makefile,v 1.26 2014/05/05 00:48:03 ryoon Exp $
DISTNAME= kasumi-2.5
PKGREVISION= 18
PKGREVISION= 19
CATEGORIES= inputmethod japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kasumi/41436/}

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.22 2013/10/10 14:42:18 ryoon Exp $
# $NetBSD: Makefile,v 1.24 2015/03/15 19:31:44 hiramatsu Exp $
#
DISTNAME= kimera-tomoe-gtk-0.5
PKGREVISION= 19
PKGREVISION= 20
CATEGORIES= inputmethod japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kimera/24906/}
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kimera.sourceforge.jp/
COMMENT= Kimera helper program for Tomoe
LICENSE= gnu-lgpl-v2.1

Some files were not shown because too many files have changed in this diff Show More