diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-14 00:49:01 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-14 00:49:01 +0000 |
commit | 0f9bf0111002ba0b34cd88c40a32666e08629635 (patch) | |
tree | 2cd1dc9949374781a673e346a937734bdced3179 /chinese | |
parent | bc9c6967eb8f06270de90cc9e882f0ddeb8cd839 (diff) | |
download | ports-0f9bf0111002ba0b34cd88c40a32666e08629635.tar.gz ports-0f9bf0111002ba0b34cd88c40a32666e08629635.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-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 |
5 files changed, 39 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 88b9e5afbb19..88a15d104678 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -36,6 +36,7 @@ SUBDIR += enscript SUBDIR += eterm SUBDIR += fcitx + SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-sunpinyin 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 |