diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-07 15:53:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-07 15:53:34 +0800 |
commit | d0c2b0e4e587f46d300d3cc2a977bbe5f8d798b3 (patch) | |
tree | 18fc0023b933dd508fb192c978ab8f60952fe217 /net-mgmt/Makefile | |
parent | 42359b48472448d44db4c494677a415f60280bb6 (diff) | |
download | freebsd-ports-gnome-d0c2b0e4e587f46d300d3cc2a977bbe5f8d798b3.tar.gz freebsd-ports-gnome-d0c2b0e4e587f46d300d3cc2a977bbe5f8d798b3.tar.zst freebsd-ports-gnome-d0c2b0e4e587f46d300d3cc2a977bbe5f8d798b3.zip |
New port: snmp++ v3 library
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it
by support for SNMPv3 and a couple of bug fixes.
The v3 support to SNMP++ and AGENT++ is provided by courtesy
of Jochen Katz (katz07@agentpp.com).
SNMP++v3.x extends the original SNMP++v2.8 by the following:
# SNMPv3 including User Security Model (USM) with:
# MD5 and SHA authentication
# DES and IDEA privacy
# Thread-safety
# Bug-fixes
WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.
PR: ports/112669
Submitted by: Nicolai Petri <nicolai@petri.cc>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f83025ef853c..ace8026db578 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -218,6 +218,7 @@ SUBDIR += sjitter SUBDIR += slate SUBDIR += smokeping + SUBDIR += snmp++ SUBDIR += snmptt SUBDIR += softflowd SUBDIR += subcalc |