Date: Sat, 16 Jan 2016 13:21:34 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406218 - in head/textproc: . rubygem-emot Message-ID: <201601161321.u0GDLYSF067835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Jan 16 13:21:34 2016 New Revision: 406218 URL: https://svnweb.freebsd.org/changeset/ports/406218 Log: - 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> Added: head/textproc/rubygem-emot/ head/textproc/rubygem-emot/Makefile (contents, props changed) head/textproc/rubygem-emot/distinfo (contents, props changed) head/textproc/rubygem-emot/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Jan 16 12:51:05 2016 (r406217) +++ head/textproc/Makefile Sat Jan 16 13:21:34 2016 (r406218) @@ -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 Added: head/textproc/rubygem-emot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-emot/Makefile Sat Jan 16 13:21:34 2016 (r406218) @@ -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> Added: head/textproc/rubygem-emot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-emot/distinfo Sat Jan 16 13:21:34 2016 (r406218) @@ -0,0 +1,2 @@ +SHA256 (rubygem/emot-0.0.4.gem) = 2c2000e59f7c8ea6b3cb51d9809fb1a3d41fccaecc6a878efae2aa5f6e0f6763 +SIZE (rubygem/emot-0.0.4.gem) = 17920 Added: head/textproc/rubygem-emot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-emot/pkg-descr Sat Jan 16 13:21:34 2016 (r406218) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601161321.u0GDLYSF067835>