summaryrefslogtreecommitdiff
path: root/net/tcpdstat
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdstat')
-rw-r--r--net/tcpdstat/Makefile20
-rw-r--r--net/tcpdstat/distinfo2
-rw-r--r--net/tcpdstat/files/patch-Makefile11
-rw-r--r--net/tcpdstat/files/patch-net_read.c11
-rw-r--r--net/tcpdstat/pkg-descr6
5 files changed, 0 insertions, 50 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile
deleted file mode 100644
index 4f5054f1c2af..000000000000
--- a/net/tcpdstat/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Richard Arends
-# $FreeBSD$
-
-PORTNAME= tcpdstat
-PORTVERSION= 0.9
-CATEGORIES= net
-MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/
-DISTNAME= tcpd-tools-0.9
-
-MAINTAINER= richard@unixguru.nl
-COMMENT= Tool for generating statistics from tcpdump (libpcap) files
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-PLIST_FILES= bin/tcpdstat
-WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/net/tcpdstat/distinfo b/net/tcpdstat/distinfo
deleted file mode 100644
index bc672c64a8c3..000000000000
--- a/net/tcpdstat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tcpd-tools-0.9.tar.gz) = 4ac607c579cd18cefe5d186a9036d828e0675f02243da94e61d672f40dc6b858
-SIZE (tcpd-tools-0.9.tar.gz) = 469184
diff --git a/net/tcpdstat/files/patch-Makefile b/net/tcpdstat/files/patch-Makefile
deleted file mode 100644
index 21f05ffd6702..000000000000
--- a/net/tcpdstat/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2014-06-24 12:55:40.174706872 +0800
-+++ Makefile 2014-06-24 12:55:48.621709202 +0800
-@@ -11,7 +11,7 @@ INCLUDES= -I. $(SYS_INCLUDES)
- all: $(PROGS)
-
- install: $(PROGS)
-- $(INSTALL) $(COPY) -m 0755 $(PROGS) $(PREFIX)/bin
-+ $(INSTALL) $(COPY) -m 0755 $(PROGS) $(DESTDIR)$(PREFIX)/bin
-
- tcpdstat: $(OBJS)
- $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -o $@ $(OBJS) -lpcap -lm $(SYS_LIBS)
diff --git a/net/tcpdstat/files/patch-net_read.c b/net/tcpdstat/files/patch-net_read.c
deleted file mode 100644
index ac1a2a67f34c..000000000000
--- a/net/tcpdstat/files/patch-net_read.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- net_read.orig Wed Dec 13 23:11:59 2006
-+++ net_read.c Wed Dec 13 23:12:17 2006
-@@ -137,7 +137,7 @@
- pcap_t *pd;
- int pcapfd;
-
--static int packet_length; /* length of current packet */
-+int packet_length; /* length of current packet */
-
- #define STAT_ADD(name) \
- { tcpdstat[(name)].packets++; tcpdstat[(name)].bytes += packet_length; }
diff --git a/net/tcpdstat/pkg-descr b/net/tcpdstat/pkg-descr
deleted file mode 100644
index de1d3a4a6de4..000000000000
--- a/net/tcpdstat/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Produces a per-protocol breakdown of traffic by bytes and packets,
-with average and maximum transfer rates, for a given libpcap file
-(e.g., from tcpdump, ethereal, snort, etc.) Useful for getting a
-high-level view of traffic patterns.
-
-WWW: http://staff.washington.edu/dittrich/talks/core02/tools/tools.html