Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 23:23:49 +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: r558867 - in head: devel devel/rubygem-gitlab-experiment devel/rubygem-scientist textproc textproc/rubygem-asciidoctor-kroki
Message-ID:  <202012212323.0BLNNnbG031751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Mon Dec 21 23:23:49 2020
New Revision: 558867
URL: https://svnweb.freebsd.org/changeset/ports/558867

Log:
  New ports required for gitlab-ce 13.7 upgrade.

Added:
  head/devel/rubygem-gitlab-experiment/
  head/devel/rubygem-gitlab-experiment/Makefile   (contents, props changed)
  head/devel/rubygem-gitlab-experiment/distinfo   (contents, props changed)
  head/devel/rubygem-gitlab-experiment/pkg-descr   (contents, props changed)
  head/devel/rubygem-scientist/
  head/devel/rubygem-scientist/Makefile   (contents, props changed)
  head/devel/rubygem-scientist/distinfo   (contents, props changed)
  head/devel/rubygem-scientist/pkg-descr   (contents, props changed)
  head/textproc/rubygem-asciidoctor-kroki/
  head/textproc/rubygem-asciidoctor-kroki/Makefile   (contents, props changed)
  head/textproc/rubygem-asciidoctor-kroki/distinfo   (contents, props changed)
  head/textproc/rubygem-asciidoctor-kroki/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile
  head/textproc/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec 21 22:47:03 2020	(r558866)
+++ head/devel/Makefile	Mon Dec 21 23:23:49 2020	(r558867)
@@ -6117,6 +6117,7 @@
     SUBDIR += rubygem-git-version-bump
     SUBDIR += rubygem-github_api
     SUBDIR += rubygem-gitlab-chronic
+    SUBDIR += rubygem-gitlab-experiment
     SUBDIR += rubygem-gitlab-labkit
     SUBDIR += rubygem-gitlab-license
     SUBDIR += rubygem-gitlab-pygments.rb
@@ -6469,6 +6470,7 @@
     SUBDIR += rubygem-safe_yaml
     SUBDIR += rubygem-scanf
     SUBDIR += rubygem-schash
+    SUBDIR += rubygem-scientist
     SUBDIR += rubygem-sdoc
     SUBDIR += rubygem-semantic_puppet
     SUBDIR += rubygem-semantic_range

Added: head/devel/rubygem-gitlab-experiment/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab-experiment/Makefile	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,23 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gitlab-experiment
+PORTVERSION=	0.4.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Experiment library for Gitlab
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-actionpack60>=3.0:www/rubygem-actionpack60 \
+		rubygem-scientist>=1.5.0<2:devel/rubygem-scientist
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gitlab-experiment/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab-experiment/distinfo	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608586211
+SHA256 (rubygem/gitlab-experiment-0.4.4.gem) = 915bb33191e760c0c76dff6dd9abab2ff412d25fa67b382a4093d09d0806cf8a
+SIZE (rubygem/gitlab-experiment-0.4.4.gem) = 17408

Added: head/devel/rubygem-gitlab-experiment/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab-experiment/pkg-descr	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,3 @@
+GitLab experiment library built on top of scientist.
+
+WWW: https://gitlab.com/gitlab-org/gitlab-experiment

Added: head/devel/rubygem-scientist/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-scientist/Makefile	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	scientist
+PORTVERSION=	1.5.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Library for carefully refactoring critical paths
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-scientist/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-scientist/distinfo	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608586369
+SHA256 (rubygem/scientist-1.5.0.gem) = a58433921fd78408104faa6dd89d976e628e042eadd8ab6fffa1a0b6ef2da624
+SIZE (rubygem/scientist-1.5.0.gem) = 23552

Added: head/devel/rubygem-scientist/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-scientist/pkg-descr	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,3 @@
+A Ruby library for carefully refactoring critical paths
+
+WWW: https://github.com/github/scientist

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Dec 21 22:47:03 2020	(r558866)
+++ head/textproc/Makefile	Mon Dec 21 23:23:49 2020	(r558867)
@@ -1514,6 +1514,7 @@
     SUBDIR += rubygem-asciidoctor
     SUBDIR += rubygem-asciidoctor-diagram
     SUBDIR += rubygem-asciidoctor-include-ext
+    SUBDIR += rubygem-asciidoctor-kroki
     SUBDIR += rubygem-asciidoctor-pdf
     SUBDIR += rubygem-asciidoctor-plantuml
     SUBDIR += rubygem-asciidoctor-plantuml0010

Added: head/textproc/rubygem-asciidoctor-kroki/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-asciidoctor-kroki/Makefile	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,21 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	asciidoctor-kroki
+PORTVERSION=	0.2.2
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Asciidoctor convert diagrams to images extension
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-asciidoctor-kroki/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-asciidoctor-kroki/distinfo	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608583771
+SHA256 (rubygem/asciidoctor-kroki-0.2.2.gem) = a57e2a852255c8c33ad43c79e43969ccd11d9226c3316bb910c1a52ffa01cc83
+SIZE (rubygem/asciidoctor-kroki-0.2.2.gem) = 10752

Added: head/textproc/rubygem-asciidoctor-kroki/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-asciidoctor-kroki/pkg-descr	Mon Dec 21 23:23:49 2020	(r558867)
@@ -0,0 +1,3 @@
+An extension for Asciidoctor to convert diagrams to images using https://kroki.io.
+
+WWW: https://github.com/Mogztter/asciidoctor-kroki



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