Ticket #35745: Portfile.2

File Portfile.2, 1.3 KB (added by raimue (Rainer Müller), 11 years ago)

kcachegrind @0.7.4 (standalone)

Line 
1# $Id: Portfile 70012 2010-07-26 11:20:36Z simon@macports.org $
2
3PortSystem          1.0
4PortGroup           kde4 1.1
5
6name                kcachegrind
7version             0.7.4
8categories          devel
9# kdesdk4 also provides kcachegrind (#35745)
10conflicts           kdesdk4
11platforms           darwin
12maintainers         nomaintainer
13description         KCachegrind - Profiling Visualization
14long_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
19homepage            http://kcachegrind.sourceforge.net/
20master_sites        sourceforge
21
22checksums           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.
28post-patch {
29    file copy -force ${filespath}/hi32-app-kcachegrind.png ${worksrcpath}/kcachegrind/
30}
31
32livecheck.type  regex
33livecheck.url   http://kcachegrind.sourceforge.net/html/Download.html
34livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)