New ports required for gitlab-ce 12.0.x.
This commit is contained in:
parent
68358fcd4e
commit
e4e6bcc302
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506115
@ -73,6 +73,7 @@
|
||||
SUBDIR += ramspeed
|
||||
SUBDIR += randomio
|
||||
SUBDIR += rubygem-benchmark-ips
|
||||
SUBDIR += rubygem-benchmark-memory
|
||||
SUBDIR += rubygem-railsbench
|
||||
SUBDIR += scimark2
|
||||
SUBDIR += scimark2c
|
||||
|
22
benchmarks/rubygem-benchmark-memory/Makefile
Normal file
22
benchmarks/rubygem-benchmark-memory/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= benchmark-memory
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= benchmarks rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Benchmark-style memory profiling for Ruby 2.1+
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-memory_profiler>=0.9:devel/rubygem-memory_profiler
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
benchmarks/rubygem-benchmark-memory/distinfo
Normal file
3
benchmarks/rubygem-benchmark-memory/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1561192587
|
||||
SHA256 (rubygem/benchmark-memory-0.1.2.gem) = aa7bfe6776174d0ddefe6fb39945d88fff6d76eac165690188391d9acd441c87
|
||||
SIZE (rubygem/benchmark-memory-0.1.2.gem) = 16384
|
3
benchmarks/rubygem-benchmark-memory/pkg-descr
Normal file
3
benchmarks/rubygem-benchmark-memory/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Benchmark-style memory profiling for Ruby 2.1+.
|
||||
|
||||
WWW: https://github.com/michaelherold/benchmark-memory
|
@ -888,6 +888,7 @@
|
||||
SUBDIR += rubygem-activemodel4
|
||||
SUBDIR += rubygem-activemodel5
|
||||
SUBDIR += rubygem-activemodel50
|
||||
SUBDIR += rubygem-activerecord-explain-analyze
|
||||
SUBDIR += rubygem-activerecord-import
|
||||
SUBDIR += rubygem-activerecord-jdbc-adapter
|
||||
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
|
||||
|
22
databases/rubygem-activerecord-explain-analyze/Makefile
Normal file
22
databases/rubygem-activerecord-explain-analyze/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= activerecord-explain-analyze
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Extends ActiveRecord#explain with additinal features
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord5>=4:databases/rubygem-activerecord5 \
|
||||
rubygem-pg>=0:databases/rubygem-pg
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-activerecord-explain-analyze/distinfo
Normal file
3
databases/rubygem-activerecord-explain-analyze/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1561193100
|
||||
SHA256 (rubygem/activerecord-explain-analyze-0.1.0.gem) = 5debb11fe23f35b91953a80677d80ba9284ee737fd9d148c1d7603ce45217f7b
|
||||
SIZE (rubygem/activerecord-explain-analyze-0.1.0.gem) = 8192
|
5
databases/rubygem-activerecord-explain-analyze/pkg-descr
Normal file
5
databases/rubygem-activerecord-explain-analyze/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Extends ActiveRecord#explain with support for EXPLAIN ANALYZE
|
||||
and output formats of JSON, XML, and YAML.
|
||||
It currently supports ActiveRecord 4 and 5, and PostgreSQL only.
|
||||
|
||||
WWW: https://github.com/6/activerecord-explain-analyze
|
Loading…
Reference in New Issue
Block a user