svn commit: r386188 - in head/graphics: . rubygem-gemojione
Michael Moll
mmoll at FreeBSD.org
Wed May 13 00:37:44 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list