New port required for gitlab-ce 12.8.
This commit is contained in:
parent
62c2185f06
commit
07b8dcb9a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527066
4 changed files with 33 additions and 0 deletions
|
@ -6336,6 +6336,7 @@
|
|||
SUBDIR += rubygem-sprockets2
|
||||
SUBDIR += rubygem-sprockets3
|
||||
SUBDIR += rubygem-spruz
|
||||
SUBDIR += rubygem-stackprof
|
||||
SUBDIR += rubygem-state_machine
|
||||
SUBDIR += rubygem-state_machines
|
||||
SUBDIR += rubygem-statsd
|
||||
|
|
25
devel/rubygem-stackprof/Makefile
Normal file
25
devel/rubygem-stackprof/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stackprof
|
||||
PORTVERSION= 0.2.15
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Fast sampling profiler for ruby code
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem python shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
SHEBANG_FILES= vendor/gprof2dot/gprof2dot.py \
|
||||
vendor/gprof2dot/hotshotmain.py \
|
||||
vendor/FlameGraph/flamegraph.pl
|
||||
|
||||
PLIST_FILES= bin/stackprof \
|
||||
bin/stackprof-flamegraph.pl \
|
||||
bin/stackprof-gprof2dot.py
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-stackprof/distinfo
Normal file
3
devel/rubygem-stackprof/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1582612281
|
||||
SHA256 (rubygem/stackprof-0.2.15.gem) = 0d3fa5078032c0e48df851e5c2c9b65aa62f766b48d87a2bb738e426b5fa5fbc
|
||||
SIZE (rubygem/stackprof-0.2.15.gem) = 63488
|
4
devel/rubygem-stackprof/pkg-descr
Normal file
4
devel/rubygem-stackprof/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Stackprof is a fast sampling profiler for ruby code, with cpu,
|
||||
wallclock and object allocation samplers.
|
||||
|
||||
WWW: http://github.com/tmm1/stackprof
|
Loading…
Reference in a new issue