diff options
author | grant <grant@pkgsrc.org> | 2003-08-27 07:36:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-27 07:36:47 +0000 |
commit | 88a8748f5b0baba5033b7333d013d2242c2ede98 (patch) | |
tree | c38ddae56b97617c5a5369d0607c3007adcccd78 /net/lft | |
parent | 53001478f3c9be6f8a09f55c9ed09c259a67ad23 (diff) | |
download | pkgsrc-88a8748f5b0baba5033b7333d013d2242c2ede98.tar.gz |
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.
Diffstat (limited to 'net/lft')
-rw-r--r-- | net/lft/DESCR | 5 | ||||
-rw-r--r-- | net/lft/Makefile | 17 | ||||
-rw-r--r-- | net/lft/PLIST | 3 | ||||
-rw-r--r-- | net/lft/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
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 |