diff options
author | clsung <clsung@FreeBSD.org> | 2011-11-14 08:49:01 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-11-14 08:49:01 +0800 |
commit | b167b423720a058d684b907bed0ff2b051ecd1d2 (patch) | |
tree | ca401c28e12aa56ec807453ac2d1d1f6b6fd2d3c /chinese/fcitx-cloudpinyin | |
parent | ce6f03bf9b8f7c4b792a0c1275cde3af172ab7b7 (diff) | |
download | freebsd-ports-gnome-b167b423720a058d684b907bed0ff2b051ecd1d2.tar.gz freebsd-ports-gnome-b167b423720a058d684b907bed0ff2b051ecd1d2.tar.zst freebsd-ports-gnome-b167b423720a058d684b907bed0ff2b051ecd1d2.zip |
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
Diffstat (limited to 'chinese/fcitx-cloudpinyin')
-rw-r--r-- | chinese/fcitx-cloudpinyin/Makefile | 27 | ||||
-rw-r--r-- | chinese/fcitx-cloudpinyin/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-cloudpinyin/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/fcitx-cloudpinyin/pkg-plist | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile new file mode 100644 index 000000000000..62d180f30e50 --- /dev/null +++ b/chinese/fcitx-cloudpinyin/Makefile @@ -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> diff --git a/chinese/fcitx-cloudpinyin/distinfo b/chinese/fcitx-cloudpinyin/distinfo new file mode 100644 index 000000000000..954990368fbc --- /dev/null +++ b/chinese/fcitx-cloudpinyin/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-cloudpinyin-0.1.2.tar.bz2) = e051db21f3d998e7b7c2509e1e7cd4b1a634cc233c099d03828db6dce280fc87 +SIZE (fcitx/fcitx-cloudpinyin-0.1.2.tar.bz2) = 17427 diff --git a/chinese/fcitx-cloudpinyin/pkg-descr b/chinese/fcitx-cloudpinyin/pkg-descr new file mode 100644 index 000000000000..8784ae88eaeb --- /dev/null +++ b/chinese/fcitx-cloudpinyin/pkg-descr @@ -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/ diff --git a/chinese/fcitx-cloudpinyin/pkg-plist b/chinese/fcitx-cloudpinyin/pkg-plist new file mode 100644 index 000000000000..149d7e21e0fe --- /dev/null +++ b/chinese/fcitx-cloudpinyin/pkg-plist @@ -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 |