diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 11:01:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 11:01:57 +0000 |
commit | 0a01597ce78d62fec3d9c9c152e6159d62e1595c (patch) | |
tree | 9e1055dfb764286481b71d8b6906425402bd6647 /net | |
parent | 93d1860f1c5cf7d1f7099e378b705f135b5bcf6d (diff) | |
download | ports-0a01597ce78d62fec3d9c9c152e6159d62e1595c.tar.gz ports-0a01597ce78d62fec3d9c9c152e6159d62e1595c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-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 |
6 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 19ed97a741d8..9ccf8b2113e6 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 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 |