Index: head/benchmarks/flamegraph/Makefile =================================================================== --- head/benchmarks/flamegraph/Makefile (revision 448647) +++ head/benchmarks/flamegraph/Makefile (revision 448648) @@ -1,53 +1,54 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= flamegraph -PORTVERSION= g20170308 +PORTVERSION= g20170824 PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= jmd@FreeBSD.org COMMENT= Stack trace visualizer LICENSE= CDDL LICENSE_FILE= ${WRKSRC}/docs/cddl1.txt BUILD_DEPENDS= bash>=0:shells/bash RUN_DEPENDS= bash>=0:shells/bash USE_GITHUB= yes GH_ACCOUNT= brendangregg GH_PROJECT= FlameGraph -GH_TAGNAME= 74764af +GH_TAGNAME= a8d807a USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= *.pl *.sh SOURCE_FILES= aix-perf.pl \ difffolded.pl \ files.pl \ flamegraph.pl \ - pkgsplit-perf.sh \ + pkgsplit-perf.pl \ range-perf.pl \ stackcollapse-aix.pl \ stackcollapse-elfutils.pl \ stackcollapse-gdb.pl \ stackcollapse-go.pl \ stackcollapse-instruments.pl \ stackcollapse-jstack.pl \ stackcollapse-ljp.awk \ stackcollapse-perf.pl \ stackcollapse-pmc.pl \ stackcollapse-recursive.pl \ stackcollapse-stap.pl \ + stackcollapse-vsprof.pl \ stackcollapse-vtune.pl \ stackcollapse.pl do-install: .for FILE in ${SOURCE_FILES} ${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE} .endfor .include Index: head/benchmarks/flamegraph/distinfo =================================================================== --- head/benchmarks/flamegraph/distinfo (revision 448647) +++ head/benchmarks/flamegraph/distinfo (revision 448648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491067519 -SHA256 (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = f9b45d8df7e606749d86f86a7d83be63796aba42499362f20f8dcebfd2058cc4 -SIZE (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = 960356 +TIMESTAMP = 1503550520 +SHA256 (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = e2ca156cfb4511a84adb17bf00e49e52b3db924de4c4bf7a18b8ab8d3f24035f +SIZE (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = 1050056 Index: head/benchmarks/flamegraph/pkg-plist =================================================================== --- head/benchmarks/flamegraph/pkg-plist (revision 448647) +++ head/benchmarks/flamegraph/pkg-plist (revision 448648) @@ -1,19 +1,20 @@ bin/aix-perf.pl bin/difffolded.pl bin/files.pl bin/flamegraph.pl -bin/pkgsplit-perf.sh +bin/pkgsplit-perf.pl bin/range-perf.pl bin/stackcollapse-aix.pl bin/stackcollapse-elfutils.pl bin/stackcollapse-gdb.pl bin/stackcollapse-go.pl bin/stackcollapse-instruments.pl bin/stackcollapse-jstack.pl bin/stackcollapse-ljp.awk bin/stackcollapse-perf.pl bin/stackcollapse-pmc.pl bin/stackcollapse-recursive.pl bin/stackcollapse-stap.pl +bin/stackcollapse-vsprof.pl bin/stackcollapse-vtune.pl bin/stackcollapse.pl