Commits
Frank Schima authored eea03993b96
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 rrdtool |
7 7 | version 1.7.1 |
8 8 | revision 0 |
9 9 | categories net |
10 10 | license GPL-2+ |
11 11 | platforms darwin |
12 - | maintainers {parvis.nl:github @pdvnl} openmaintainer |
12 + | maintainers nomaintainer |
13 13 | |
14 14 | description Round Robin Database |
15 15 | long_description RRDtool is a system to store and display time-series data |
16 16 | |
17 17 | homepage http://oss.oetiker.ch/rrdtool/ |
18 18 | master_sites ${homepage}pub/ |
19 19 | |
20 20 | checksums rmd160 5f304435be4e0391eab2de41a1c33bf86c64e0a6 \ |
21 21 | sha256 989b778eda6967aa5192c73abafe43e7b10e6100776971a7e79d249942781aae \ |
22 22 | size 2881346 |