aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-19 19:01:57 +0800
committerwill <will@FreeBSD.org>2000-12-19 19:01:57 +0800
commit83c4daa0c404a5e6daf84309ac8d432858243da4 (patch)
treeade8eb68b554b714eafc98b8fa5ce4ee014719b7
parent4cb2b2421ebe6b7b79ed2d52bd809411857b1d1c (diff)
downloadfreebsd-ports-graphics-83c4daa0c404a5e6daf84309ac8d432858243da4.tar.gz
freebsd-ports-graphics-83c4daa0c404a5e6daf84309ac8d432858243da4.tar.zst
freebsd-ports-graphics-83c4daa0c404a5e6daf84309ac8d432858243da4.zip
Add sendip 1.3, a useful utility for testing various sockets behaviors.
This reminds me of W. Richard Stevens' sock(1) from his excellent UNIX Network Programming Volume 1 book. Well, not exactly, but.. PR: 23181 Submitted by: Joseph Scott <joseph@randomnetworks.com>
-rw-r--r--net-mgmt/sendip/Makefile19
-rw-r--r--net-mgmt/sendip/distinfo1
-rw-r--r--net-mgmt/sendip/pkg-comment1
-rw-r--r--net-mgmt/sendip/pkg-descr7
-rw-r--r--net-mgmt/sendip/pkg-plist1
-rw-r--r--net/Makefile1
-rw-r--r--net/sendip/Makefile19
-rw-r--r--net/sendip/distinfo1
-rw-r--r--net/sendip/pkg-comment1
-rw-r--r--net/sendip/pkg-descr7
-rw-r--r--net/sendip/pkg-plist1
11 files changed, 59 insertions, 0 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile
new file mode 100644
index 00000000000..53c22aa9c10
--- /dev/null
+++ b/net-mgmt/sendip/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: sendip
+# Date created: Wed 29 Nov 2000
+# Whom: joseph@randomnetworks.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= sendip
+PORTVERSION= 1.3
+CATEGORIES= net
+MASTER_SITES= http://www.earth.li/projectpurple/files/
+
+MAINTAINER= joseph@randomnetworks.com
+
+WRKSRC= ${WRKDIR}/sendip
+
+MAN1= sendip.1
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/sendip/distinfo b/net-mgmt/sendip/distinfo
new file mode 100644
index 00000000000..e3940c276be
--- /dev/null
+++ b/net-mgmt/sendip/distinfo
@@ -0,0 +1 @@
+MD5 (sendip-1.3.tar.gz) = b2d00d4b29225a6d0f8f391672ece64e
diff --git a/net-mgmt/sendip/pkg-comment b/net-mgmt/sendip/pkg-comment
new file mode 100644
index 00000000000..081223a8a93
--- /dev/null
+++ b/net-mgmt/sendip/pkg-comment
@@ -0,0 +1 @@
+SendIP is a commandline tool to allow sending arbitrary IP packets.
diff --git a/net-mgmt/sendip/pkg-descr b/net-mgmt/sendip/pkg-descr
new file mode 100644
index 00000000000..03b0c1211c7
--- /dev/null
+++ b/net-mgmt/sendip/pkg-descr
@@ -0,0 +1,7 @@
+SendIP has a large number of command line options to specify the content of
+every header of a RIP, TCP, UDP, ICMP or raw IPv4 and IPv6 packet. It also
+allows any data to be added to the packet. Checksums can be calculated
+automatically, but if you wish to send out wrong checksums, that is
+supported too.
+
+WWW: http://www.earth.li/projectpurple/progs/sendip.html
diff --git a/net-mgmt/sendip/pkg-plist b/net-mgmt/sendip/pkg-plist
new file mode 100644
index 00000000000..2bae76f4d56
--- /dev/null
+++ b/net-mgmt/sendip/pkg-plist
@@ -0,0 +1 @@
+bin/sendip
diff --git a/net/Makefile b/net/Makefile
index 19ed97a741d..9ccf8b2113e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -247,6 +247,7 @@
SUBDIR += scotty3
SUBDIR += sdl_net
SUBDIR += sendfile
+ SUBDIR += sendip
SUBDIR += sharity-light
SUBDIR += sing
SUBDIR += slirp
diff --git a/net/sendip/Makefile b/net/sendip/Makefile
new file mode 100644
index 00000000000..53c22aa9c10
--- /dev/null
+++ b/net/sendip/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: sendip
+# Date created: Wed 29 Nov 2000
+# Whom: joseph@randomnetworks.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= sendip
+PORTVERSION= 1.3
+CATEGORIES= net
+MASTER_SITES= http://www.earth.li/projectpurple/files/
+
+MAINTAINER= joseph@randomnetworks.com
+
+WRKSRC= ${WRKDIR}/sendip
+
+MAN1= sendip.1
+
+.include <bsd.port.mk>
diff --git a/net/sendip/distinfo b/net/sendip/distinfo
new file mode 100644
index 00000000000..e3940c276be
--- /dev/null
+++ b/net/sendip/distinfo
@@ -0,0 +1 @@
+MD5 (sendip-1.3.tar.gz) = b2d00d4b29225a6d0f8f391672ece64e
diff --git a/net/sendip/pkg-comment b/net/sendip/pkg-comment
new file mode 100644
index 00000000000..081223a8a93
--- /dev/null
+++ b/net/sendip/pkg-comment
@@ -0,0 +1 @@
+SendIP is a commandline tool to allow sending arbitrary IP packets.
diff --git a/net/sendip/pkg-descr b/net/sendip/pkg-descr
new file mode 100644
index 00000000000..03b0c1211c7
--- /dev/null
+++ b/net/sendip/pkg-descr
@@ -0,0 +1,7 @@
+SendIP has a large number of command line options to specify the content of
+every header of a RIP, TCP, UDP, ICMP or raw IPv4 and IPv6 packet. It also
+allows any data to be added to the packet. Checksums can be calculated
+automatically, but if you wish to send out wrong checksums, that is
+supported too.
+
+WWW: http://www.earth.li/projectpurple/progs/sendip.html
diff --git a/net/sendip/pkg-plist b/net/sendip/pkg-plist
new file mode 100644
index 00000000000..2bae76f4d56
--- /dev/null
+++ b/net/sendip/pkg-plist
@@ -0,0 +1 @@
+bin/sendip