You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
804 B
Tcl
25 lines
804 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-gprof2dot
|
|
version 2022.7.29
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license LGPL-3+
|
|
maintainers nomaintainer
|
|
|
|
description Generate a dot graph from the output of several profilers.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jrfonseca/gprof2dot
|
|
|
|
checksums rmd160 750cf139cf30c6030e5cde4f479a0ccb8f289dde \
|
|
sha256 45b4d298bd36608fccf9511c3fd88a773f7a1abc04d6cd39445b11ba43133ec5 \
|
|
size 33948
|
|
|
|
python.versions 310 311
|