Date: Tue, 25 Feb 2020 06:55:09 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527066 - in head/devel: . rubygem-stackprof Message-ID: <202002250655.01P6t9QP051815@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Feb 25 06:55:09 2020 New Revision: 527066 URL: https://svnweb.freebsd.org/changeset/ports/527066 Log: New port required for gitlab-ce 12.8. Added: head/devel/rubygem-stackprof/ head/devel/rubygem-stackprof/Makefile (contents, props changed) head/devel/rubygem-stackprof/distinfo (contents, props changed) head/devel/rubygem-stackprof/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 25 06:37:48 2020 (r527065) +++ head/devel/Makefile Tue Feb 25 06:55:09 2020 (r527066) @@ -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 Added: head/devel/rubygem-stackprof/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-stackprof/Makefile Tue Feb 25 06:55:09 2020 (r527066) @@ -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> Added: head/devel/rubygem-stackprof/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-stackprof/distinfo Tue Feb 25 06:55:09 2020 (r527066) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582612281 +SHA256 (rubygem/stackprof-0.2.15.gem) = 0d3fa5078032c0e48df851e5c2c9b65aa62f766b48d87a2bb738e426b5fa5fbc +SIZE (rubygem/stackprof-0.2.15.gem) = 63488 Added: head/devel/rubygem-stackprof/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-stackprof/pkg-descr Tue Feb 25 06:55:09 2020 (r527066) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002250655.01P6t9QP051815>