1 | --- Portfile.orig 2020-11-17 12:41:02 |
---|
2 | +++ Portfile 2024-08-14 20:47:03 |
---|
3 | @@ -3,20 +3,22 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name scamper |
---|
7 | -version cvs-20130824 |
---|
8 | +version cvs-20240813 |
---|
9 | categories net |
---|
10 | platforms darwin |
---|
11 | license GPL-2 |
---|
12 | maintainers gmail.com:henkpoley \ |
---|
13 | luckie.org.nz:mjl |
---|
14 | description Conduct Internet measurements |
---|
15 | -long_description scamper is a program that is able to conduct Internet \ |
---|
16 | - measurement tasks to large numbers of IPv4 and IPv6 \ |
---|
17 | - addresses, in parallel, to fill a specified \ |
---|
18 | - packets-per-second rate. Currently, it supports the \ |
---|
19 | - well-known ping and traceroute techniques, as well as \ |
---|
20 | - radargun, ally, mercator, sting, and parts of tbit. |
---|
21 | -homepage http://www.caida.org/tools/measurement/scamper/ |
---|
22 | -master_sites http://www.caida.org/tools/measurement/scamper/code/ |
---|
23 | -checksums rmd160 f4caeae59f93d3b33e1773c00579f6ee5cce69a9 \ |
---|
24 | - sha256 ec586382cfe80e2b8716d26a8794173153ef528b9080aa4682d5c6898a80a7b0 |
---|
25 | +long_description scamper is a feature-rich tool that actively probes \ |
---|
26 | + the Internet in order to analyze topology and \ |
---|
27 | + performance. Scamper supports both IPv6 and IPv4 \ |
---|
28 | + probing, the well-known ping and traceroute techniques, \ |
---|
29 | + as well as MDA traceroute, Radargun, Ally, Mercator, \ |
---|
30 | + Sting, Speedtrap, DNS probes, UDP probes, HTTP, parts \ |
---|
31 | + of tbit, and two measurement primitives to support MIDAR. |
---|
32 | +homepage https://www.caida.org/catalog/software/scamper/ |
---|
33 | +master_sites https://www.caida.org/catalog/software/scamper/code/ |
---|
34 | +checksums rmd160 e573ffced1d9894e6f2c4a70b2588432047c5de7 \ |
---|
35 | + sha256 1f45921be2c68be4533c74d4a8ca45a61fc936fe59effd771f85af3c6c0ab3dd \ |
---|
36 | + size 2927067 |
---|