From owner-svn-ports-head@freebsd.org Wed Jun 13 04:57:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE24B1002454; Wed, 13 Jun 2018 04:57:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F6F66B96D; Wed, 13 Jun 2018 04:57:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C15A14CA5; Wed, 13 Jun 2018 04:57:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5D4vuX5071788; Wed, 13 Jun 2018 04:57:56 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5D4vtbH071783; Wed, 13 Jun 2018 04:57:55 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201806130457.w5D4vtbH071783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 13 Jun 2018 04:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472283 - in head/chinese: . ibus-table-chinese X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in head/chinese: . ibus-table-chinese X-SVN-Commit-Revision: 472283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 04:57:57 -0000 Author: delphij Date: Wed Jun 13 04:57:55 2018 New Revision: 472283 URL: https://svnweb.freebsd.org/changeset/ports/472283 Log: Readd ibus-table-chinese with github source. Submitted by: intron at intron ac 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 Wed Jun 13 04:12:58 2018 (r472282) +++ head/chinese/Makefile Wed Jun 13 04:57:55 2018 (r472283) @@ -55,6 +55,7 @@ SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin + SUBDIR += ibus-table-chinese SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN 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 Wed Jun 13 04:57:55 2018 (r472283) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= ibus-table-chinese +PORTVERSION= 1.8.2 +PORTREVISION= 2 +CATEGORIES= chinese + +MAINTAINER= ports@FreeBSD.org +COMMENT= Chinese input tables for IBus + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:devel/cmake-fedora \ + ibus-daemon:textproc/ibus \ + ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table +RUN_DEPENDS= ibus-daemon:textproc/ibus \ + ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table + +USES= cmake:noninja pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= definite + +INSTALL_TARGET= install +DATADIR= ${PREFIX}/share/ibus-table +CMAKE_ARGS+= -DDATA_DIR:PATH="${PREFIX}/share" \ + -DPRJ_DOC_DIR:PATH="${DOCSDIR}" \ + -DCMAKE_FEDORA_TMP_DIR:PATH="${WRKSRC}" +MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1 + +.include 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 Wed Jun 13 04:57:55 2018 (r472283) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525510980 +SHA256 (definite-ibus-table-chinese-1.8.2_GH0.tar.gz) = ef62c22ef4e8f9085fc40fcbc14c30f6dac458817df98e9f90f883a3e2080089 +SIZE (definite-ibus-table-chinese-1.8.2_GH0.tar.gz) = 10576111 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 Wed Jun 13 04:57:55 2018 (r472283) @@ -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: https://github.com/definite/ibus-table-chinese 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 Wed Jun 13 04:57:55 2018 (r472283) @@ -0,0 +1,44 @@ +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/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