Files
2025-12-25 10:47:42 -05:00

47 lines
1.5 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
name lft
version 3.93
categories net security
maintainers victor
description Layer Four Traceroute - advanced traceroute tool
long_description LFT, short for Layer Four Traceroute, is a \
sort of 'traceroute' that often works much \
faster (than the commonly-used Van Jacobson \
method) and goes through many configurations \
of firewalls. More importantly, LFT \
implements numerous other features including \
firewall detection and identification, load \
balancer detection, AS number lookups, \
loose source routing, netblock name lookups,\
et al. Also includes whob, a prefix whois client.
license Copyleft
homepage https://pwhois.org/lft/
master_sites https://pwhois.org/get/
checksums rmd160 0901164c7fdb65adbf4c247dd1d51299174559f1 \
sha256 132d74c1a8cf56023a16ddd39d10c89b4dfa0acdbd7c472e45ccc8521d8aaddd \
size 793141
depends_lib port:libpcap
configure.args --mandir=\\\${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix}
variant universal {
configure.args-append \
--enable-universal
}
variant gtod description {Use gettimeofday() instead of PCAP arrival time for latency metrics} {
configure.args-append \
--enable-gtod
}
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}