fcitx-cloudpinyin is not an input method engine. It adds candidates
from the cloud-based Pinyin services (Sogou, QQ, Baidu, Google) to any Pinyin IMEs in Fcitx. WWW: http://code.google.com/p/fcitx/ PR: ports/162487 Submitted by: maintainer (Zhihao Yuan) Feature safe: yes
This commit is contained in:
parent
bc9c6967eb
commit
0f9bf01110
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285728
@ -36,6 +36,7 @@
|
||||
SUBDIR += enscript
|
||||
SUBDIR += eterm
|
||||
SUBDIR += fcitx
|
||||
SUBDIR += fcitx-cloudpinyin
|
||||
SUBDIR += fcitx-configtool
|
||||
SUBDIR += fcitx-googlepinyin
|
||||
SUBDIR += fcitx-sunpinyin
|
||||
|
27
chinese/fcitx-cloudpinyin/Makefile
Normal file
27
chinese/fcitx-cloudpinyin/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: fcitx-cloudpinyin
|
||||
# Date created: 11 Nov 2011
|
||||
# Whom: Zhihao Yuan <lichray@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fcitx-cloudpinyin
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DIST_SUBDIR= fcitx
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= A cloud-based Pinyin module for Fcitx
|
||||
|
||||
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= intltool
|
||||
|
||||
PROJECTHOST= fcitx
|
||||
|
||||
.include <bsd.port.mk>
|
2
chinese/fcitx-cloudpinyin/distinfo
Normal file
2
chinese/fcitx-cloudpinyin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (fcitx/fcitx-cloudpinyin-0.1.2.tar.bz2) = e051db21f3d998e7b7c2509e1e7cd4b1a634cc233c099d03828db6dce280fc87
|
||||
SIZE (fcitx/fcitx-cloudpinyin-0.1.2.tar.bz2) = 17427
|
5
chinese/fcitx-cloudpinyin/pkg-descr
Normal file
5
chinese/fcitx-cloudpinyin/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
fcitx-cloudpinyin is not an input method engine. It adds candidates
|
||||
from the cloud-based Pinyin services (Sogou, QQ, Baidu, Google) to any
|
||||
Pinyin IMEs in Fcitx.
|
||||
|
||||
WWW: http://code.google.com/p/fcitx/
|
4
chinese/fcitx-cloudpinyin/pkg-plist
Normal file
4
chinese/fcitx-cloudpinyin/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/fcitx/fcitx-cloudpinyin.so
|
||||
share/fcitx/addon/fcitx-cloudpinyin.conf
|
||||
share/fcitx/configdesc/fcitx-cloudpinyin.desc
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx-cloudpinyin.mo
|
Loading…
Reference in New Issue
Block a user