diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-10-22 07:54:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-10-22 07:54:32 +0000 |
commit | 92e914e2ff7bf12bcdf441e8968b52b74673e102 (patch) | |
tree | c138a3051f8efe039c24efb48d310f1648963869 /chinese | |
parent | 124e39c5ca05e9920db59b8b7d5c9cc04bd45a7b (diff) | |
download | ports-92e914e2ff7bf12bcdf441e8968b52b74673e102.tar.gz ports-92e914e2ff7bf12bcdf441e8968b52b74673e102.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-rime/Makefile | 25 | ||||
-rw-r--r-- | chinese/fcitx-rime/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-rime/files/patch-data_CMakeLists.txt | 7 | ||||
-rw-r--r-- | chinese/fcitx-rime/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/fcitx-rime/pkg-plist | 8 |
6 files changed, 47 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 81d5dc23f91e..8ff275119adb 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -45,6 +45,7 @@ SUBDIR += fcitx-configtool SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-libpinyin + SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile new file mode 100644 index 000000000000..ec46210f7e7f --- /dev/null +++ b/chinese/fcitx-rime/Makefile @@ -0,0 +1,25 @@ +# Created by: Zhihao Yuan <lichray@gmail.com> +# $FreeBSD$ + +PORTNAME= fcitx-rime +PORTVERSION= 0.1.2 +CATEGORIES= chinese +MASTER_SITES= GOOGLE_CODE +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@gmail.com +COMMENT= RIME support for Fcitx + +LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ + rime:${PORTSDIR}/chinese/librime + +USE_LDCONFIG= ${PREFIX}/lib/fcitx/ +USE_XZ= yes +USE_GETTEXT= yes +USE_CMAKE= yes +USE_GNOME= intltool +INSTALLS_ICONS= yes + +PROJECTHOST= fcitx + +.include <bsd.port.mk> diff --git a/chinese/fcitx-rime/distinfo b/chinese/fcitx-rime/distinfo new file mode 100644 index 000000000000..dc2d3a017522 --- /dev/null +++ b/chinese/fcitx-rime/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-rime-0.1.2.tar.xz) = 528472c13adb050543ba0402077d2e2b37258cb494f7d7900411cfd8c1ad9048 +SIZE (fcitx/fcitx-rime-0.1.2.tar.xz) = 7356 diff --git a/chinese/fcitx-rime/files/patch-data_CMakeLists.txt b/chinese/fcitx-rime/files/patch-data_CMakeLists.txt new file mode 100644 index 000000000000..9a301db24a0e --- /dev/null +++ b/chinese/fcitx-rime/files/patch-data_CMakeLists.txt @@ -0,0 +1,7 @@ +--- data/CMakeLists.txt~ 2012-10-04 07:34:39.000000000 -0500 ++++ data/CMakeLists.txt 2012-10-15 21:46:56.932232905 -0500 +@@ -2,3 +2,4 @@ install(FILES zhung.png RENAME rime.png + install(FILES zhung.png RENAME rime.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin/dark) + install(FILES zhung.png RENAME rime.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin/classic) + install(FILES zhung.png RENAME fcitx-rime.png DESTINATION share/icons/hicolor/48x48/apps) ++install(FILES zhung.png RENAME rime.png DESTINATION share/fcitx/imicon) diff --git a/chinese/fcitx-rime/pkg-descr b/chinese/fcitx-rime/pkg-descr new file mode 100644 index 000000000000..ed0d753cf62b --- /dev/null +++ b/chinese/fcitx-rime/pkg-descr @@ -0,0 +1,4 @@ +fcitx-rime provides RIME, a dialect-friendly intelligent Chinese input method +engine, as a back-end to the Fcitx IM framework. + +WWW: http://code.google.com/p/fcitx/ diff --git a/chinese/fcitx-rime/pkg-plist b/chinese/fcitx-rime/pkg-plist new file mode 100644 index 000000000000..b3094b8e36d9 --- /dev/null +++ b/chinese/fcitx-rime/pkg-plist @@ -0,0 +1,8 @@ +lib/fcitx/fcitx-rime.so +share/fcitx/addon/fcitx-rime.conf +share/fcitx/inputmethod/rime.conf +share/fcitx/imicon/rime.png +share/fcitx/skin/classic/rime.png +share/fcitx/skin/dark/rime.png +share/fcitx/skin/default/rime.png +share/icons/hicolor/48x48/apps/fcitx-rime.png |