diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-01-16 13:21:34 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-01-16 13:21:34 +0000 |
commit | b64c9907db18af488108440ec2ddcb77e9d53b0c (patch) | |
tree | 427432f709da9eb14c983f254314d0d8d0c06e9f /textproc | |
parent | 4fd16ddc0ec872a2207da7a04983d63c664bb149 (diff) | |
download | freebsd-ports-b64c9907db18af488108440ec2ddcb77e9d53b0c.zip |
- Add new port: textproc/rubygem-emot
Yet another emoji handler. It contains 870 emojis with its name and
codepoint(but not contains emoji fonts or images). All names of emojis
are from Emoji cheat sheet for Campfire and GitHub.
WWW: https://github.com/melborne/emot
PR: 206308
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-emot/Makefile | 24 | ||||
-rw-r--r-- | textproc/rubygem-emot/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-emot/pkg-descr | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2f00322a838c..28051691b87d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1394,6 +1394,7 @@ SUBDIR += rubygem-elasticsearch SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-transport + SUBDIR += rubygem-emot SUBDIR += rubygem-escape_utils SUBDIR += rubygem-escape_utils-rails4 SUBDIR += rubygem-ezamar diff --git a/textproc/rubygem-emot/Makefile b/textproc/rubygem-emot/Makefile new file mode 100644 index 000000000000..e0cf0cba6572 --- /dev/null +++ b/textproc/rubygem-emot/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= emot +PORTVERSION= 0.0.4 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Yet another emoji handler + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor + +NO_ARCH= yes + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/emot + +.include <bsd.port.mk> diff --git a/textproc/rubygem-emot/distinfo b/textproc/rubygem-emot/distinfo new file mode 100644 index 000000000000..3926be7c2226 --- /dev/null +++ b/textproc/rubygem-emot/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/emot-0.0.4.gem) = 2c2000e59f7c8ea6b3cb51d9809fb1a3d41fccaecc6a878efae2aa5f6e0f6763 +SIZE (rubygem/emot-0.0.4.gem) = 17920 diff --git a/textproc/rubygem-emot/pkg-descr b/textproc/rubygem-emot/pkg-descr new file mode 100644 index 000000000000..d9d2ea3c892c --- /dev/null +++ b/textproc/rubygem-emot/pkg-descr @@ -0,0 +1,5 @@ +Yet another emoji handler. It contains 870 emojis with its name and +codepoint(but not contains emoji fonts or images). All names of emojis +are from Emoji cheat sheet for Campfire and GitHub. + +WWW: https://github.com/melborne/emot |