1aaac5ec30
Version 3.70 (2019-10-15) [NEW FEATURES] * #361 Siemens Scalance switch support * #365 Ciena Layer3 support * #368 DOCSIS cable modem support [ENHANCEMENTS] * #350 ubiquiti version string cleanup (LBegnaud) * #352 duplex support for ciscosb * #353 report all vendor names in lowercase * #353 sprinkle "use warnings" and "use strict" around * #358 prefer checkpoint mib over net-snmp mib (earendilfr) * #359 detect newer ios-xe using codenames (Christoph Neuhaus) * #367 test using latest MIBs version dynamically * #370 smarter Q-BRIDGE handling * poe power usage & mac address for ciscosb [BUG FIXES] * #353 doc fixes: report all required mibs for each module as based on code * #353 include fixes: don't include modules already imported from parent classes * #355 fix #252, don't think 6char devices names are mac addresses * #363 clean return calls in code * #364 strip newline from neoteris os_ver, fixes netdisco #647 Version 3.68 (2019-04-28) [NEW FEATURES] * initial support for redlion cellular routers (inphobia) [ENHANCEMENTS] * use pulsesecure mib in layer7::neoteris instead of juniper-ive Version 3.67 (2019-04-20) [NEW FEATURES] * #323 initial Lenovo / cnos support (inphobia) * #317 #326 DOCSIS Head End support (Pyro3d) [ENHANCEMENTS] * add v3 Context update() tests for net-snmp 5.8+ * support INFO_TRACE and SNMP_TRACE environment variables for Debug * #324 clean up exinda and add regression test [BUG FIXES] * #294 snmp::info should show full class used * #297 perl 5.28 removal of "use vars" * #306 fix incorrect interfaces for d-link * #319 make fortinet return a useful interface name (inphobia) * #320 improve duplicate interfaces() fixup * #321 clean interface descriptions of null and trailing space * #322 #327 full fix for aerohive tests * #325 lazy load legacy RFC1213-MIB only if needed * #496 fix for aerohive wireless clients support (inphobia) Version 3.66 (2019-03-24) [NEW FEATURES] * #316 add support for IS-IS routing protocol (pyro3d) [ENHANCEMENTS] * switch to Alien::SNMP for travis builds (ollyg) [BUG FIXES] * clarify MRO usage Version 3.65 (2019-02-24) [ENHANCEMENTS] * #296 expand CiscoAgg to also include LACP (inphobia) * #308 update VyOS enterprise OID * #310 bring layer3::oneaccess up to date for oneos6. (inphobia) * Add two more HP 2930F models (JeroenvIS) [BUG FIXES] * #295 make CiscoAgg return ifindex instead of bp_index (inphobia) * more documentation fixes + whitespace cleanup in all files
21 lines
631 B
Makefile
21 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.44 2020/09/07 13:38:54 wiz Exp $
|
|
|
|
DISTNAME= SNMP-Info-3.70
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/SNMP-Info
|
|
#HOMEPAGE= http://snmp-info.sourceforge.net/
|
|
COMMENT= Perl5 object oriented interface to SNMP informations
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
|
|
DEPENDS+= p5-NetAddr-IP>=4.068:../../net/p5-NetAddr-IP
|
|
|
|
PERL5_PACKLIST= auto/SNMP/Info/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|