ifmcstat shows interface multicast group memberships. Originally from

WIDE, pulled out of NetBSD cvs.

ok jasper@, sthen@
This commit is contained in:
weerd 2009-07-29 21:13:59 +00:00
parent 35ad27af80
commit c0c984ff2d
4 changed files with 35 additions and 0 deletions

25
net/ifmcstat/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/07/29 21:13:59 weerd Exp $
COMMENT = show Ethernet Multicast memberships
DISTNAME = ifmcstat-1.0
CATEGORIES = net
HOMEPAGE = http://opengrok.netbsd.org/source/xref/usr.sbin/ifmcstat/
MASTER_SITES = http://www.weirdnet.nl/openbsd/ports/dist/
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c kvm
NO_REGRESS = Yes
FAKE_FLAGS = BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/cat"
.include <bsd.port.mk>

5
net/ifmcstat/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (ifmcstat-1.0.tar.gz) = Ax149zgu4sn+TpN7uB3Uug==
RMD160 (ifmcstat-1.0.tar.gz) = YwfFcrDuZ9oAbPg4M5jxSyz8qIk=
SHA1 (ifmcstat-1.0.tar.gz) = p9BUnwdMhW/eFLejkMl257eL5sg=
SHA256 (ifmcstat-1.0.tar.gz) = poRAQ8VMjF+KmhVMi8oWjvu7s2utEPpBg7IYjn4Z+hk=
SIZE (ifmcstat-1.0.tar.gz) = 4067

2
net/ifmcstat/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
ifmcstat is a small tool to dump multicast group management statistics
per interface.

3
net/ifmcstat/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/07/29 21:13:59 weerd Exp $
@man man/cat8/ifmcstat.0
@bin sbin/ifmcstat