From owner-svn-ports-head@freebsd.org Tue Feb 25 06:55:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F5D8252DA5; Tue, 25 Feb 2020 06:55:10 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48RV7211kDz4RrX; Tue, 25 Feb 2020 06:55:10 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1998EA712; Tue, 25 Feb 2020 06:55:10 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01P6t9P9051818; Tue, 25 Feb 2020 06:55:09 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01P6t9QP051815; Tue, 25 Feb 2020 06:55:09 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202002250655.01P6t9QP051815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 25 Feb 2020 06:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527066 - in head/devel: . rubygem-stackprof X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: . rubygem-stackprof X-SVN-Commit-Revision: 527066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2020 06:55:10 -0000 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 +# $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 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