aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2005-05-23 04:20:34 +0800
committerbarner <barner@FreeBSD.org>2005-05-23 04:20:34 +0800
commit3da98b90fd5a261098b94c827c9b9bc8d49d2a83 (patch)
tree06742dc6bf4802e035ff7740da6d6979921bea44
parent0e722e55e51b3a1e0b70c146e79eb6b2b42c3de1 (diff)
downloadfreebsd-ports-gnome-3da98b90fd5a261098b94c827c9b9bc8d49d2a83.tar.gz
freebsd-ports-gnome-3da98b90fd5a261098b94c827c9b9bc8d49d2a83.tar.zst
freebsd-ports-gnome-3da98b90fd5a261098b94c827c9b9bc8d49d2a83.zip
Add scamper 20050516,
tool for IPv4 and IPv6 traceroute with path MTU discovery. The submitter agreed, that the original author of scamper (Matthew Luckie <mjl@luckie.org.nz>) will be the port maintainer. Matthew recommended using a more recent snapshot of the software than the version used in the PR. PR: 81186 Submitted by: Dikshie <dikshie@lapi.itb.ac.id>
-rw-r--r--net/Makefile1
-rw-r--r--net/scamper/Makefile19
-rw-r--r--net/scamper/distinfo2
-rw-r--r--net/scamper/files/patch-Makefile8
-rw-r--r--net/scamper/pkg-descr6
5 files changed, 36 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index b17ecda8bdff..61d3f219debe 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -715,6 +715,7 @@
SUBDIR += sambasentinel
SUBDIR += samplicator
SUBDIR += sbd
+ SUBDIR += scamper
SUBDIR += scand
SUBDIR += scr_ipfm
SUBDIR += sdl_net
diff --git a/net/scamper/Makefile b/net/scamper/Makefile
new file mode 100644
index 000000000000..b86cc8d9a7d9
--- /dev/null
+++ b/net/scamper/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: scamper
+# Date created: 18 Mey 2005
+# Whom: dikshie
+#
+# $FreeBSD$
+#
+
+PORTNAME= scamper
+PORTVERSION= 20050516
+CATEGORIES= net ipv6
+MASTER_SITES= http://www.wand.net.nz/scamper/
+DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
+
+MAINTAINER= mjl@luckie.org.nz
+COMMENT= Tool for IPv4 and IPv6 traceroute with path MTU discovery
+
+PLIST_FILES= bin/scamper
+
+.include <bsd.port.mk>
diff --git a/net/scamper/distinfo b/net/scamper/distinfo
new file mode 100644
index 000000000000..45e9da7906a3
--- /dev/null
+++ b/net/scamper/distinfo
@@ -0,0 +1,2 @@
+MD5 (scamper-cvs-20050516.tar.gz) = 8ec48358d249d2cbef41b0dca3a8206a
+SIZE (scamper-cvs-20050516.tar.gz) = 145721
diff --git a/net/scamper/files/patch-Makefile b/net/scamper/files/patch-Makefile
new file mode 100644
index 000000000000..22287e8eb83a
--- /dev/null
+++ b/net/scamper/files/patch-Makefile
@@ -0,0 +1,8 @@
+--- Makefile.orig Thu May 19 12:13:23 2005
++++ Makefile Thu May 19 12:13:55 2005
+@@ -51,4 +51,4 @@
+ libscamperfile.a
+
+ install: scamper
+- install -m 4755 -o root scamper /usr/local/bin
++ install -m 4755 -o root scamper ${PREFIX}/bin
diff --git a/net/scamper/pkg-descr b/net/scamper/pkg-descr
new file mode 100644
index 000000000000..8f103a3dcc73
--- /dev/null
+++ b/net/scamper/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://www.wand.net.nz/scamper/