Commits
David B. Evans authored f1639c80f72
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | name munin |
7 7 | version 1.4.7 |
8 - | revision 6 |
8 + | revision 7 |
9 9 | license GPL-2 |
10 10 | categories net |
11 11 | maintainers nomaintainer |
12 12 | platforms darwin |
13 13 | description Extensible system monitoring tool |
14 14 | |
15 15 | long_description Munin the monitoring tool surveys all your computers \ |
16 16 | and remembers what it saw. It presents all the \ |
17 17 | information in graphs through a web interface. Its \ |
18 18 | emphasis is on plug and play capabilities. Using Munin \ |
24 24 | install the Munin server that gathers data from \ |
25 25 | existing nodes and generates graphs please enable the \ |
26 26 | server variant. |
27 27 | |
28 28 | homepage http://munin-monitoring.org/ |
29 29 | master_sites sourceforge:project/munin/munin%20stable/${version} |
30 30 | |
31 31 | checksums rmd160 b25c0a4d7d7613592757132290b7158228ea2a67 \ |
32 32 | sha256 9a87356b1f8662f444a7a2a86ff36809124ffe787c442de0ea35850194d602af |
33 33 | |
34 - | perl5.branches 5.26 |
34 + | perl5.branches 5.28 |
35 35 | |
36 36 | depends_lib port:perl${perl5.major} \ |
37 37 | port:p${perl5.major}-module-build \ |
38 38 | port:p${perl5.major}-net-server \ |
39 39 | port:p${perl5.major}-net-snmp \ |
40 40 | port:p${perl5.major}-net-ssleay |
41 41 | |
42 42 | # munindoc needs at least groff version 1.20.1 for good Unicode support. |
43 43 | |
44 44 | depends_run port:groff |