aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/snmp++
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plistDmitry Marakasov2015-01-311-1/+1
| | | | | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=378209
* - update to 3.3.0Ruslan Makhmatkhanov2014-01-266-33/+27
| | | | | | | | | | | | - let it build with clang too - update maintainer's email - fix whitespace bugs, while here PR: 182402 Submitted by: Nicolai Petri <nicolai@petri.dk> (maintainer) Notes: svn path=/head/; revision=341254
* Do not assume the compiler is g++Baptiste Daroussin2014-01-081-3/+4
| | | | | | | | | While here stage MFH: 2014Q1 Notes: svn path=/head/; revision=339140
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* - Update to 3.2.25Wesley Shields2011-05-274-5/+18
| | | | | | | | | PR: ports/157364 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: Nicolai Petri <nicolai@petri.cc> (maintainer) Notes: svn path=/head/; revision=274741
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 3.2.23.Anton Berezin2009-03-054-19/+5
| | | | | | | | Submitted by: Martin Kjeldsen <mk@bluepipe.dk> (partially) Approved by: maintainer Notes: svn path=/head/; revision=229521
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* Fix on 64-bit architerctures. Bump portrevision.Anton Berezin2007-10-262-1/+15
| | | | | | | | Approved by: maintainer Sponsored by: catpipe Systems ApS Notes: svn path=/head/; revision=202085
* Mark as ignore on <6.0 due to absence of gethostbyname_rEdwin Groothuis2007-09-091-1/+8
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=199138
* New port: snmp++ v3 libraryEdwin Groothuis2007-09-075-0/+134
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> Notes: svn path=/head/; revision=199007