aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-01-27 20:21:31 +0800
committerbapt <bapt@FreeBSD.org>2013-01-27 20:21:31 +0800
commitba06b53f730b9c80155751582a571881603b5135 (patch)
treebbc464b349e3bf7210003e5072b0a87d84e02c64 /net
parent6131fa032b53be9a225a19ac99ae404acef8adf0 (diff)
downloadfreebsd-ports-gnome-ba06b53f730b9c80155751582a571881603b5135.tar.gz
freebsd-ports-gnome-ba06b53f730b9c80155751582a571881603b5135.tar.zst
freebsd-ports-gnome-ba06b53f730b9c80155751582a571881603b5135.zip
2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-amaranth-althaea: BROKEN for more than 6 month 2012-12-06 net/bpfstat: Merge in netstat on all supported version of FreeBSD
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/bpfstat/Makefile25
-rw-r--r--net/bpfstat/distinfo2
-rw-r--r--net/bpfstat/pkg-descr6
4 files changed, 0 insertions, 34 deletions
diff --git a/net/Makefile b/net/Makefile
index 7986c3191d3b..48e6af884e19 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -60,7 +60,6 @@
SUBDIR += boinc-client
SUBDIR += boinc_curses
SUBDIR += bounce
- SUBDIR += bpfstat
SUBDIR += bsdproxy
SUBDIR += bwi-firmware-kmod
SUBDIR += bwn-firmware-kmod
diff --git a/net/bpfstat/Makefile b/net/bpfstat/Makefile
deleted file mode 100644
index 88f79a5f422f..000000000000
--- a/net/bpfstat/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Christian S.J. Peron <csjp@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= bpfstat
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= csjp
-
-MAINTAINER= csjp@FreeBSD.org
-COMMENT= Program to retrieve bpf statistics
-
-DEPRECATED= Merge in netstat on all supported version of FreeBSD
-EXPIRATION_DATE= 2012-12-06
-
-MAN8= bpfstat.8
-PLIST_FILES= sbin/bpfstat
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700000
-IGNORE= this has been merged into netstat
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/bpfstat/distinfo b/net/bpfstat/distinfo
deleted file mode 100644
index d5b08b6f7a08..000000000000
--- a/net/bpfstat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bpfstat-1.0.tar.gz) = a7cb7330835bdca9e5f26f2a9820429325551d6644b89d46e224a2b2ba947702
-SIZE (bpfstat-1.0.tar.gz) = 3442
diff --git a/net/bpfstat/pkg-descr b/net/bpfstat/pkg-descr
deleted file mode 100644
index 92dfa13e483a..000000000000
--- a/net/bpfstat/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The bpfstat utility will print statistics associated with active bpf(4)
-devices. These statistics contain information about device state as well
-as packets which have been received, dropped or matched by the bpf filter
-program.
-
-WWW: http://people.freebsd.org/~csjp/