diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 12:21:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 12:21:31 +0000 |
commit | 72fb4b1a81a5d94947745921a4ad07bbae37b16c (patch) | |
tree | bbc464b349e3bf7210003e5072b0a87d84e02c64 /net | |
parent | bf25f6b6b42ade16166b480f089f1a5b67694638 (diff) | |
download | ports-72fb4b1a81a5d94947745921a4ad07bbae37b16c.tar.gz ports-72fb4b1a81a5d94947745921a4ad07bbae37b16c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/bpfstat/Makefile | 25 | ||||
-rw-r--r-- | net/bpfstat/distinfo | 2 | ||||
-rw-r--r-- | net/bpfstat/pkg-descr | 6 |
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/ |