svn commit: r369373 - in head/graphics: . rubygem-gitlab_emoji

Steve Wills swills at FreeBSD.org
Sat Sep 27 06:49:28 UTC 2014


Author: swills
Date: Sat Sep 27 06:49:26 2014
New Revision: 369373
URL: http://svnweb.freebsd.org/changeset/ports/369373
QAT: https://qat.redports.org/buildarchive/r369373/

Log:
  graphics/rubygem-gitlab_emoji: create port
  
  GitLab emoji assets
  
  WWW: https://gitlab.com/gitlab-org/gitlab_emoji
  
  Submitted by:	xmj

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Sep 27 06:39:45 2014	(r369372)
+++ head/graphics/Makefile	Sat Sep 27 06:49:26 2014	(r369373)
@@ -923,6 +923,7 @@
     SUBDIR += rubygem-gd2
     SUBDIR += rubygem-gdk_pixbuf2
     SUBDIR += rubygem-geokit
+    SUBDIR += rubygem-gitlab_emoji
     SUBDIR += rubygem-goocanvas
     SUBDIR += rubygem-graphviz
     SUBDIR += rubygem-gruff

Added: head/graphics/rubygem-gitlab_emoji/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-gitlab_emoji/Makefile	Sat Sep 27 06:49:26 2014	(r369373)
@@ -0,0 +1,21 @@
+# Created by: Johannes Meixner <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME=	gitlab_emoji
+PORTVERSION=	0.0.1.1
+CATEGORIES=	graphics rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Provides Gitlab Emoji assets
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-emoji>=1.0.1:${PORTSDIR}/graphics/rubygem-emoji
+
+USE_RUBY=	yes
+USE_RAKE=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/rubygem-gitlab_emoji/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-gitlab_emoji/distinfo	Sat Sep 27 06:49:26 2014	(r369373)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gitlab_emoji-0.0.1.1.gem) = 760fc5df13080ef39bb8f06878b5b49b7206d4259471d6569fbb0e56f0821d33
+SIZE (rubygem/gitlab_emoji-0.0.1.1.gem) = 2055680

Added: head/graphics/rubygem-gitlab_emoji/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-gitlab_emoji/pkg-descr	Sat Sep 27 06:49:26 2014	(r369373)
@@ -0,0 +1,3 @@
+GitLab emoji assets
+
+WWW: https://gitlab.com/gitlab-org/gitlab_emoji


More information about the svn-ports-head mailing list