From c91cb025f26547e933be131b3b05585a39eaa4df Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 11 Nov 2011 08:23:07 +0000 Subject: [PATCH] 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 Feature safe: yes --- chinese/Makefile | 1 + chinese/fcitx-configtool/Makefile | 29 +++++++++++++++++++++++++++++ chinese/fcitx-configtool/distinfo | 2 ++ chinese/fcitx-configtool/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 chinese/fcitx-configtool/Makefile create mode 100644 chinese/fcitx-configtool/distinfo create mode 100644 chinese/fcitx-configtool/pkg-descr 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 +# +# $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 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/