Commits
Oleg Derevenetz authored and Chris Jones committed 923574bf7b1
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 | |
5 5 | name bwping |
6 - | version 1.14 |
6 + | version 1.15 |
7 7 | categories net |
8 8 | platforms darwin |
9 9 | maintainers {@oleg-derevenetz gmail.com:oleg.derevenetz} openmaintainer |
10 10 | license BSD |
11 11 | |
12 12 | description Tool to measure bandwidth and RTT between two hosts using ICMP |
13 13 | long_description A tool to measure bandwidth and response times between two \ |
14 14 | hosts using Internet Control Message Protocol (ICMP) echo \ |
15 15 | request/echo reply mechanism. |
16 16 | |
17 17 | homepage https://bwping.sourceforge.io/ |
18 18 | |
19 19 | master_sites sourceforge |
20 20 | |
21 - | checksums md5 b553922412675885ace96faae8332634 \ |
22 - | rmd160 668054d9da5de0b6216182b9b3dfa0e8aa5d0e56 \ |
23 - | sha256 527d20a7e36e274c21697e8292ef222b00b2bd318dc095519a1fbb530cce1ad6 \ |
24 - | size 104555 |
21 + | checksums md5 129426785a760c86ed6f91086a456859 \ |
22 + | rmd160 e0b568adf9b047717a5900ce96e049236c5457e5 \ |
23 + | sha256 ed40b5f56da61830734f1a1aa967ad7fd9f7b3a2e688ca9ff2d509156c14b37d \ |
24 + | size 104234 |
25 25 | |
26 26 | configure.args --mandir=${prefix}/share/man/ |