SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
COMMENT= Perl extension for retrieving bridge tables
MODULES= cpan
PKG_ARCH= *
DISTNAME= SNMP-BridgeQuery-0.61
REVISION= 1
CATEGORIES= devel net
# GPL/Artistic
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= net/p5-Net-SNMP
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (SNMP-BridgeQuery-0.61.tar.gz) = ohp2FTdVMS8mGvT7YrgsWuy9nvCH+tgMmwRhyUBa+BQ=
SIZE (SNMP-BridgeQuery-0.61.tar.gz) = 11318

View file

@ -0,0 +1,4 @@
BridgeQuery polls a device which responds to SNMP Bridge Table queries and
generates a hash reference with each polled MAC address as the key and the
associated port as the value. The specific MIBs that are polled are described
in RFC1493. On layer 3 switches, one can additionally poll IP addresses.

View file

@ -0,0 +1,3 @@
${P5SITE}/SNMP/
${P5SITE}/SNMP/BridgeQuery.pm
@man man/man3p/SNMP::BridgeQuery.3p