Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2019 12:48:46 +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: r510783 - in head: devel devel/rubygem-graphql-docs textproc textproc/rubygem-extended-markdown-filter
Message-ID:  <201909021248.x82CmkS2036167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Mon Sep  2 12:48:45 2019
New Revision: 510783
URL: https://svnweb.freebsd.org/changeset/ports/510783

Log:
  Added new ports required for gitlab-ce 12.2 upgrade.

Added:
  head/devel/rubygem-graphql-docs/
  head/devel/rubygem-graphql-docs/Makefile   (contents, props changed)
  head/devel/rubygem-graphql-docs/distinfo   (contents, props changed)
  head/devel/rubygem-graphql-docs/pkg-descr   (contents, props changed)
  head/textproc/rubygem-extended-markdown-filter/
  head/textproc/rubygem-extended-markdown-filter/Makefile   (contents, props changed)
  head/textproc/rubygem-extended-markdown-filter/distinfo   (contents, props changed)
  head/textproc/rubygem-extended-markdown-filter/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile
  head/textproc/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep  2 12:48:11 2019	(r510782)
+++ head/devel/Makefile	Mon Sep  2 12:48:45 2019	(r510783)
@@ -5836,6 +5836,7 @@
     SUBDIR += rubygem-grape_logging
     SUBDIR += rubygem-graphiql-rails
     SUBDIR += rubygem-graphql
+    SUBDIR += rubygem-graphql-docs
     SUBDIR += rubygem-grit
     SUBDIR += rubygem-guess_html_encoding
     SUBDIR += rubygem-gyoku

Added: head/devel/rubygem-graphql-docs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-graphql-docs/Makefile	Mon Sep  2 12:48:45 2019	(r510783)
@@ -0,0 +1,28 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	graphql-docs
+PORTVERSION=	1.6.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Generate beautiful documentation from your GraphQL schema
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-commonmarker>=0.16<2.0:textproc/rubygem-commonmarker \
+		rubygem-escape_utils>=1.2<2.0:textproc/rubygem-escape_utils \
+		rubygem-extended-markdown-filter>=0.4<1.0:textproc/rubygem-extended-markdown-filter \
+		rubygem-gemoji>=3.0<4.0:textproc/rubygem-gemoji \
+		rubygem-graphql>=1.6<2.0:devel/rubygem-graphql \
+		rubygem-html-pipeline>=2.9<3.0:textproc/rubygem-html-pipeline \
+		rubygem-sass>=3.4<4.0:textproc/rubygem-sass
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-graphql-docs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-graphql-docs/distinfo	Mon Sep  2 12:48:45 2019	(r510783)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567410552
+SHA256 (rubygem/graphql-docs-1.6.1.gem) = 9e35395835f4e609f9779f0361ab4d1d2981d4e7eaeb95461d226918ad79e7e6
+SIZE (rubygem/graphql-docs-1.6.1.gem) = 1374208

Added: head/devel/rubygem-graphql-docs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-graphql-docs/pkg-descr	Mon Sep  2 12:48:45 2019	(r510783)
@@ -0,0 +1,3 @@
+Easily generate beautiful documentation from your GraphQL schema.
+
+WWW: https://github.com/gjtorikian/graphql-docs

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Sep  2 12:48:11 2019	(r510782)
+++ head/textproc/Makefile	Mon Sep  2 12:48:45 2019	(r510783)
@@ -1526,6 +1526,7 @@
     SUBDIR += rubygem-emot
     SUBDIR += rubygem-escape_utils
     SUBDIR += rubygem-escape_utils11
+    SUBDIR += rubygem-extended-markdown-filter
     SUBDIR += rubygem-ezamar
     SUBDIR += rubygem-fast_xs
     SUBDIR += rubygem-ferret

Added: head/textproc/rubygem-extended-markdown-filter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-extended-markdown-filter/Makefile	Mon Sep  2 12:48:45 2019	(r510783)
@@ -0,0 +1,22 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	extended-markdown-filter
+PORTVERSION=	0.7.0
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Custom markdown processor GitHubs HTML Pipeline
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-html-pipeline>=2.9<3.0:textproc/rubygem-html-pipeline
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-extended-markdown-filter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-extended-markdown-filter/distinfo	Mon Sep  2 12:48:45 2019	(r510783)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567412610
+SHA256 (rubygem/extended-markdown-filter-0.7.0.gem) = c8eeef7409fbae18c6b407cd3e4eeb5d25c35cb08fe1ac06f375df3db2d4f138
+SIZE (rubygem/extended-markdown-filter-0.7.0.gem) = 11776

Added: head/textproc/rubygem-extended-markdown-filter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-extended-markdown-filter/pkg-descr	Mon Sep  2 12:48:45 2019	(r510783)
@@ -0,0 +1,3 @@
+This is a custom Markdown processor to be used with GitHub's HTML::Pipeline.
+
+WWW: https://rubygems.org/gems/extended-markdown-filter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909021248.x82CmkS2036167>