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: Portfile 3240 2010-03-17 16:28:56Z uwaechte $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ganglia |
---|
7 | version 3.1.7 |
---|
8 | categories net |
---|
9 | maintainers uwaechte \ |
---|
10 | uni-osnabrueck.de:uwaechte |
---|
11 | description Ganglia monitoring client |
---|
12 | long_description Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. |
---|
13 | platforms darwin |
---|
14 | homepage http://ganglia.sf.net |
---|
15 | master_sites sourceforge:ganglia |
---|
16 | checksums md5 6aa5e2109c2cc8007a6def0799cf1b4c \ |
---|
17 | sha1 e234d64814af1c9f55f1cd039a5840039d175f85 \ |
---|
18 | rmd160 918d678ad234d477fc98427d96485a8111c64f06 |
---|
19 | |
---|
20 | depends_lib port:libconfuse \ |
---|
21 | port:apr \ |
---|
22 | port:pcre |
---|
23 | configure.args --without-gmetad \ |
---|
24 | --program-transform-name="s/gstat/ganglia-stat/" \ |
---|
25 | --mandir=${prefix}/share/man \ |
---|
26 | --sysconfdir=${prefix}/etc/ganglia |
---|
27 | patchfiles patch-libmetrics-darwin-metrics.c.diff |
---|
28 | startupitem.create yes |
---|
29 | startupitem.logfile /var/log/ganglia-monitor.log |
---|
30 | startupitem.logevents yes |
---|
31 | startupitem.executable ${prefix}/sbin/gmond -f |
---|
32 | post-destroot { |
---|
33 | xinstall -m 755 -d ${destroot}${prefix}/lib/ganglia/python_modules |
---|
34 | # ${destroot}${prefix}/sbin/gmond --default_config >${destroot}${prefix}/etc/ganglia/gmond.conf |
---|
35 | } |
---|