Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2018 17:15:30 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470564 - in head/textproc: . ibus-uniemoji
Message-ID:  <201805211715.w4LHFUsL090118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <greg@unrelenting.technology>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805211715.w4LHFUsL090118>