mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
New ports required for gitlab-ce 12.1 upgrade.
This commit is contained in:
parent
df849d12d8
commit
c6d3cd256e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507466
@ -74,6 +74,7 @@
|
||||
SUBDIR += randomio
|
||||
SUBDIR += rubygem-benchmark-ips
|
||||
SUBDIR += rubygem-benchmark-memory
|
||||
SUBDIR += rubygem-derailed_benchmarks
|
||||
SUBDIR += rubygem-railsbench
|
||||
SUBDIR += scimark2
|
||||
SUBDIR += scimark2c
|
||||
|
29
benchmarks/rubygem-derailed_benchmarks/Makefile
Normal file
29
benchmarks/rubygem-derailed_benchmarks/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= derailed_benchmarks
|
||||
PORTVERSION= 1.3.6
|
||||
CATEGORIES= benchmarks rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Benchmarks for your whole Rails app
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-benchmark-ips>=2.0.0:benchmarks/rubygem-benchmark-ips \
|
||||
rubygem-get_process_mem>=0:devel/rubygem-get_process_mem \
|
||||
rubygem-heapy>=0:devel/rubygem-heapy \
|
||||
rubygem-memory_profiler>=0:devel/rubygem-memory_profiler \
|
||||
rubygem-rack>=1:www/rubygem-rack \
|
||||
rubygem-rake>=10:devel/rubygem-rake \
|
||||
rubygem-thor>=0.19:devel/rubygem-thor
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/derailed
|
||||
|
||||
.include <bsd.port.mk>
|
3
benchmarks/rubygem-derailed_benchmarks/distinfo
Normal file
3
benchmarks/rubygem-derailed_benchmarks/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1564248323
|
||||
SHA256 (rubygem/derailed_benchmarks-1.3.6.gem) = 319850ba0df81bd4e2919a4e64f72619c4c8903c30f27a9911b1b7deccaf5967
|
||||
SIZE (rubygem/derailed_benchmarks-1.3.6.gem) = 100864
|
3
benchmarks/rubygem-derailed_benchmarks/pkg-descr
Normal file
3
benchmarks/rubygem-derailed_benchmarks/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Go faster, off the Rails - Benchmarks for your whole Rails app.
|
||||
|
||||
WWW: https://github.com/schneems/derailed_benchmarks
|
@ -5616,6 +5616,7 @@
|
||||
SUBDIR += rubygem-hashie2
|
||||
SUBDIR += rubygem-health_check
|
||||
SUBDIR += rubygem-health_check26-rails5
|
||||
SUBDIR += rubygem-heapy
|
||||
SUBDIR += rubygem-highline
|
||||
SUBDIR += rubygem-hike
|
||||
SUBDIR += rubygem-hike1
|
||||
|
21
devel/rubygem-heapy/Makefile
Normal file
21
devel/rubygem-heapy/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= heapy
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= CLI for analyzing Ruby Heap dumps
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/heapy
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-heapy/distinfo
Normal file
3
devel/rubygem-heapy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1564248530
|
||||
SHA256 (rubygem/heapy-0.1.4.gem) = 1c86098fa16dfebdb755d9dee49c7ed56d23658c546f3ea7eeeac9771d1a2ee5
|
||||
SIZE (rubygem/heapy-0.1.4.gem) = 14848
|
3
devel/rubygem-heapy/pkg-descr
Normal file
3
devel/rubygem-heapy/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A CLI for analyzing Ruby Heap dumps.
|
||||
|
||||
WWW: https://github.com/schneems/heapy
|
Loading…
Reference in New Issue
Block a user