Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2019 09:45:05 +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: r506119 - in head: devel devel/rubygem-memory_profiler textproc textproc/rubygem-asciidoctor-include-ext
Message-ID:  <201907070945.x679j5so094075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Jul  7 09:45:05 2019
New Revision: 506119
URL: https://svnweb.freebsd.org/changeset/ports/506119

Log:
  New ports required for gitlab-ce 12.0.x upgrade.

Added:
  head/devel/rubygem-memory_profiler/
  head/devel/rubygem-memory_profiler/Makefile   (contents, props changed)
  head/devel/rubygem-memory_profiler/distinfo   (contents, props changed)
  head/devel/rubygem-memory_profiler/pkg-descr   (contents, props changed)
  head/textproc/rubygem-asciidoctor-include-ext/
  head/textproc/rubygem-asciidoctor-include-ext/Makefile   (contents, props changed)
  head/textproc/rubygem-asciidoctor-include-ext/distinfo   (contents, props changed)
  head/textproc/rubygem-asciidoctor-include-ext/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile
  head/textproc/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jul  7 09:39:52 2019	(r506118)
+++ head/devel/Makefile	Sun Jul  7 09:45:05 2019	(r506119)
@@ -5669,6 +5669,7 @@
     SUBDIR += rubygem-memoist
     SUBDIR += rubygem-memoizable
     SUBDIR += rubygem-memoize
+    SUBDIR += rubygem-memory_profiler
     SUBDIR += rubygem-mercenary
     SUBDIR += rubygem-message_bus
     SUBDIR += rubygem-metaclass

Added: head/devel/rubygem-memory_profiler/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-memory_profiler/Makefile	Sun Jul  7 09:45:05 2019	(r506119)
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	memory_profiler
+PORTVERSION=	0.9.13
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Memory profiling routines for Ruby 2.3+
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-memory_profiler/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-memory_profiler/distinfo	Sun Jul  7 09:45:05 2019	(r506119)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561192247
+SHA256 (rubygem/memory_profiler-0.9.13.gem) = bffb9db3a5d9b3be33c1ed9692a706a783e522ac2bcabcc2ac9afabfb23c71f6
+SIZE (rubygem/memory_profiler-0.9.13.gem) = 13824

Added: head/devel/rubygem-memory_profiler/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-memory_profiler/pkg-descr	Sun Jul  7 09:45:05 2019	(r506119)
@@ -0,0 +1,3 @@
+Memory profiling routines for Ruby 2.3+.
+
+WWW: https://rubygems.org/gems/memory_profiler

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jul  7 09:39:52 2019	(r506118)
+++ head/textproc/Makefile	Sun Jul  7 09:45:05 2019	(r506119)
@@ -1479,6 +1479,7 @@
     SUBDIR += rubygem-amatch
     SUBDIR += rubygem-asciidoctor
     SUBDIR += rubygem-asciidoctor-diagram
+    SUBDIR += rubygem-asciidoctor-include-ext
     SUBDIR += rubygem-asciidoctor-plantuml
     SUBDIR += rubygem-asciidoctor-plantuml008
     SUBDIR += rubygem-autoprefixer-rails

Added: head/textproc/rubygem-asciidoctor-include-ext/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-asciidoctor-include-ext/Makefile	Sun Jul  7 09:45:05 2019	(r506119)
@@ -0,0 +1,22 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	asciidoctor-include-ext
+PORTVERSION=	0.3.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Reimplementation of the Asciidoctor's built-in (pre)processor
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-asciidoctor>=1.5.6:textproc/rubygem-asciidoctor
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-asciidoctor-include-ext/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-asciidoctor-include-ext/distinfo	Sun Jul  7 09:45:05 2019	(r506119)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561191415
+SHA256 (rubygem/asciidoctor-include-ext-0.3.1.gem) = ede816e4b8a98fde5e19ec0ed4c62580e3ff4161da218ca147a9c130a0c38aaa
+SIZE (rubygem/asciidoctor-include-ext-0.3.1.gem) = 11264

Added: head/textproc/rubygem-asciidoctor-include-ext/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-asciidoctor-include-ext/pkg-descr	Sun Jul  7 09:45:05 2019	(r506119)
@@ -0,0 +1,8 @@
+This is a reimplementation of the Asciidoctor's built-in
+(pre)processor for the include::[] directive in extensible
+and more clean way. It provides the same features, but you
+can easily adjust it or extend for your needs. For example,
+you can change how it loads included files or add another
+ways how to select portions of the document to include.
+
+WWW: https://github.com/jirutka/asciidoctor-include-ext



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