From owner-svn-ports-head@freebsd.org Sat Jan 16 13:21:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30F21A84390; Sat, 16 Jan 2016 13:21:36 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDA281ECC; Sat, 16 Jan 2016 13:21:35 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GDLY0G067839; Sat, 16 Jan 2016 13:21:34 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GDLYSF067835; Sat, 16 Jan 2016 13:21:34 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201601161321.u0GDLYSF067835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 16 Jan 2016 13:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406218 - in head/textproc: . rubygem-emot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 13:21:36 -0000 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 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 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