Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 15:56:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331032 - in head/textproc: . rubygem-gemoji
Message-ID:  <201310201556.r9KFu3w2005307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Oct 20 15:56:02 2013
New Revision: 331032
URL: http://svnweb.freebsd.org/changeset/ports/331032

Log:
  Emoji assets
  
  WWW: https://github.com/github/gemoji
  
  PR:		ports/182677
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/textproc/rubygem-gemoji/
  head/textproc/rubygem-gemoji/Makefile   (contents, props changed)
  head/textproc/rubygem-gemoji/distinfo   (contents, props changed)
  head/textproc/rubygem-gemoji/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Oct 20 15:50:24 2013	(r331031)
+++ head/textproc/Makefile	Sun Oct 20 15:56:02 2013	(r331032)
@@ -1298,6 +1298,7 @@
     SUBDIR += rubygem-fast_xs
     SUBDIR += rubygem-fast_xs073
     SUBDIR += rubygem-ferret
+    SUBDIR += rubygem-gemoji
     SUBDIR += rubygem-heredoc_unindent
     SUBDIR += rubygem-hikidoc
     SUBDIR += rubygem-htmlentities

Added: head/textproc/rubygem-gemoji/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-gemoji/Makefile	Sun Oct 20 15:56:02 2013	(r331032)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	gemoji
+PORTVERSION=	1.4.0
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Emoji assets
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-gemoji/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-gemoji/distinfo	Sun Oct 20 15:56:02 2013	(r331032)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gemoji-1.4.0.gem) = ae8897d824e11c2d43747d02d1e183bc2fc252a37e50e817ed96541ff1998921
+SIZE (rubygem/gemoji-1.4.0.gem) = 7889408

Added: head/textproc/rubygem-gemoji/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-gemoji/pkg-descr	Sun Oct 20 15:56:02 2013	(r331032)
@@ -0,0 +1,3 @@
+Emoji assets
+
+WWW: https://github.com/github/gemoji



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310201556.r9KFu3w2005307>