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 /chinese/fcitx-cloudpinyin/Makefile | |
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 'chinese/fcitx-cloudpinyin/Makefile')
-rw-r--r-- | chinese/fcitx-cloudpinyin/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile index 1cf6f126117b..5a5fe10a9c49 100644 --- a/chinese/fcitx-cloudpinyin/Makefile +++ b/chinese/fcitx-cloudpinyin/Makefile @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= fcitx-cloudpinyin -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.4 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Cloud-based Pinyin module for Fcitx +LICENSE= GPLv2 + LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libcurl.so:${PORTSDIR}/ftp/curl USES= tar:xz cmake gettext pkgconfig -USE_GNOME= intltool - -PROJECTHOST= fcitx .include <bsd.port.mk> |