summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-05-22 20:20:34 +0000
committerSimon Barner <barner@FreeBSD.org>2005-05-22 20:20:34 +0000
commit5524fb7ce2ad2611d2eb5fa8f2b27b733783c49e (patch)
tree603164560876de489fc0aa027fea0a4e039a572a /net
parentFix the handling of man pages on systems with an old version of Perl, once (diff)
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>
Notes
Notes: svn path=/head/; revision=135882
Diffstat (limited to 'net')
-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/