Date: Wed, 4 Jul 2018 16:04:02 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> 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 Message-ID: <201807041604.w64G42rr086461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041604.w64G42rr086461>