diff options
author | clsung <clsung@FreeBSD.org> | 2011-11-11 16:23:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-11-11 16:23:07 +0800 |
commit | bc034983cd7cee6478b6de65d4d041b6ada449a0 (patch) | |
tree | 67104a40ac4b80edaffa5fb12c6584adcc0af615 /chinese | |
parent | d787b35c81f8fe4e78ab3d5d28f88ebd97d85ed6 (diff) | |
download | freebsd-ports-gnome-bc034983cd7cee6478b6de65d4d041b6ada449a0.tar.gz freebsd-ports-gnome-bc034983cd7cee6478b6de65d4d041b6ada449a0.tar.zst freebsd-ports-gnome-bc034983cd7cee6478b6de65d4d041b6ada449a0.zip |
Fcitx is a simple and fast Chinese XIM server. It comes with a script,
fcitx-configtool, which looks for this configure tool and invokes it.
WWW: http://code.google.com/p/fcitx/
PR: ports/162461
Submitted by: Zhihao Yuan <lichray_AT_gmail.com>
Feature safe: yes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-configtool/Makefile | 29 | ||||
-rw-r--r-- | chinese/fcitx-configtool/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-configtool/pkg-descr | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index aec005e96668..82eca55b3e18 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -36,6 +36,7 @@ SUBDIR += enscript SUBDIR += eterm SUBDIR += fcitx + SUBDIR += fcitx-configtool SUBDIR += fireflyttf SUBDIR += font-std SUBDIR += fortune diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile new file mode 100644 index 000000000000..b673a92af393 --- /dev/null +++ b/chinese/fcitx-configtool/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: fcitx-configtool +# Date created: 09 Nov 2011 +# Whom: Zhihao Yuan <lichray@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= fcitx-configtool +PORTVERSION= 0.3.1 +CATEGORIES= chinese x11 +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= lichray@gmail.com +COMMENT= Fcitx IM configure tool + +LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx + +USE_BZIP2= yes +USE_GNOME= gtk20 intltool gnomehack +USE_GETTEXT= yes +USE_CMAKE= yes + +PROJECTHOST= fcitx + +PLIST_FILES= bin/fcitx-config-gtk \ + share/locale/zh_CN/LC_MESSAGES/fcitx-configtool.mo + +.include <bsd.port.mk> diff --git a/chinese/fcitx-configtool/distinfo b/chinese/fcitx-configtool/distinfo new file mode 100644 index 000000000000..614c1d65604c --- /dev/null +++ b/chinese/fcitx-configtool/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx-configtool/fcitx-configtool-0.3.1.tar.bz2) = 60a2596ca3c36d0c98398d36d4eb5f1f03992133a782ae15cb39f66131aeaa3e +SIZE (fcitx-configtool/fcitx-configtool-0.3.1.tar.bz2) = 22323 diff --git a/chinese/fcitx-configtool/pkg-descr b/chinese/fcitx-configtool/pkg-descr new file mode 100644 index 000000000000..c6f3b99541cc --- /dev/null +++ b/chinese/fcitx-configtool/pkg-descr @@ -0,0 +1,4 @@ +Fcitx is a simple and fast Chinese XIM server. It comes with a script, +fcitx-configtool, which looks for this configure tool and invokes it. + +WWW: http://code.google.com/p/fcitx/ |