Bug 182677 - new port textproc/rubygem-gemoji
Summary: new port textproc/rubygem-gemoji
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 11:10 UTC by loic.blot
Modified: 2013-10-20 17:00 UTC (History)
0 users

See Also:


Attachments
rubygem-gemoji.shar (1.34 KB, text/plain)
2013-10-05 11:10 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 11:10:00 UTC
	Here is a new port to process japanese emoji, used by future gitlab port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 11:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-20 16:56:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-20 16:56:10 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"