Index: graphics/Makefile =================================================================== --- graphics/Makefile +++ 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 Index: graphics/rubygem-gemojione/Makefile =================================================================== --- /dev/null +++ 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 comtaining 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 Index: graphics/rubygem-gemojione/distinfo =================================================================== --- /dev/null +++ graphics/rubygem-gemojione/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gemojione-2.0.1.gem) = d888584bce980007ebf991a4bd6967c6b87624e7975aa143f80b02fd36a0a518 +SIZE (rubygem/gemojione-2.0.1.gem) = 1946112 Index: graphics/rubygem-gemojione/pkg-descr =================================================================== --- /dev/null +++ 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