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