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.
This commit is contained in:
grant 2003-08-27 07:36:47 +00:00
parent 53001478f3
commit 88a8748f5b
4 changed files with 29 additions and 0 deletions

5
net/lft/DESCR Normal file
View file

@ -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.

17
net/lft/Makefile Normal file
View file

@ -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"

3
net/lft/PLIST Normal file
View file

@ -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

4
net/lft/distinfo Normal file
View file

@ -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