1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup kde4 1.1 |
---|
5 | |
---|
6 | name massif-visualizer |
---|
7 | version 0.2 |
---|
8 | categories kde kde4 |
---|
9 | maintainers nomaintainer |
---|
10 | |
---|
11 | description Massif Visualizer is a tool to visual valgrind Massif data. |
---|
12 | long_description Massif Visualizer is a tool that visualizes massif data. \ |
---|
13 | You run your application in Valgrind with --tool=massif and \ |
---|
14 | then open the generated massif.out.%pid in the visualizer. \ |
---|
15 | Gzip or Bzip2 compressed massif files can also be opened \ |
---|
16 | transparently. |
---|
17 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | homepage https://projects.kde.org/projects/playground/sdk/massif-visualizer |
---|
21 | |
---|
22 | fetch.type git |
---|
23 | git.url git://git.kde.org/massif-visualizer |
---|
24 | git.branch v0.2 |
---|
25 | |
---|
26 | depends_lib-append port:kdelibs4 \ |
---|
27 | port:kgraphviewer \ |
---|
28 | port:graphviz \ |
---|
29 | port:kdebase4-runtime |
---|