diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-11 15:53:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-11 15:53:33 +0000 |
commit | 4f5ebd4d476b78ca23f4646df6bf4c1a1d0328fc (patch) | |
tree | 33bdb320bcadbd55eec56f1da4b4ae5b2a8f89ae /chinese | |
parent | 0c15b393855e59790531d32a7c99478a68559cf3 (diff) | |
download | ports-4f5ebd4d476b78ca23f4646df6bf4c1a1d0328fc.tar.gz ports-4f5ebd4d476b78ca23f4646df6bf4c1a1d0328fc.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 26 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c1f39a6ad5f6..6a602134bfd7 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -37,6 +37,7 @@ SUBDIR += eterm SUBDIR += fcitx SUBDIR += fcitx-configtool + SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-sunpinyin SUBDIR += fireflyttf SUBDIR += font-std diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile new file mode 100644 index 000000000000..c61683e77130 --- /dev/null +++ b/chinese/fcitx-googlepinyin/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: fcitx-googlepinyin +# Date created: 11 Nov 2011 +# Whom: Zhihao Yuan <lichray@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= fcitx-googlepinyin +PORTVERSION= 0.1.3 +CATEGORIES= chinese x11 +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= lichray@gmail.com +COMMENT= A libgooglepinyin support for Fcitx + +LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ + googlepinyin.0:${PORTSDIR}/chinese/libgooglepinyin + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_CMAKE= yes +USE_GNOME= intltool + +PROJECTHOST= fcitx + +.include <bsd.port.mk> diff --git a/chinese/fcitx-googlepinyin/distinfo b/chinese/fcitx-googlepinyin/distinfo new file mode 100644 index 000000000000..cf1dfda543f3 --- /dev/null +++ b/chinese/fcitx-googlepinyin/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx-googlepinyin-0.1.3.tar.bz2) = b8191daf1b6d3ced2f55c950b2fe9b72857360a14ce1003da6ad84c42d3eaced +SIZE (fcitx-googlepinyin-0.1.3.tar.bz2) = 20394 diff --git a/chinese/fcitx-googlepinyin/pkg-descr b/chinese/fcitx-googlepinyin/pkg-descr new file mode 100644 index 000000000000..7d86c4c5351c --- /dev/null +++ b/chinese/fcitx-googlepinyin/pkg-descr @@ -0,0 +1,4 @@ +fcitx-googlepinyin provides libgooglepinyin, a fork of Google Pinyin IME +on Android, as a back-end to the Fcitx IM server. + +WWW: http://code.google.com/p/fcitx/ diff --git a/chinese/fcitx-googlepinyin/pkg-plist b/chinese/fcitx-googlepinyin/pkg-plist new file mode 100644 index 000000000000..cb5c10883721 --- /dev/null +++ b/chinese/fcitx-googlepinyin/pkg-plist @@ -0,0 +1,4 @@ +lib/fcitx/fcitx-googlepinyin.so +share/fcitx/addon/fcitx-googlepinyin.conf +share/fcitx/configdesc/fcitx-googlepinyin.desc +share/locale/zh_CN/LC_MESSAGES/fcitx-googlepinyin.mo |