From owner-svn-ports-head@freebsd.org Sun Jul 7 09:45:07 2019 Return-Path: Delivered-To: svn-ports-head@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 C997A15E07E9; Sun, 7 Jul 2019 09:45:07 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69D77767C8; Sun, 7 Jul 2019 09:45:07 +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 5A4022726E; Sun, 7 Jul 2019 09:45:07 +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 x679j7A0094082; Sun, 7 Jul 2019 09:45:07 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x679j5so094075; Sun, 7 Jul 2019 09:45:05 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201907070945.x679j5so094075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sun, 7 Jul 2019 09:45:05 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: devel devel/rubygem-memory_profiler textproc textproc/rubygem-asciidoctor-include-ext X-SVN-Commit-Revision: 506119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 69D77767C8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.938,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:12874, ipnet:2000::/3, country:IT] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2019 09:45:08 -0000 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 +# $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 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 +# $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 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