mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
93d1860f1c
commit
0a01597ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36103
11 changed files with 59 additions and 0 deletions
19
net-mgmt/sendip/Makefile
Normal file
19
net-mgmt/sendip/Makefile
Normal file
|
@ -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>
|
1
net-mgmt/sendip/distinfo
Normal file
1
net-mgmt/sendip/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (sendip-1.3.tar.gz) = b2d00d4b29225a6d0f8f391672ece64e
|
1
net-mgmt/sendip/pkg-comment
Normal file
1
net-mgmt/sendip/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
SendIP is a commandline tool to allow sending arbitrary IP packets.
|
7
net-mgmt/sendip/pkg-descr
Normal file
7
net-mgmt/sendip/pkg-descr
Normal file
|
@ -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
|
1
net-mgmt/sendip/pkg-plist
Normal file
1
net-mgmt/sendip/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/sendip
|
|
@ -247,6 +247,7 @@
|
|||
SUBDIR += scotty3
|
||||
SUBDIR += sdl_net
|
||||
SUBDIR += sendfile
|
||||
SUBDIR += sendip
|
||||
SUBDIR += sharity-light
|
||||
SUBDIR += sing
|
||||
SUBDIR += slirp
|
||||
|
|
19
net/sendip/Makefile
Normal file
19
net/sendip/Makefile
Normal file
|
@ -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>
|
1
net/sendip/distinfo
Normal file
1
net/sendip/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (sendip-1.3.tar.gz) = b2d00d4b29225a6d0f8f391672ece64e
|
1
net/sendip/pkg-comment
Normal file
1
net/sendip/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
SendIP is a commandline tool to allow sending arbitrary IP packets.
|
7
net/sendip/pkg-descr
Normal file
7
net/sendip/pkg-descr
Normal file
|
@ -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
|
1
net/sendip/pkg-plist
Normal file
1
net/sendip/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/sendip
|
Loading…
Add table
Reference in a new issue