diff --git a/net/lft/DESCR b/net/lft/DESCR new file mode 100644 index 000000000000..cb0f31bfdba6 --- /dev/null +++ b/net/lft/DESCR @@ -0,0 +1,5 @@ +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 packet-filter based firewalls. +More importantly, LFT implements numerous other features including AS +number lookups, loose source routing, netblock name lookups, et al. diff --git a/net/lft/Makefile b/net/lft/Makefile new file mode 100644 index 000000000000..d905fa635613 --- /dev/null +++ b/net/lft/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/27 07:36:47 grant Exp $ +# + +DISTNAME= lft-2.2 +CATEGORIES= net +MASTER_SITES= ${HOMEPAGE} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://mainnerve.com/lft/ +COMMENT= Layer four traceroute capable of tracing protocol paths + +USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined +GNU_CONFIGURE= # defined + +.include "../../net/libpcap/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/lft/PLIST b/net/lft/PLIST new file mode 100644 index 000000000000..9a471f6a51d3 --- /dev/null +++ b/net/lft/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/27 07:36:47 grant Exp $ +bin/lft +man/man8/lft.8 diff --git a/net/lft/distinfo b/net/lft/distinfo new file mode 100644 index 000000000000..3b5f31fe76f5 --- /dev/null +++ b/net/lft/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/27 07:36:47 grant Exp $ + +SHA1 (lft-2.2.tar.gz) = e475fbbe948c9097787fec8888b17029a43fc56b +Size (lft-2.2.tar.gz) = 105483 bytes