Index: head/chinese/Makefile =================================================================== --- head/chinese/Makefile (revision 454766) +++ head/chinese/Makefile (revision 454767) @@ -1,117 +1,118 @@ # $FreeBSD$ # COMMENT = Chinese support SUBDIR += CJKUnifonts SUBDIR += CNS11643-font SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += arphicttf SUBDIR += aterm SUBDIR += auto-cn-l10n SUBDIR += auto-tw-l10n SUBDIR += autoconvert SUBDIR += bg5pdf SUBDIR += big5width SUBDIR += bitchx SUBDIR += brise SUBDIR += bsdconv-opencc SUBDIR += bug5 SUBDIR += c2t SUBDIR += cconv SUBDIR += celvis SUBDIR += chiconv SUBDIR += cless SUBDIR += cnprint SUBDIR += dictd-database SUBDIR += docproj SUBDIR += enscript SUBDIR += eric6 SUBDIR += eterm SUBDIR += fandol SUBDIR += fcitx SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light SUBDIR += fireflyttf SUBDIR += font-std SUBDIR += fortunetw SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gcin SUBDIR += gcin-gtk3 SUBDIR += gcin-qt4 SUBDIR += gcin-qt5 SUBDIR += gimp-help-zh_CN SUBDIR += gydict SUBDIR += hc + SUBDIR += ibus-array SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW SUBDIR += libchewing SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN SUBDIR += libreoffice-zh_TW SUBDIR += librime SUBDIR += libtabe SUBDIR += lunar SUBDIR += moettf SUBDIR += muni SUBDIR += oicq SUBDIR += opencc SUBDIR += opendesktop-fonts SUBDIR += oto SUBDIR += p5-Date-Chinese SUBDIR += p5-Encode-CNMap SUBDIR += p5-Encode-HanConvert SUBDIR += p5-Encode-HanExtra SUBDIR += p5-Lingua-Han-PinYin SUBDIR += p5-Lingua-Han-Utils SUBDIR += p5-Lingua-ZH-HanDetect SUBDIR += p5-Lingua-ZH-Keywords SUBDIR += p5-Lingua-ZH-Numbers SUBDIR += p5-Lingua-ZH-Segment SUBDIR += p5-Lingua-ZH-Summarize SUBDIR += p5-Lingua-ZH-TaBE SUBDIR += p5-Lingua-ZH-Toke SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += pcmanx SUBDIR += php-opencc SUBDIR += phpbb-tw SUBDIR += phpbb3-tw SUBDIR += pyzy SUBDIR += qe SUBDIR += qt4-codecs-cn SUBDIR += qt4-codecs-tw SUBDIR += qterm SUBDIR += reciteword SUBDIR += scim-array SUBDIR += scim-fcitx SUBDIR += scim-pinyin SUBDIR += scim-tables SUBDIR += sunpinyin SUBDIR += telnet SUBDIR += tin SUBDIR += tintin++ SUBDIR += ttf2pt1 SUBDIR += ttfm SUBDIR += unrar SUBDIR += ve SUBDIR += wenju SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW SUBDIR += xpdf .include Index: head/chinese/ibus-array/Makefile =================================================================== --- head/chinese/ibus-array/Makefile (nonexistent) +++ head/chinese/ibus-array/Makefile (revision 454767) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= ibus-array +PORTVERSION= 0.1.0 +CATEGORIES= chinese + +MAINTAINER= jiashiun@gmail.com +COMMENT= Array 30 input method for IBus + +LICENSE= GPLv2 + +BUILD_DEPENDS= ibus-daemon:textproc/ibus +RUN_DEPENDS= ibus-daemon:textproc/ibus + +GNU_CONFIGURE= yes + +USES= autoreconf gettext gmake libtool pkgconfig sqlite +USE_GNOME+= glib20 + +USE_GITHUB= yes +GH_ACCOUNT= lexical +GH_TAGNAME= release-0.1.0 + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +pre-configure: + cd ${WRKSRC} && ./autogen.sh + +.include Property changes on: head/chinese/ibus-array/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/ibus-array/distinfo =================================================================== --- head/chinese/ibus-array/distinfo (nonexistent) +++ head/chinese/ibus-array/distinfo (revision 454767) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472505283 +SHA256 (lexical-ibus-array-0.1.0-release-0.1.0_GH0.tar.gz) = da1aad6505cdcdf208e8f0798e190cd1a6bf9c1b56a74535c657cbed54aa4122 +SIZE (lexical-ibus-array-0.1.0-release-0.1.0_GH0.tar.gz) = 3831599 Property changes on: head/chinese/ibus-array/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/ibus-array/files/patch-src_engine.c =================================================================== --- head/chinese/ibus-array/files/patch-src_engine.c (nonexistent) +++ head/chinese/ibus-array/files/patch-src_engine.c (revision 454767) @@ -0,0 +1,20 @@ +--- src/engine.c.orig 2015-02-12 16:41:01 UTC ++++ src/engine.c +@@ -67,7 +67,7 @@ static gboolean ibus_array_engine_commit + + static void ibus_array_engine_space_press(IBusArrayEngine *arrayeng); + +-static gboolean ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng); ++static void ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng); + + static void ibus_array_engine_update_auxiliary_text (IBusArrayEngine *arrayeng, gchar* aux_string); + +@@ -313,7 +313,7 @@ static void ibus_array_engine_update_pre + g_string_free(array_preedit, TRUE); + } + +-static gboolean ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng) ++static void ibus_array_engine_update_symbol_lookup_table (IBusArrayEngine *arrayeng) + { + gint i; + gboolean retval; Property changes on: head/chinese/ibus-array/files/patch-src_engine.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/ibus-array/pkg-descr =================================================================== --- head/chinese/ibus-array/pkg-descr (nonexistent) +++ head/chinese/ibus-array/pkg-descr (revision 454767) @@ -0,0 +1,4 @@ +Implementation of fully functional Array 30 input method engine for iBus. +Array 30 is a traditional Chinese input method used in Taiwan. + +WWW: https://github.com/lexical/ibus-array/ Property changes on: head/chinese/ibus-array/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/ibus-array/pkg-plist =================================================================== --- head/chinese/ibus-array/pkg-plist (nonexistent) +++ head/chinese/ibus-array/pkg-plist (revision 454767) @@ -0,0 +1,12 @@ +libexec/ibus-engine-array +libexec/ibus-setup-array +%%DATADIR%%/icons/ibus-array.png +%%DATADIR%%/setup/config.py +%%DATADIR%%/setup/config.pyc +%%DATADIR%%/setup/config.pyo +%%DATADIR%%/setup/main.py +%%DATADIR%%/setup/main.pyc +%%DATADIR%%/setup/main.pyo +%%DATADIR%%/tables/array.db +share/ibus/component/array.xml +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus-array.mo Property changes on: head/chinese/ibus-array/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property