From owner-svn-ports-head@freebsd.org Wed May 23 08:28: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 51B65EF4B05; Wed, 23 May 2018 08:28:57 +0000 (UTC) (envelope-from yuri@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 F04DE7E270; Wed, 23 May 2018 08:28:56 +0000 (UTC) (envelope-from yuri@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 CE65A20508; Wed, 23 May 2018 08:28:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4N8SuY7088823; Wed, 23 May 2018 08:28:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4N8StHn088818; Wed, 23 May 2018 08:28:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805230828.w4N8StHn088818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 23 May 2018 08:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470688 - in head/textproc: . fcitx-table-other fcitx-table-other/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . fcitx-table-other fcitx-table-other/files X-SVN-Commit-Revision: 470688 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, 23 May 2018 08:28:57 -0000 Author: yuri Date: Wed May 23 08:28:55 2018 New Revision: 470688 URL: https://svnweb.freebsd.org/changeset/ports/470688 Log: New port: textproc/fcitx-table-other: Table-based input methods for Fcitx PR: 216971 Submitted by: Henry Hu Added: head/textproc/fcitx-table-other/ head/textproc/fcitx-table-other/Makefile (contents, props changed) head/textproc/fcitx-table-other/distinfo (contents, props changed) head/textproc/fcitx-table-other/files/ head/textproc/fcitx-table-other/files/patch-tables__CMakeLists.txt (contents, props changed) head/textproc/fcitx-table-other/pkg-descr (contents, props changed) head/textproc/fcitx-table-other/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed May 23 07:59:15 2018 (r470687) +++ head/textproc/Makefile Wed May 23 08:28:55 2018 (r470688) @@ -191,6 +191,7 @@ SUBDIR += fa-aspell SUBDIR += fcitx-m17n SUBDIR += fcitx-qt5 + SUBDIR += fcitx-table-other SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell Added: head/textproc/fcitx-table-other/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-table-other/Makefile Wed May 23 08:28:55 2018 (r470688) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= fcitx-table-other +DISTVERSION= 0.2.3 +CATEGORIES= textproc +MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ +DIST_SUBDIR= fcitx + +MAINTAINER= henry.hu.sh@gmail.com +COMMENT= Table-based input methods for Fcitx + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfcitx-config.so:chinese/fcitx + +USES= cmake:outsource gettext tar:xz +NO_ARCH= yes +STRIP= # ninja breaks without this: unknown target 'install/strip' + +.include Added: head/textproc/fcitx-table-other/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-table-other/distinfo Wed May 23 08:28:55 2018 (r470688) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527062829 +SHA256 (fcitx/fcitx-table-other-0.2.3.tar.xz) = 9b782ae938f3ce95fbdd020af3bb272a804bb39eee38297ab3b7f49ba55ed889 +SIZE (fcitx/fcitx-table-other-0.2.3.tar.xz) = 233360 Added: head/textproc/fcitx-table-other/files/patch-tables__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-table-other/files/patch-tables__CMakeLists.txt Wed May 23 08:28:55 2018 (r470688) @@ -0,0 +1,10 @@ +--- tables/CMakeLists.txt.orig 2017-02-10 04:01:32 UTC ++++ tables/CMakeLists.txt +@@ -60,5 +60,5 @@ endforeach() + + add_custom_target(table_data ALL DEPENDS ${MB_FILE}) + +-install(FILES ${CONF_FILE} DESTINATION "${FCITX4_PREFIX}/share/fcitx/table") +-install(FILES ${MB_FILE} DESTINATION "${FCITX4_PREFIX}/share/fcitx/table") ++install(FILES ${CONF_FILE} DESTINATION "share/fcitx/table") ++install(FILES ${MB_FILE} DESTINATION "share/fcitx/table") Added: head/textproc/fcitx-table-other/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-table-other/pkg-descr Wed May 23 08:28:55 2018 (r470688) @@ -0,0 +1,5 @@ +fcitx-table-other provides some other tables for Fcitx, fork from +ibus-table-others, scim-tables. Most of the table in this package is +non-Chinese table. They are listed under /tables by language. + +WWW: https://fcitx-im.org/wiki/Fcitx Added: head/textproc/fcitx-table-other/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-table-other/pkg-plist Wed May 23 08:28:55 2018 (r470688) @@ -0,0 +1,77 @@ +share/fcitx/imicon/amharic.png +share/fcitx/imicon/arabic.png +share/fcitx/imicon/cns11643.png +share/fcitx/imicon/compose.png +share/fcitx/imicon/emoji.png +share/fcitx/imicon/ipa-x-sampa.png +share/fcitx/imicon/latex.png +share/fcitx/imicon/malayalam-phonetic.png +share/fcitx/imicon/rustrad.png +share/fcitx/imicon/tamil-remington.png +share/fcitx/imicon/thai.png +share/fcitx/imicon/translit-ua.png +share/fcitx/imicon/translit.png +share/fcitx/imicon/viqr.png +share/fcitx/imicon/yawerty.png +share/fcitx/table/amharic.conf +share/fcitx/table/amharic.mb +share/fcitx/table/arabic.conf +share/fcitx/table/arabic.mb +share/fcitx/table/cns11643.conf +share/fcitx/table/cns11643.mb +share/fcitx/table/compose.conf +share/fcitx/table/compose.mb +share/fcitx/table/emoji.conf +share/fcitx/table/emoji.mb +share/fcitx/table/ipa-x-sampa.conf +share/fcitx/table/ipa-x-sampa.mb +share/fcitx/table/latex.conf +share/fcitx/table/latex.mb +share/fcitx/table/malayalam-phonetic.conf +share/fcitx/table/malayalam-phonetic.mb +share/fcitx/table/rustrad.conf +share/fcitx/table/rustrad.mb +share/fcitx/table/tamil-remington.conf +share/fcitx/table/tamil-remington.mb +share/fcitx/table/thai.conf +share/fcitx/table/thai.mb +share/fcitx/table/translit-ua.conf +share/fcitx/table/translit-ua.mb +share/fcitx/table/translit.conf +share/fcitx/table/translit.mb +share/fcitx/table/viqr.conf +share/fcitx/table/viqr.mb +share/fcitx/table/yawerty.conf +share/fcitx/table/yawerty.mb +share/icons/hicolor/32x32/apps/fcitx-thai.png +share/icons/hicolor/48x48/apps/fcitx-compose.png +share/icons/hicolor/48x48/apps/fcitx-emoji.png +share/icons/hicolor/48x48/apps/fcitx-ipa-x-sampa.png +share/icons/hicolor/48x48/apps/fcitx-latex.png +share/icons/hicolor/48x48/apps/fcitx-malayalam-phonetic.png +share/icons/hicolor/48x48/apps/fcitx-rustrad.png +share/icons/hicolor/48x48/apps/fcitx-tamil-remington.png +share/icons/hicolor/48x48/apps/fcitx-translit-ua.png +share/icons/hicolor/48x48/apps/fcitx-translit.png +share/icons/hicolor/48x48/apps/fcitx-yawerty.png +share/icons/hicolor/64x64/apps/fcitx-cns11643.png +share/icons/hicolor/64x64/apps/fcitx-viqr.png +share/locale/am/LC_MESSAGES/fcitx-table-other.mo +share/locale/ar/LC_MESSAGES/fcitx-table-other.mo +share/locale/bn/LC_MESSAGES/fcitx-table-other.mo +share/locale/de/LC_MESSAGES/fcitx-table-other.mo +share/locale/gu/LC_MESSAGES/fcitx-table-other.mo +share/locale/hi/LC_MESSAGES/fcitx-table-other.mo +share/locale/ja/LC_MESSAGES/fcitx-table-other.mo +share/locale/kn/LC_MESSAGES/fcitx-table-other.mo +share/locale/ml/LC_MESSAGES/fcitx-table-other.mo +share/locale/ne/LC_MESSAGES/fcitx-table-other.mo +share/locale/pa/LC_MESSAGES/fcitx-table-other.mo +share/locale/ru/LC_MESSAGES/fcitx-table-other.mo +share/locale/ta/LC_MESSAGES/fcitx-table-other.mo +share/locale/te/LC_MESSAGES/fcitx-table-other.mo +share/locale/th/LC_MESSAGES/fcitx-table-other.mo +share/locale/uk/LC_MESSAGES/fcitx-table-other.mo +share/locale/vi/LC_MESSAGES/fcitx-table-other.mo +share/locale/zh_CN/LC_MESSAGES/fcitx-table-other.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-table-other.mo