From owner-svn-ports-all@freebsd.org Wed Jul 4 16:04:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5559D1044E95; Wed, 4 Jul 2018 16:04:05 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 019048430A; Wed, 4 Jul 2018 16:04:05 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6BC055A1; Wed, 4 Jul 2018 16:04:04 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w64G44gZ086470; Wed, 4 Jul 2018 16:04:04 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64G42rr086461; Wed, 4 Jul 2018 16:04:02 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807041604.w64G42rr086461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 4 Jul 2018 16:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473897 - in head/devel: . rubygem-grape-path-helpers rubygem-graphiql-rails rubygem-graphql X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: . rubygem-grape-path-helpers rubygem-graphiql-rails rubygem-graphql X-SVN-Commit-Revision: 473897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 16:04:05 -0000 Author: mfechner Date: Wed Jul 4 16:04:02 2018 New Revision: 473897 URL: https://svnweb.freebsd.org/changeset/ports/473897 Log: Created new ports required for gitlab 11.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16094 Added: head/devel/rubygem-grape-path-helpers/ head/devel/rubygem-grape-path-helpers/Makefile (contents, props changed) head/devel/rubygem-grape-path-helpers/distinfo (contents, props changed) head/devel/rubygem-grape-path-helpers/pkg-descr (contents, props changed) head/devel/rubygem-graphiql-rails/ head/devel/rubygem-graphiql-rails/Makefile (contents, props changed) head/devel/rubygem-graphiql-rails/distinfo (contents, props changed) head/devel/rubygem-graphiql-rails/pkg-descr (contents, props changed) head/devel/rubygem-graphql/ head/devel/rubygem-graphql/Makefile (contents, props changed) head/devel/rubygem-graphql/distinfo (contents, props changed) head/devel/rubygem-graphql/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 4 15:57:04 2018 (r473896) +++ head/devel/Makefile Wed Jul 4 16:04:02 2018 (r473897) @@ -5621,10 +5621,13 @@ SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-entity060 + SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 SUBDIR += rubygem-grape_logging + SUBDIR += rubygem-graphiql-rails + SUBDIR += rubygem-graphql SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku Added: head/devel/rubygem-grape-path-helpers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape-path-helpers/Makefile Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= grape-path-helpers +PORTVERSION= 1.0.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Route path helpers for Grape + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-grape>=1.0:devel/rubygem-grape \ + rubygem-rake>=12:devel/rubygem-rake + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/devel/rubygem-grape-path-helpers/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape-path-helpers/distinfo Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530365896 +SHA256 (rubygem/grape-path-helpers-1.0.5.gem) = 01439f995c2ab0e8d352e0de391b07a4d58be5c4089aad69121c8d63b5016cb4 +SIZE (rubygem/grape-path-helpers-1.0.5.gem) = 14848 Added: head/devel/rubygem-grape-path-helpers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-grape-path-helpers/pkg-descr Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,3 @@ +Route path helpers for Grape. + +WWW: https://gitlab.com/gitlab-org/grape-path-helpers Added: head/devel/rubygem-graphiql-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-graphiql-rails/Makefile Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= graphiql-rails +PORTVERSION= 1.4.10 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Use the GraphiQL IDE for GraphQL with Ruby on Rails + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sprockets-rails>=0:devel/rubygem-sprockets-rails \ + rubygem-railties4>=0:www/rubygem-railties4 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/devel/rubygem-graphiql-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-graphiql-rails/distinfo Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530367273 +SHA256 (rubygem/graphiql-rails-1.4.10.gem) = 889b7fb7f7d2583d5f8d73a583e7730af95cea6c5361479355eac9c76ffc0583 +SIZE (rubygem/graphiql-rails-1.4.10.gem) = 4281344 Added: head/devel/rubygem-graphiql-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-graphiql-rails/pkg-descr Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,5 @@ +Use the GraphiQL IDE for GraphQL with Ruby on Rails. +This gem includes an engine, a controller and a view +for integrating GraphiQL with your app. + +WWW: http://github.com/rmosolgo/graphiql-rails Added: head/devel/rubygem-graphql/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-graphql/Makefile Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= graphql +PORTVERSION= 1.8.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Plain-Ruby implementation of GraphQL + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/devel/rubygem-graphql/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-graphql/distinfo Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530366748 +SHA256 (rubygem/graphql-1.8.4.gem) = dc81fb73554fb26f3bd62ec6939f8c8835054017d50837b3a13400683bb19085 +SIZE (rubygem/graphql-1.8.4.gem) = 930304 Added: head/devel/rubygem-graphql/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-graphql/pkg-descr Wed Jul 4 16:04:02 2018 (r473897) @@ -0,0 +1,3 @@ +A plain-Ruby implementation of GraphQL. + +WWW: http://github.com/rmosolgo/graphql-ruby