summaryrefslogtreecommitdiff
path: root/net/sendip
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-19 11:01:57 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-19 11:01:57 +0000
commit0a01597ce78d62fec3d9c9c152e6159d62e1595c (patch)
tree9e1055dfb764286481b71d8b6906425402bd6647 /net/sendip
parentAdd p5-Unix-Syslog 0.94, a Perl module that attempts to implement an (diff)
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>
Notes
Notes: svn path=/head/; revision=36103
Diffstat (limited to 'net/sendip')
-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
5 files changed, 29 insertions, 0 deletions
diff --git a/net/sendip/Makefile b/net/sendip/Makefile
new file mode 100644
index 000000000000..53c22aa9c100
--- /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 000000000000..e3940c276be7
--- /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 000000000000..081223a8a93d
--- /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 000000000000..03b0c1211c7b
--- /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 000000000000..2bae76f4d56b
--- /dev/null
+++ b/net/sendip/pkg-plist
@@ -0,0 +1 @@
+bin/sendip