aboutsummaryrefslogtreecommitdiff
path: root/net/scamper
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/scamper
parent2c4ec331f79601bda2d58c2b2b746438fcf893c9 (diff)
downloadports-5524fb7ce2ad2611d2eb5fa8f2b27b733783c49e.tar.gz
ports-5524fb7ce2ad2611d2eb5fa8f2b27b733783c49e.zip
Notes
Diffstat (limited to 'net/scamper')
-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
4 files changed, 35 insertions, 0 deletions
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/