summaryrefslogtreecommitdiff
path: root/net/sendip
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/sendip
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Diffstat (limited to 'net/sendip')
-rw-r--r--net/sendip/distinfo1
-rw-r--r--net/sendip/files/patch-Makefile33
-rw-r--r--net/sendip/files/patch-gnugetopt.c10
-rw-r--r--net/sendip/pkg-descr7
-rw-r--r--net/sendip/pkg-plist11
5 files changed, 0 insertions, 62 deletions
diff --git a/net/sendip/distinfo b/net/sendip/distinfo
deleted file mode 100644
index 56b1a2cb0b13..000000000000
--- a/net/sendip/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sendip-2.5.tar.gz) = 35fa3306f39bfd46d83371da63eec3ad
diff --git a/net/sendip/files/patch-Makefile b/net/sendip/files/patch-Makefile
deleted file mode 100644
index a3a0a455f5e1..000000000000
--- a/net/sendip/files/patch-Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
---- Makefile.orig Tue Jan 28 13:03:48 2003
-+++ Makefile Tue Jan 28 13:04:35 2003
-@@ -1,23 +1,23 @@
- #configureable stuff
--PREFIX ?= /usr/local
--BINDIR ?= $(PREFIX)/bin
--MANDIR ?= $(PREFIX)/share/man/man1
--LIBDIR ?= $(PREFIX)/lib/sendip
-+#PREFIX ?= /usr/local
-+BINDIR=${PREFIX}/bin
-+MANDIR=${PREFIX}/man/man1
-+LIBDIR=${PREFIX}/lib/sendip
- #For most systems, this works
--INSTALL ?= install
-+INSTALL?=install
- #For Solaris, you may need
- #INSTALL=/usr/ucb/install
-
- CFLAGS= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \
- -Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \
-- -DSENDIP_LIBS=\"$(LIBDIR)\"
-+ -DSENDIP_LIBS=\"${LIBDIR}\"
- #-Wcast-align causes problems on solaris, but not serious ones
- LDFLAGS= -g -rdynamic -lm
- #LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm
- LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm -ldl
- LDFLAGS_LINUX= -g -rdynamic -ldl -lm
- LIBCFLAGS= -shared
--CC= gcc
-+#CC= gcc
-
- PROGS= sendip
- BASEPROTOS= ipv4.so ipv6.so
diff --git a/net/sendip/files/patch-gnugetopt.c b/net/sendip/files/patch-gnugetopt.c
deleted file mode 100644
index 65ec257ae5ad..000000000000
--- a/net/sendip/files/patch-gnugetopt.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnugetopt.c.orig Thu May 22 08:35:25 2003
-+++ gnugetopt.c Thu May 22 08:35:37 2003
-@@ -45,6 +45,7 @@
- #endif
-
- #include <stdio.h>
-+#include <string.h>
-
- /* Comment out all this code if we are using the GNU C Library, and are not
- actually compiling the library itself. This code is part of the GNU C
diff --git a/net/sendip/pkg-descr b/net/sendip/pkg-descr
deleted file mode 100644
index 03b0c1211c7b..000000000000
--- a/net/sendip/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100644
index fa444f45d78c..000000000000
--- a/net/sendip/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/sendip
-lib/sendip/ipv4.so
-lib/sendip/ipv6.so
-lib/sendip/icmp.so
-lib/sendip/tcp.so
-lib/sendip/udp.so
-lib/sendip/rip.so
-lib/sendip/ripng.so
-lib/sendip/bgp.so
-lib/sendip/ntp.so
-@dirrm lib/sendip