diff options
author | will <will@FreeBSD.org> | 2000-12-19 19:01:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 19:01:57 +0800 |
commit | 83c4daa0c404a5e6daf84309ac8d432858243da4 (patch) | |
tree | ade8eb68b554b714eafc98b8fa5ce4ee014719b7 /net/sendip | |
parent | 4cb2b2421ebe6b7b79ed2d52bd809411857b1d1c (diff) | |
download | freebsd-ports-gnome-83c4daa0c404a5e6daf84309ac8d432858243da4.tar.gz freebsd-ports-gnome-83c4daa0c404a5e6daf84309ac8d432858243da4.tar.zst freebsd-ports-gnome-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>
Diffstat (limited to 'net/sendip')
-rw-r--r-- | net/sendip/Makefile | 19 | ||||
-rw-r--r-- | net/sendip/distinfo | 1 | ||||
-rw-r--r-- | net/sendip/pkg-comment | 1 | ||||
-rw-r--r-- | net/sendip/pkg-descr | 7 | ||||
-rw-r--r-- | net/sendip/pkg-plist | 1 |
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 |