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)
This commit is contained in:
parent
b7c9dfcaff
commit
eeb81d8bd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386188
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
20
graphics/rubygem-gemojione/Makefile
Normal file
20
graphics/rubygem-gemojione/Makefile
Normal file
|
@ -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>
|
2
graphics/rubygem-gemojione/distinfo
Normal file
2
graphics/rubygem-gemojione/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/gemojione-2.0.1.gem) = d888584bce980007ebf991a4bd6967c6b87624e7975aa143f80b02fd36a0a518
|
||||
SIZE (rubygem/gemojione-2.0.1.gem) = 1946112
|
5
graphics/rubygem-gemojione/pkg-descr
Normal file
5
graphics/rubygem-gemojione/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue