From 14af94e05876cdb2d5bbdc54b9c8df9dd6517370 Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 27 Aug 2003 07:36:47 +0000 Subject: Initial import of LFT 2.2 into The NetBSD Packages Collection. 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. package suggested by lukem. --- net/lft/DESCR | 5 +++++ net/lft/Makefile | 17 +++++++++++++++++ net/lft/PLIST | 3 +++ net/lft/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 net/lft/DESCR create mode 100644 net/lft/Makefile create mode 100644 net/lft/PLIST create mode 100644 net/lft/distinfo (limited to 'net/lft') diff --git a/net/lft/DESCR b/net/lft/DESCR new file mode 100644 index 00000000000..cb0f31bfdba --- /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 00000000000..d905fa63561 --- /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 00000000000..9a471f6a51d --- /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 00000000000..3b5f31fe76f --- /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 -- cgit v1.2.3