Ticket #50575: Portfile

File Portfile, 1.2 KB (added by Schamschula (Marius Schamschula), 8 years ago)
Line 
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# $Id$
3
4PortSystem          1.0
5
6name                ganglia-web
7version             3.7.1
8categories          net
9license             BSD
10maintainers         gmail.com:mschamschula openmaintainer
11description         Web front end for Ganglia.
12long_description    Web front end for the Ganglia monitoring system for \
13                    high-performance computing systems such as clusters and Grids.
14platforms           darwin
15homepage            http://ganglia.info/
16master_sites        sourceforge:project/ganglia/${name}/${version}
17
18checksums           rmd160  b0693c44bbdc4b32b095957c1ccf4735b7941119 \
19                    sha256  06669a3c81ef977c68186c5db88b9322015ea29775df474aea478e2c7777a593
20
21depends_lib         port:ganglia
22
23depends_run         path:sbin/httpd:apache2
24
25patchfiles          patch-Makefile.diff
26
27post-patch {
28    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile
29}
30
31use_configure       no
32
33build {}
34
35livecheck.type      regex
36livecheck.url       http://ganglia.info/?page_id=66
37livecheck.regex     "ganglia-web/\">(\[\\d.\]+)"