summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-05-13 00:37:41 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-05-13 00:37:41 +0000
commiteeb81d8bd96c9ee353e00816602df5a1465ee8c0 (patch)
tree7c30f22320bcc43e6a8d6b64259d4554a1208d44 /graphics
parentb7c9dfcaff03500834415c6092696b7822b117fc (diff)
downloadfreebsd-ports-eeb81d8bd96c9ee353e00816602df5a1465ee8c0.zip
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)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/rubygem-gemojione/Makefile20
-rw-r--r--graphics/rubygem-gemojione/distinfo2
-rw-r--r--graphics/rubygem-gemojione/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 9d171c5b764c..ff062cbc53e1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -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
diff --git a/graphics/rubygem-gemojione/Makefile b/graphics/rubygem-gemojione/Makefile
new file mode 100644
index 000000000000..106f7239a6e7
--- /dev/null
+++ b/graphics/rubygem-gemojione/Makefile
@@ -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>
diff --git a/graphics/rubygem-gemojione/distinfo b/graphics/rubygem-gemojione/distinfo
new file mode 100644
index 000000000000..87db5a0261d6
--- /dev/null
+++ b/graphics/rubygem-gemojione/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gemojione-2.0.1.gem) = d888584bce980007ebf991a4bd6967c6b87624e7975aa143f80b02fd36a0a518
+SIZE (rubygem/gemojione-2.0.1.gem) = 1946112
diff --git a/graphics/rubygem-gemojione/pkg-descr b/graphics/rubygem-gemojione/pkg-descr
new file mode 100644
index 000000000000..7d7c7e264c75
--- /dev/null
+++ b/graphics/rubygem-gemojione/pkg-descr
@@ -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