diff options
author | delphij <delphij@FreeBSD.org> | 2015-03-31 15:08:00 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-03-31 15:08:00 +0800 |
commit | d99aaf142743e32671285f8831f8472090451c35 (patch) | |
tree | 78917bf49ceac628433c2677aa29dda7b28d1619 /textproc | |
parent | cf8ba76fd0d6653c6f77f2a5b31d2cd481ab5572 (diff) | |
download | freebsd-ports-gnome-d99aaf142743e32671285f8831f8472090451c35.tar.gz freebsd-ports-gnome-d99aaf142743e32671285f8831f8472090451c35.tar.zst freebsd-ports-gnome-d99aaf142743e32671285f8831f8472090451c35.zip |
Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository
- Update chinese/fcitx to 4.2.8.5.
- Update chinese/fcitx-chewing to 0.2.2.
- Update chinese/fcitx-cloudpinyin to 0.3.4.
- Update chinese/fcitx-configtool to 0.4.8.
- Update chinese/fcitx-libpinyin to 0.3.1.
- Update chinese/fcitx-rime to 0.3.1.
- Update chinese/fcitx-sunpinyin to 0.4.1.
- Update chinese/fcitx-table-extra to 0.3.7.
- Add LICENSE and update website (mainly move off Google Code)
for various ports.
- Update chinese/libpinyin to 1.1.0.
- Update chinese/librime to 1.1.
- Update chinese/opencc to 0.4.3.
- Update japanese/fcitx-anthy to 0.2.1.
- New port: japanese/fcitx-skk SKK support for Fcitx
- Update korean/fcitx-hangul to 0.3.0.
- Update textproc/fcitx-m17n to 0.2.3.
PR: ports/198743
Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fcitx-m17n/Makefile | 9 | ||||
-rw-r--r-- | textproc/fcitx-m17n/distinfo | 4 | ||||
-rw-r--r-- | textproc/fcitx-m17n/files/patch-im__CMakeLists.txt | 8 | ||||
-rw-r--r-- | textproc/fcitx-m17n/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/fcitx-m17n/pkg-plist | 2 |
5 files changed, 17 insertions, 8 deletions
diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile index 5a5ff9544377..deec5cc2f535 100644 --- a/textproc/fcitx-m17n/Makefile +++ b/textproc/fcitx-m17n/Makefile @@ -2,20 +2,19 @@ # $FreeBSD$ PORTNAME= fcitx-m17n -PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= fcitx +MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Multilingualization support for Fcitx +LICENSE= LGPL21 + LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libm17n.so:${PORTSDIR}/devel/m17n-lib USES= cmake gettext pkgconfig tar:xz -USE_GNOME= intltool .include <bsd.port.mk> diff --git a/textproc/fcitx-m17n/distinfo b/textproc/fcitx-m17n/distinfo index 1c43bb9cbf99..354a4de18631 100644 --- a/textproc/fcitx-m17n/distinfo +++ b/textproc/fcitx-m17n/distinfo @@ -1,2 +1,2 @@ -SHA256 (fcitx/fcitx-m17n-0.1.4.tar.xz) = 6e45a7659bb62b1d039ff75b011420a224a4d22be28bf1d7e787dabad3a77187 -SIZE (fcitx/fcitx-m17n-0.1.4.tar.xz) = 33176 +SHA256 (fcitx/fcitx-m17n-0.2.3.tar.xz) = 84f9a9ac9e8c94db0c124d1c9cafa352191894b4d04d926611c5b0759e86de39 +SIZE (fcitx/fcitx-m17n-0.2.3.tar.xz) = 33504 diff --git a/textproc/fcitx-m17n/files/patch-im__CMakeLists.txt b/textproc/fcitx-m17n/files/patch-im__CMakeLists.txt new file mode 100644 index 000000000000..2389e33354ed --- /dev/null +++ b/textproc/fcitx-m17n/files/patch-im__CMakeLists.txt @@ -0,0 +1,8 @@ +--- ./im/CMakeLists.txt.orig 2013-11-03 20:33:26.000000000 +0900 ++++ ./im/CMakeLists.txt 2014-03-20 13:05:01.000000000 +0900 +@@ -31,4 +31,4 @@ + LINK_LIBS ${M17N_LIBRARIES} + ) + +-install(FILES default DESTINATION ${FCITX4_PREFIX}/share/fcitx/m17n) ++install(FILES default DESTINATION share/fcitx/m17n) diff --git a/textproc/fcitx-m17n/pkg-descr b/textproc/fcitx-m17n/pkg-descr index cfb88e069fb0..33b21d27a5a0 100644 --- a/textproc/fcitx-m17n/pkg-descr +++ b/textproc/fcitx-m17n/pkg-descr @@ -1,4 +1,4 @@ fcitx-m17n provides the libm17n, a multilingual input method engine, as a back-end to the Fcitx IM framework. -WWW: http://code.google.com/p/fcitx/ +WWW: https://fcitx-im.org/wiki/Fcitx diff --git a/textproc/fcitx-m17n/pkg-plist b/textproc/fcitx-m17n/pkg-plist index a3045fb97387..a7702b105b60 100644 --- a/textproc/fcitx-m17n/pkg-plist +++ b/textproc/fcitx-m17n/pkg-plist @@ -2,5 +2,7 @@ lib/fcitx/fcitx-m17n.so share/fcitx/addon/fcitx-m17n.conf share/fcitx/configdesc/fcitx-m17n.desc share/fcitx/m17n/default +share/locale/de/LC_MESSAGES/fcitx-m17n.mo +share/locale/ja/LC_MESSAGES/fcitx-m17n.mo share/locale/zh_CN/LC_MESSAGES/fcitx-m17n.mo share/locale/zh_TW/LC_MESSAGES/fcitx-m17n.mo |