diff options
author | delphij <delphij@FreeBSD.org> | 2012-02-08 15:03:23 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-02-08 15:03:23 +0800 |
commit | b0ae7ee5807cf08666f6342d39ab949508368892 (patch) | |
tree | f8ce109aaf93bdf50dc2052657bc84f70c418d80 /textproc | |
parent | d901f8d102c121f95b4515a78247ef4d28f5dec8 (diff) | |
download | freebsd-ports-gnome-b0ae7ee5807cf08666f6342d39ab949508368892.tar.gz freebsd-ports-gnome-b0ae7ee5807cf08666f6342d39ab949508368892.tar.zst freebsd-ports-gnome-b0ae7ee5807cf08666f6342d39ab949508368892.zip |
Re-add fcitx-keyboard - X keyboard integration to textproc category.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/Makefile | 30 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/distinfo | 2 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b01d2637da06..a098865e0e70 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -174,6 +174,7 @@ SUBDIR += exslt SUBDIR += ezxml SUBDIR += fa-aspell + SUBDIR += fcitx-keyboard SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell diff --git a/textproc/fcitx-keyboard/Makefile b/textproc/fcitx-keyboard/Makefile new file mode 100644 index 000000000000..3721ea5c239d --- /dev/null +++ b/textproc/fcitx-keyboard/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: fcitx-keyboard +# Date created: 6 Feb 2012 +# Whom: Zhihao Yuan <lichray@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= fcitx-keyboard +PORTVERSION= 0.1.0 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@gmail.com +COMMENT= X Keyboard Integration wtih Fcitx + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ + enchant.1:${PORTSDIR}/textproc/enchant \ + icuuc.48:${PORTSDIR}/devel/icu + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_CMAKE= yes +USE_GNOME= libxml2 +USE_XORG= x11 xkbfile + +PROJECTHOST= fcitx + +.include <bsd.port.mk> diff --git a/textproc/fcitx-keyboard/distinfo b/textproc/fcitx-keyboard/distinfo new file mode 100644 index 000000000000..72c84b46a3d0 --- /dev/null +++ b/textproc/fcitx-keyboard/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-keyboard-0.1.0.tar.bz2) = 09813e57cdebe24c6405b0fcef3b72e045b58c527c733dbc45689fcc3cef0c13 +SIZE (fcitx/fcitx-keyboard-0.1.0.tar.bz2) = 45518 diff --git a/textproc/fcitx-keyboard/pkg-descr b/textproc/fcitx-keyboard/pkg-descr new file mode 100644 index 000000000000..d55a37957b01 --- /dev/null +++ b/textproc/fcitx-keyboard/pkg-descr @@ -0,0 +1,4 @@ +fcitx-keyboard provides an input method featuring word completion +based on different keyboard layouts. + +WWW: http://code.google.com/p/fcitx/ diff --git a/textproc/fcitx-keyboard/pkg-plist b/textproc/fcitx-keyboard/pkg-plist new file mode 100644 index 000000000000..21945f435ed8 --- /dev/null +++ b/textproc/fcitx-keyboard/pkg-plist @@ -0,0 +1,8 @@ +lib/fcitx/fcitx-keyboard.so +lib/fcitx/fcitx-xkb.so +share/fcitx/addon/fcitx-keyboard.conf +share/fcitx/addon/fcitx-xkb.conf +share/fcitx/configdesc/fcitx-keyboard.desc +share/fcitx/configdesc/fcitx-xkb.desc +share/locale/zh_CN/LC_MESSAGES/fcitx-keyboard.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-keyboard.mo |