1 | # $Id: Portfile 70012 2010-07-26 11:20:36Z simon@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup kde4 1.1 |
---|
5 | |
---|
6 | name kcachegrind |
---|
7 | version 0.7.4 |
---|
8 | categories devel |
---|
9 | # kdesdk4 also provides kcachegrind (#35745) |
---|
10 | conflicts kdesdk4 |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | description KCachegrind - Profiling Visualization |
---|
14 | long_description KCachegrind visualizes traces generated by profiling, \ |
---|
15 | including a tree map and a call graph visualization of \ |
---|
16 | the calls happening. It's designed to be fast for very \ |
---|
17 | large programs like KDE applications. |
---|
18 | |
---|
19 | homepage http://kcachegrind.sourceforge.net/ |
---|
20 | master_sites sourceforge |
---|
21 | |
---|
22 | checksums md5 a0be465c0f4acfa08bedafb3963a3193 \ |
---|
23 | rmd160 a7d0ca0677e455720ad876e449cc7a003183d44d \ |
---|
24 | sha256 0bf6efb647d500bf09bbbab617d30a8a2a0a2cbf87fd1f2a1375d774c005b379 |
---|
25 | |
---|
26 | # The original icon is 32x30 which is not compatible with iconutil. |
---|
27 | # Replace it with a custom resized version with a 32x32 resolution. |
---|
28 | post-patch { |
---|
29 | file copy -force ${filespath}/hi32-app-kcachegrind.png ${worksrcpath}/kcachegrind/ |
---|
30 | } |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url http://kcachegrind.sourceforge.net/html/Download.html |
---|
34 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)+) |
---|