From owner-svn-ports-head@freebsd.org Mon May 21 17:15:32 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 F1DB7EF9821; Mon, 21 May 2018 17:15:31 +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 A443487A69; Mon, 21 May 2018 17:15:31 +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 810C327C75; Mon, 21 May 2018 17:15:31 +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 w4LHFVkj090123; Mon, 21 May 2018 17:15:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4LHFUsL090118; Mon, 21 May 2018 17:15:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805211715.w4LHFUsL090118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 21 May 2018 17:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470564 - in head/textproc: . ibus-uniemoji X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . ibus-uniemoji X-SVN-Commit-Revision: 470564 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: Mon, 21 May 2018 17:15:32 -0000 Author: yuri Date: Mon May 21 17:15:30 2018 New Revision: 470564 URL: https://svnweb.freebsd.org/changeset/ports/470564 Log: New port: textproc/ibus-uniemoji: Input method for entering unicode symbols and emoji by name PR: 227269 Submitted by: Greg V Added: head/textproc/ibus-uniemoji/ head/textproc/ibus-uniemoji/Makefile (contents, props changed) head/textproc/ibus-uniemoji/distinfo (contents, props changed) head/textproc/ibus-uniemoji/pkg-descr (contents, props changed) head/textproc/ibus-uniemoji/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 21 17:05:19 2018 (r470563) +++ head/textproc/Makefile Mon May 21 17:15:30 2018 (r470564) @@ -335,6 +335,7 @@ SUBDIR += ibus-qt SUBDIR += ibus-table SUBDIR += ibus-typing-booster + SUBDIR += ibus-uniemoji SUBDIR += icdiff SUBDIR += id-aspell SUBDIR += id-hyphen Added: head/textproc/ibus-uniemoji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus-uniemoji/Makefile Mon May 21 17:15:30 2018 (r470564) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= ibus-uniemoji +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0-16 +DISTVERSIONSUFFIX= -ga26c364 +CATEGORIES= textproc + +MAINTAINER= greg@unrelenting.technology +COMMENT= Input method for entering unicode symbols and emoji by name + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${FLAVOR} \ + ${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus + +USES= gmake python:3.4+ shebangfix +USE_GITHUB= yes +GH_ACCOUNT= salty-horse +USE_GNOME= glib20 pygobject3 +SHEBANG_GLOB= *.py + +MAKE_ENV= PYTHON=${PYTHON_CMD} SYSCONFDIR=${PREFIX}/etc + +.include Added: head/textproc/ibus-uniemoji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus-uniemoji/distinfo Mon May 21 17:15:30 2018 (r470564) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526922267 +SHA256 (salty-horse-ibus-uniemoji-v0.6.0-16-ga26c364_GH0.tar.gz) = d916db03811d5ebb1616aff36ae4299aa08843942bbbf9be1268d0e473088687 +SIZE (salty-horse-ibus-uniemoji-v0.6.0-16-ga26c364_GH0.tar.gz) = 2485374 Added: head/textproc/ibus-uniemoji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus-uniemoji/pkg-descr Mon May 21 17:15:30 2018 (r470564) @@ -0,0 +1,4 @@ +This simple input method for ibus allows you to enter unicode emoji and +other symbols by name. + +WWW: https://github.com/salty-horseibus-uniemoji Added: head/textproc/ibus-uniemoji/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus-uniemoji/pkg-plist Mon May 21 17:15:30 2018 (r470564) @@ -0,0 +1,8 @@ +etc/xdg/uniemoji/custom.json +%%DATADIR%%/UnicodeData.txt +%%DATADIR%%/config.py +%%DATADIR%%/emojione.json +%%DATADIR%%/ibus.py +%%DATADIR%%/uniemoji.py +%%DATADIR%%/uniemoji.svg +share/ibus/component/uniemoji.xml