diff options
author | delphij <delphij@FreeBSD.org> | 2012-02-08 05:03:14 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-02-08 05:03:14 +0800 |
commit | de8846fe468f73967ad0ef7055a30075708bf0fb (patch) | |
tree | e7eeb9a93fe791e27010b3668637c412aefd4a77 /chinese | |
parent | 5f9ab45c006d10cc452d4b815117ab01c0063aa8 (diff) | |
download | freebsd-ports-gnome-de8846fe468f73967ad0ef7055a30075708bf0fb.tar.gz freebsd-ports-gnome-de8846fe468f73967ad0ef7055a30075708bf0fb.tar.zst freebsd-ports-gnome-de8846fe468f73967ad0ef7055a30075708bf0fb.zip |
Add fcitx-chewing - Chewing input method binding.
PR: ports/164837
Submitted by: Zhihao Yuan <lichray gmail com>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-chewing/Makefile | 26 | ||||
-rw-r--r-- | chinese/fcitx-chewing/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-chewing/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/fcitx-chewing/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index eb2e979dbe6d..4a41b632903d 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -36,6 +36,7 @@ SUBDIR += enscript SUBDIR += eterm SUBDIR += fcitx + SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool SUBDIR += fcitx-googlepinyin diff --git a/chinese/fcitx-chewing/Makefile b/chinese/fcitx-chewing/Makefile new file mode 100644 index 000000000000..3067b6b2f6ca --- /dev/null +++ b/chinese/fcitx-chewing/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: fcitx-chewing +# Date created: 6 Feb 2012 +# Whom: Zhihao Yuan <lichray@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= fcitx-chewing +PORTVERSION= 0.1.0 +CATEGORIES= chinese +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@gmail.com +COMMENT= Chewing support for Fcitx + +LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ + chewing.3:${PORTSDIR}/chinese/libchewing + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_CMAKE= yes + +PROJECTHOST= fcitx + +.include <bsd.port.mk> diff --git a/chinese/fcitx-chewing/distinfo b/chinese/fcitx-chewing/distinfo new file mode 100644 index 000000000000..a784217ead1d --- /dev/null +++ b/chinese/fcitx-chewing/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-chewing-0.1.0.tar.bz2) = 6b9f7bb00fc1d8b7a5f888589665f185b906b83a68d630605cb0cc649f2a2352 +SIZE (fcitx/fcitx-chewing-0.1.0.tar.bz2) = 15867 diff --git a/chinese/fcitx-chewing/pkg-descr b/chinese/fcitx-chewing/pkg-descr new file mode 100644 index 000000000000..23e4acdda848 --- /dev/null +++ b/chinese/fcitx-chewing/pkg-descr @@ -0,0 +1,4 @@ +fcitx-chewing provides Chewing, an intelligent phonetic input method +engine, as a back-end to the Fcitx IM server. + +WWW: http://code.google.com/p/fcitx/ diff --git a/chinese/fcitx-chewing/pkg-plist b/chinese/fcitx-chewing/pkg-plist new file mode 100644 index 000000000000..80423e07eb3f --- /dev/null +++ b/chinese/fcitx-chewing/pkg-plist @@ -0,0 +1,8 @@ +lib/fcitx/fcitx-chewing.so +share/fcitx/addon/fcitx-chewing.conf +share/fcitx/configdesc/fcitx-chewing.desc +share/fcitx/skin/default/chewing.png +share/fcitx/skin/classic/chewing.png +share/fcitx/skin/dark/chewing.png +share/locale/zh_CN/LC_MESSAGES/fcitx-chewing.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-chewing.mo |