diff --git a/net/ifmcstat/Makefile b/net/ifmcstat/Makefile new file mode 100644 index 00000000000..589b0878853 --- /dev/null +++ b/net/ifmcstat/Makefile @@ -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 + +# 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 diff --git a/net/ifmcstat/distinfo b/net/ifmcstat/distinfo new file mode 100644 index 00000000000..3b4a34c5518 --- /dev/null +++ b/net/ifmcstat/distinfo @@ -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 diff --git a/net/ifmcstat/pkg/DESCR b/net/ifmcstat/pkg/DESCR new file mode 100644 index 00000000000..fc68713d008 --- /dev/null +++ b/net/ifmcstat/pkg/DESCR @@ -0,0 +1,2 @@ +ifmcstat is a small tool to dump multicast group management statistics +per interface. diff --git a/net/ifmcstat/pkg/PLIST b/net/ifmcstat/pkg/PLIST new file mode 100644 index 00000000000..17d9327977d --- /dev/null +++ b/net/ifmcstat/pkg/PLIST @@ -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