View | Details | Raw Unified | Return to bug 217833
Collapse All | Expand All

(-)graphics/rubygem-gemojione2/Makefile (+21 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gemojione
4
PORTVERSION=	2.6.1
5
CATEGORIES=	graphics rubygems
6
MASTER_SITES=	RG
7
PKGNAMESUFFIX=  2
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Gem containing EmojiOne unicode/image assets
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
RUN_DEPENDS=	rubygem-json>=0:devel/rubygem-json
16
17
NO_ARCH=	yes
18
USE_RUBY=	yes
19
USES=		gem
20
21
.include <bsd.port.mk>
(-)graphics/rubygem-gemojione2/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1489660116
2
SHA256 (rubygem/gemojione-2.6.1.gem) = 8837ca9eaf902f384623c23e6a488e101c9f5b1fa89c02c0f001aeb5773eac3c
3
SIZE (rubygem/gemojione-2.6.1.gem) = 1671168
(-)graphics/rubygem-gemojione2/pkg-descr (+5 lines)
Line 0 Link Here
1
This gem contains the EmojiOne unicode/image assets and also APIs for
2
lookup of emoji names, their unicode characters or image assets and
3
conversion between emoji representations.
4
5
WWW: https://github.com/jonathanwiesel/gemojione

Return to bug 217833