Skip to content

Commit

Permalink
scamper: Update to 20241112
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKeto committed Dec 10, 2024
1 parent 058ad6a commit 0c45515
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions net/scamper/Portfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# -*- 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
PortGroup openssl 1.0

name scamper
version cvs-20130824
version 20241112
revision 0
categories net
platforms darwin
license GPL-2
maintainers gmail.com:henkpoley \
luckie.org.nz:mjl
maintainers {@matthewluckie luckie.org.nz:mjl} openmaintainer

description Conduct Internet measurements
long_description scamper is a program that is able to conduct Internet \
long_description ${name} is a program that is able to conduct Internet \
measurement tasks to large numbers of IPv4 and IPv6 \
addresses, in parallel, to fill a specified \
packets-per-second rate. Currently, it supports the \
well-known ping and traceroute techniques, as well as \
radargun, ally, mercator, sting, and parts of tbit.
homepage http://www.caida.org/tools/measurement/scamper/
master_sites http://www.caida.org/tools/measurement/scamper/code/
checksums rmd160 f4caeae59f93d3b33e1773c00579f6ee5cce69a9 \
sha256 ec586382cfe80e2b8716d26a8794173153ef528b9080aa4682d5c6898a80a7b0

homepage https://www.caida.org/catalog/software/scamper
master_sites ${homepage}/code/

checksums rmd160 33ac1338a8e4c7540ff5270a070e085733b81064 \
sha256 80fe8339b86bbfbf45c80c2a34fe55b92008588af3e541c34ce364ae27de7edc \
size 2973993

distname ${name}-cvs-${version}

depends_lib-append path:lib/liblzma.dylib:xz \
path:lib/libbz2.dylib:bzip2

0 comments on commit 0c45515

Please sign in to comment.