1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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

This commit is contained in:
Matthias Fechner 2019-07-07 09:45:05 +00:00
parent 864307c6b5
commit f31d77437f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506119
8 changed files with 61 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1561192247
SHA256 (rubygem/memory_profiler-0.9.13.gem) = bffb9db3a5d9b3be33c1ed9692a706a783e522ac2bcabcc2ac9afabfb23c71f6
SIZE (rubygem/memory_profiler-0.9.13.gem) = 13824

View File

@ -0,0 +1,3 @@
Memory profiling routines for Ruby 2.3+.
WWW: https://rubygems.org/gems/memory_profiler

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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