aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/sting
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/sting')
-rw-r--r--net-mgmt/sting/Makefile24
-rw-r--r--net-mgmt/sting/distinfo1
-rw-r--r--net-mgmt/sting/files/patch-aa19
-rw-r--r--net-mgmt/sting/files/patch-ab11
-rw-r--r--net-mgmt/sting/files/patch-ac11
-rw-r--r--net-mgmt/sting/pkg-comment1
-rw-r--r--net-mgmt/sting/pkg-descr10
-rw-r--r--net-mgmt/sting/pkg-plist2
8 files changed, 0 insertions, 79 deletions
diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile
deleted file mode 100644
index 3f70effc3bc7..000000000000
--- a/net-mgmt/sting/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: sting
-# Date created: 10 May 2000
-# Whom: benno@netizen.com.au
-#
-# $FreeBSD$
-#
-
-PORTNAME= sting
-PORTVERSION= 0.7
-CATEGORIES= net
-MASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/
-DISTNAME= sting
-
-MAINTAINER= kbyanc@posi.net
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/sting/distinfo b/net-mgmt/sting/distinfo
deleted file mode 100644
index a5ae317e5f3b..000000000000
--- a/net-mgmt/sting/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sting.tar.gz) = 7b0d22f96bbde22f94ed5eb0f4a39e29
diff --git a/net-mgmt/sting/files/patch-aa b/net-mgmt/sting/files/patch-aa
deleted file mode 100644
index 97e617a7d8cd..000000000000
--- a/net-mgmt/sting/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig Thu Nov 4 11:00:22 1999
-+++ Makefile Sat Jul 1 16:27:33 2000
-@@ -37,12 +37,13 @@
- HDR = inet.h capture.h gmt2local.h distribtion.h
-
- LIBPCAP = ./libpcap-0.4
--CC = gcc
-+CC ?= gcc
-+CFLAGS ?= -O -pipe
- OBJS = version.o $(SRC:.c=.o)
- INCLS = -I. -I$(LIBPCAP)
- DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1
--CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS)
--LIBS = -lm $(LIBPCAP)/libpcap.a
-+CFLAGS += -Wall $(DEFS) $(INCLS)
-+LIBS = -lm -lpcap
-
- all: sting
-
diff --git a/net-mgmt/sting/files/patch-ab b/net-mgmt/sting/files/patch-ab
deleted file mode 100644
index 11ec20827f7b..000000000000
--- a/net-mgmt/sting/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- gmt2local.c Fri Nov 5 06:00:22 1999
-+++ gmt2local.c.new Wed May 10 11:10:05 2000
-@@ -32,7 +32,7 @@
- #include <time.h>
- #endif
-
--#include "gnuc.h"
-+/* #include "gnuc.h" */
- #ifdef HAVE_OS_PROTO_H
- #include "os-proto.h"
- #endif
diff --git a/net-mgmt/sting/files/patch-ac b/net-mgmt/sting/files/patch-ac
deleted file mode 100644
index 346d2c9cb3ef..000000000000
--- a/net-mgmt/sting/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- setsignal.c Fri Nov 5 06:00:22 1999
-+++ setsignal.c.new Wed May 10 11:10:59 2000
-@@ -34,7 +34,7 @@
- #include <string.h>
- #endif
-
--#include "gnuc.h"
-+/* #include "gnuc.h" */
- #ifdef HAVE_OS_PROTO_H
- #include "os-proto.h"
- #endif
diff --git a/net-mgmt/sting/pkg-comment b/net-mgmt/sting/pkg-comment
deleted file mode 100644
index d1050a3c894e..000000000000
--- a/net-mgmt/sting/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool that measures end-to-end TCP connection characteristics
diff --git a/net-mgmt/sting/pkg-descr b/net-mgmt/sting/pkg-descr
deleted file mode 100644
index a989bbf4db19..000000000000
--- a/net-mgmt/sting/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-sting is a TCP-based network measurement tool that measures end-to-end
-network path characteristics. sting is unique because it can estimate
-one-way properties, such as loss rate, through careful manipulation and
-observation of TCP behavior. In addition, using TCP allows sting to
-leverage the existing Internet infrastructure -- any TCP server can be
-used as a de facto measurement service -- and it avoids increasing
-problems with ICMP-based network measurement (blocking, spoofing, rate
-limiting, etc).
-
-WWW: http://www.cs.washington.edu/homes/savage/sting/
diff --git a/net-mgmt/sting/pkg-plist b/net-mgmt/sting/pkg-plist
deleted file mode 100644
index 8fb50dd64617..000000000000
--- a/net-mgmt/sting/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/sting
-share/doc/README.sting