diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-06-21 15:28:59 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-06-21 15:28:59 +0000 |
commit | 91f76c6b911f4c6982f9d38e0059c5ce11d5d207 (patch) | |
tree | 29c5dc8fb297b1ac1d745b704772c44aed3b8039 /graphics | |
parent | 31b3d6337867b68d51ea2570b861d3c4ecceceb1 (diff) | |
download | ports-91f76c6b911f4c6982f9d38e0059c5ce11d5d207.tar.gz ports-91f76c6b911f4c6982f9d38e0059c5ce11d5d207.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/rubygem-gemojione32/Makefile | 24 | ||||
-rw-r--r-- | graphics/rubygem-gemojione32/distinfo | 3 | ||||
-rw-r--r-- | graphics/rubygem-gemojione32/pkg-descr | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 881cefe06936..1ba03ba5078f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1004,6 +1004,7 @@ SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione + SUBDIR += rubygem-gemojione32 SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas diff --git a/graphics/rubygem-gemojione32/Makefile b/graphics/rubygem-gemojione32/Makefile new file mode 100644 index 000000000000..9015ce87da0b --- /dev/null +++ b/graphics/rubygem-gemojione32/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= gemojione +PORTVERSION= 3.2.0 +CATEGORIES= graphics rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 32 + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Gem containing EmojiOne unicode/image assets + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^3\.2\. + +.include <bsd.port.mk> diff --git a/graphics/rubygem-gemojione32/distinfo b/graphics/rubygem-gemojione32/distinfo new file mode 100644 index 000000000000..6beeeb41ee38 --- /dev/null +++ b/graphics/rubygem-gemojione32/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480876135 +SHA256 (rubygem/gemojione-3.2.0.gem) = 3372352ddc4c6c15e1161618d5b254962f12d33d8d95f3b601237b5e351c726b +SIZE (rubygem/gemojione-3.2.0.gem) = 4750336 diff --git a/graphics/rubygem-gemojione32/pkg-descr b/graphics/rubygem-gemojione32/pkg-descr new file mode 100644 index 000000000000..7d7c7e264c75 --- /dev/null +++ b/graphics/rubygem-gemojione32/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 |