Files
2025-07-08 11:03:08 +10:00

38 lines
1.6 KiB
Tcl

# -*- 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 github 1.0
github.setup traviscross mtr 0.96 v
github.tarball_from archive
categories net
license GPL-2
maintainers nomaintainer
description traceroute and ping in a single tool
long_description mtr combines the functionality of the 'traceroute' \
and 'ping' programs in a single network diagnostic \
tool. As mtr starts, it investigates the network \
connection between the host mtr runs on and \
a user-specified destination host. After it \
determines the address of each network hop between \
the machines, it sends a sequence ICMP ECHO \
requests to each one to determine the quality of \
the link to each machine. As it does this, it \
prints running statistics about each machine.
homepage https://www.bitwizard.nl/mtr/
depends_build path:bin/pkg-config:pkgconfig
depends_lib port:ncurses \
port:jansson
checksums rmd160 ae0d56c4c2529801f11f682cc74e3bcc59b7fcca \
sha256 73e6aef3fb6c8b482acb5b5e2b8fa7794045c4f2420276f035ce76c5beae632d
# No configure script in repo, no release tarballs
use_autoreconf yes
configure.args --without-gtk \
--with-jansson \
--disable-silent-rules