Permalink
| @@ -0,0 +1,26 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
|
|
||
| name bwping | ||
| version 1.12 | ||
| categories net | ||
| platforms darwin | ||
| maintainers {@oleg-derevenetz gmail.com:oleg.derevenetz} openmaintainer | ||
| license BSD | ||
|
|
||
| description Tool to measure bandwidth and RTT between two hosts using ICMP | ||
| long_description A tool to measure bandwidth and response times between two \ | ||
| hosts using Internet Control Message Protocol (ICMP) echo \ | ||
| request/echo reply mechanism. | ||
|
|
||
| homepage https://bwping.sourceforge.io/ | ||
|
|
||
| master_sites sourceforge | ||
|
|
||
| checksums md5 24645a3c60e63ad48369c9e90eb11e3d \ | ||
| rmd160 cf4d8433384819f193568b7f186f3a6667352510 \ | ||
| sha256 79f84a7e7dc787931de578fe5fe53c17daa9cb009f25f0eb198db2504b48e054 \ | ||
| size 103462 | ||
|
|
||
| configure.args --mandir=${prefix}/share/man/ |