pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/lft Initial import of LFT 2.2 into The NetBSD Pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c32ad9c9661c
branches:  trunk
changeset: 460280:c32ad9c9661c
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Aug 27 07:36:47 2003 +0000

description:
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:

 net/lft/DESCR    |   5 +++++
 net/lft/Makefile |  17 +++++++++++++++++
 net/lft/PLIST    |   3 +++
 net/lft/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r ab94b8cca54a -r c32ad9c9661c net/lft/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lft/DESCR     Wed Aug 27 07:36:47 2003 +0000
@@ -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 -r ab94b8cca54a -r c32ad9c9661c net/lft/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lft/Makefile  Wed Aug 27 07:36:47 2003 +0000
@@ -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@localhost
+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 -r ab94b8cca54a -r c32ad9c9661c net/lft/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lft/PLIST     Wed Aug 27 07:36:47 2003 +0000
@@ -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 -r ab94b8cca54a -r c32ad9c9661c net/lft/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lft/distinfo  Wed Aug 27 07:36:47 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index