From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 06:49:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 136A178; Sat, 27 Sep 2014 06:49:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DA51D65C; Sat, 27 Sep 2014 06:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R6nRpJ065241; Sat, 27 Sep 2014 06:49:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R6nQQm065234; Sat, 27 Sep 2014 06:49:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409270649.s8R6nQQm065234@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 06:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369373 - in head/graphics: . rubygem-gitlab_emoji 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.18-1 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, 27 Sep 2014 06:49:28 -0000 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 +# $FreeBSD$ + +PORTNAME= gitlab_emoji +PORTVERSION= 0.0.1.1 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@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 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