aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-18 20:29:40 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-18 20:29:40 +0000
commit3ec8f18dc56fd9084144cd5a868ae560ef32134c (patch)
tree2fec5c6015efa251a911c97ba142ea4fafa8069f /net-mgmt
parent0b5f617c6acb61d2fd467acbaa4c0c4bbe0b4513 (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/scamper/Makefile24
-rw-r--r--net-mgmt/scamper/distinfo3
-rw-r--r--net-mgmt/scamper/pkg-descr11
4 files changed, 0 insertions, 39 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 927cbf387290..e11604454b73 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -171,7 +171,6 @@
SUBDIR += rotorouter
SUBDIR += rubygem-snmp
SUBDIR += satellite
- SUBDIR += scamper
SUBDIR += scdp
SUBDIR += scli
SUBDIR += scotty3
diff --git a/net-mgmt/scamper/Makefile b/net-mgmt/scamper/Makefile
deleted file mode 100644
index 21f53eadba28..000000000000
--- a/net-mgmt/scamper/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: scamper
-# Date created: 17 July 2006
-# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scamper
-PORTVERSION= 20060331
-CATEGORIES= net-mgmt ipv6
-MASTER_SITES= http://www.wand.net.nz/scamper/
-DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
-
-MAINTAINER= janos.mohacsi@bsd.hu
-COMMENT= Dual-stack traceroute software
-
-MAKE_ENV+= WITH_DEBUG=yes # recommended by the the software developer
-
-PLIST_FILES= bin/scamper
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/scamper ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/scamper/distinfo b/net-mgmt/scamper/distinfo
deleted file mode 100644
index b74e138d3e59..000000000000
--- a/net-mgmt/scamper/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (scamper-cvs-20060331.tar.gz) = c2505d305e6bbc3d6b2de19307e19298
-SHA256 (scamper-cvs-20060331.tar.gz) = 2aafa5fceeda364798c114506c8419856c4b030536b20cfc4ea43f1c5386536b
-SIZE (scamper-cvs-20060331.tar.gz) = 157238
diff --git a/net-mgmt/scamper/pkg-descr b/net-mgmt/scamper/pkg-descr
deleted file mode 100644
index d60d0bb289d8..000000000000
--- a/net-mgmt/scamper/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-scamper is a program that conducts traceroute to large numbers of IPv4
-and IPv6 addresses in parallel to fill a specified packets-per-second rate.
-
-scamper can do ICMP based Path MTU discovery. scamper starts with the
-outgoing interface's MTU and discovers the location of PMTU bottlenecks.
-Recent revision of scamper do a PMTU search when an ICMP fragmentation
-required message is not returned to establish the PMTU to the next point
-in the network, followed by a TTL limited search to infer the hop
-where failure appears to occur.
-
-- Janos Mohacsi