Date: Mon, 18 Aug 2014 21:00:26 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365352 - in head/chinese: . ibus-table-chinese Message-ID: <201408182100.s7IL0QMw091186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Aug 18 21:00:26 2014 New Revision: 365352 URL: http://svnweb.freebsd.org/changeset/ports/365352 QAT: https://qat.redports.org/buildarchive/r365352/ Log: Add new port ibus-table-chinese PR: 185198 Submitted by: dennylin93 (hs.ntnu.edu.tw) Chinese input tables for the Intelligent Input Bus (IBus) input method framework. The IBus-table is an Input Method Engine particularly suited to support Chinese. Added: head/chinese/ibus-table-chinese/ head/chinese/ibus-table-chinese/Makefile (contents, props changed) head/chinese/ibus-table-chinese/distinfo (contents, props changed) head/chinese/ibus-table-chinese/pkg-descr (contents, props changed) head/chinese/ibus-table-chinese/pkg-plist (contents, props changed) Modified: head/chinese/Makefile Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Mon Aug 18 20:45:21 2014 (r365351) +++ head/chinese/Makefile Mon Aug 18 21:00:26 2014 (r365352) @@ -60,6 +60,7 @@ SUBDIR += hc SUBDIR += ibus-chewing SUBDIR += ibus-pinyin + SUBDIR += ibus-table-chinese SUBDIR += irssi SUBDIR += jis2gb SUBDIR += joe Added: head/chinese/ibus-table-chinese/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/ibus-table-chinese/Makefile Mon Aug 18 21:00:26 2014 (r365352) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ibus-table-chinese +PORTVERSION= 1.4.6 +CATEGORIES= chinese +MASTER_SITES= GOOGLE_CODE +PROJECTHOST= ibus +DISTNAME= ${PORTNAME}-${PORTVERSION}-Source + +MAINTAINER= dennylin93@hs.ntnu.edu.tw +COMMENT= Chinese input tables for IBus + +BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:${PORTSDIR}/devel/cmake-fedora \ + ibus-daemon:${PORTSDIR}/textproc/ibus \ + ${LOCALBASE}/libexec/ibus-engine-table:${PORTSDIR}/textproc/ibus-table +RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ + ${LOCALBASE}/libexec/ibus-engine-table:${PORTSDIR}/textproc/ibus-table + +USES= cmake pkgconfig +INSTALL_TARGET= install +DATADIR= ${PREFIX}/share/ibus-table +PLIST_SUB+= PORTVERSION=${PORTVERSION} + +.include <bsd.port.mk> Added: head/chinese/ibus-table-chinese/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/ibus-table-chinese/distinfo Mon Aug 18 21:00:26 2014 (r365352) @@ -0,0 +1,2 @@ +SHA256 (ibus-table-chinese-1.4.6-Source.tar.gz) = 5e3422e59417e70e65cfd342cc3c0627a3b612b1405c493df0245a3841bd9386 +SIZE (ibus-table-chinese-1.4.6-Source.tar.gz) = 7604868 Added: head/chinese/ibus-table-chinese/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/ibus-table-chinese/pkg-descr Mon Aug 18 21:00:26 2014 (r365352) @@ -0,0 +1,5 @@ +Chinese input tables for the Intelligent Input Bus (IBus) input method +framework. The IBus-table is an Input Method Engine particularly suited +to support Chinese. + +WWW: http://code.google.com/p/ibus/ Added: head/chinese/ibus-table-chinese/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/ibus-table-chinese/pkg-plist Mon Aug 18 21:00:26 2014 (r365352) @@ -0,0 +1,45 @@ +%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS +%%DOCSDIR%%-%%PORTVERSION%%/COPYING +%%DOCSDIR%%-%%PORTVERSION%%/ChangeLog +%%DOCSDIR%%-%%PORTVERSION%%/README +%%DATADIR%%/icons/array30-big.png +%%DATADIR%%/icons/array30.png +%%DATADIR%%/icons/cangjie-big.png +%%DATADIR%%/icons/cangjie3.svg +%%DATADIR%%/icons/cangjie5.svg +%%DATADIR%%/icons/cantonese.png +%%DATADIR%%/icons/cantonhk.png +%%DATADIR%%/icons/easy-big.png +%%DATADIR%%/icons/erbi-qs.svg +%%DATADIR%%/icons/erbi.png +%%DATADIR%%/icons/jyutping.png +%%DATADIR%%/icons/quick-classic.png +%%DATADIR%%/icons/quick3.png +%%DATADIR%%/icons/quick5.png +%%DATADIR%%/icons/scj6.svg +%%DATADIR%%/icons/stroke5.png +%%DATADIR%%/icons/wu.png +%%DATADIR%%/icons/wubi-haifeng86.svg +%%DATADIR%%/icons/wubi-jidian86.svg +%%DATADIR%%/icons/yong.png +%%DATADIR%%/tables/array30-big.db +%%DATADIR%%/tables/array30.db +%%DATADIR%%/tables/cangjie-big.db +%%DATADIR%%/tables/cangjie3.db +%%DATADIR%%/tables/cangjie5.db +%%DATADIR%%/tables/cantonese.db +%%DATADIR%%/tables/cantonhk.db +%%DATADIR%%/tables/easy-big.db +%%DATADIR%%/tables/erbi-qs.db +%%DATADIR%%/tables/erbi.db +%%DATADIR%%/tables/jyutping.db +%%DATADIR%%/tables/quick-classic.db +%%DATADIR%%/tables/quick3.db +%%DATADIR%%/tables/quick5.db +%%DATADIR%%/tables/scj6.db +%%DATADIR%%/tables/stroke5.db +%%DATADIR%%/tables/wu.db +%%DATADIR%%/tables/wubi-haifeng86.db +%%DATADIR%%/tables/wubi-jidian86.db +%%DATADIR%%/tables/yong.db +@dirrm %%DOCSDIR%%-%%PORTVERSION%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408182100.s7IL0QMw091186>