SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/p5-SNMP-BridgeQuery/Makefile
Normal file
15
net/p5-SNMP-BridgeQuery/Makefile
Normal 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>
|
2
net/p5-SNMP-BridgeQuery/distinfo
Normal file
2
net/p5-SNMP-BridgeQuery/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (SNMP-BridgeQuery-0.61.tar.gz) = ohp2FTdVMS8mGvT7YrgsWuy9nvCH+tgMmwRhyUBa+BQ=
|
||||
SIZE (SNMP-BridgeQuery-0.61.tar.gz) = 11318
|
4
net/p5-SNMP-BridgeQuery/pkg/DESCR
Normal file
4
net/p5-SNMP-BridgeQuery/pkg/DESCR
Normal 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.
|
3
net/p5-SNMP-BridgeQuery/pkg/PLIST
Normal file
3
net/p5-SNMP-BridgeQuery/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/SNMP/
|
||||
${P5SITE}/SNMP/BridgeQuery.pm
|
||||
@man man/man3p/SNMP::BridgeQuery.3p
|
Loading…
Add table
Add a link
Reference in a new issue