Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2015 00:37:42 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386188 - in head/graphics: . rubygem-gemojione
Message-ID:  <201505130037.t4D0bgaX098785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Wed May 13 00:37:41 2015
New Revision: 386188
URL: https://svnweb.freebsd.org/changeset/ports/386188

Log:
  new port: graphics/rubygem-gemojione
  
  Gem containing EmojiOne unicode/image assets
  
  WWW: https://github.com/jonathanwiesel/gemojione
  
  PR:		200125
  Differential Revision:	https://reviews.freebsd.org/D2527
  Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
  Approved by:	mat (mentor)

Added:
  head/graphics/rubygem-gemojione/
  head/graphics/rubygem-gemojione/Makefile   (contents, props changed)
  head/graphics/rubygem-gemojione/distinfo   (contents, props changed)
  head/graphics/rubygem-gemojione/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Wed May 13 00:34:40 2015	(r386187)
+++ head/graphics/Makefile	Wed May 13 00:37:41 2015	(r386188)
@@ -915,6 +915,7 @@
     SUBDIR += rubygem-flamegraph
     SUBDIR += rubygem-gd2
     SUBDIR += rubygem-gdk_pixbuf2
+    SUBDIR += rubygem-gemojione
     SUBDIR += rubygem-geokit
     SUBDIR += rubygem-gitlab_emoji
     SUBDIR += rubygem-goocanvas

Added: head/graphics/rubygem-gemojione/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-gemojione/Makefile	Wed May 13 00:37:41 2015	(r386188)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	gemojione
+PORTVERSION=	2.0.1
+CATEGORIES=	graphics rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Gem containing EmojiOne unicode/image assets
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-json>0:${PORTSDIR}/devel/rubygem-json
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/rubygem-gemojione/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-gemojione/distinfo	Wed May 13 00:37:41 2015	(r386188)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gemojione-2.0.1.gem) = d888584bce980007ebf991a4bd6967c6b87624e7975aa143f80b02fd36a0a518
+SIZE (rubygem/gemojione-2.0.1.gem) = 1946112

Added: head/graphics/rubygem-gemojione/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-gemojione/pkg-descr	Wed May 13 00:37:41 2015	(r386188)
@@ -0,0 +1,5 @@
+This gem contains the EmojiOne unicode/image assets and also APIs for
+lookup of emoji names, their unicode characters or image assets and
+conversion between emoji representations.
+
+WWW: https://github.com/jonathanwiesel/gemojione



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