summaryrefslogtreecommitdiff
path: root/net/ruby-snmp
AgeCommit message (Collapse)AuthorFilesLines
2015-06-08Allow this package build on Ruby 2.2.taca1-2/+2
2015-02-04Update ruby-snmp to 1.2.0.taca3-8/+11
Changes for version 1.2.0: * Removed support for Ruby 1.8 * Changed license to MIT License
2013-03-17Update ruby-snmp to 1.1.1.taca2-6/+6
Changes for version 1.1.1: * Incorporate various small pull requests
2011-12-15Update ruby-snmp package to 1.1.0.taca3-11/+89
== Changes Changes for version 1.1.0: * Added MIB support to ObjectId and Varbind, so that to_s can return symbolic information * Added to_str method to ObjectId to return a numeric OID string (old to_s behavior) * TrapListener can now support multiple community strings Changes for version 1.0.4: * New option handling and added lower-case versions of all options * Added SNMP::VERSION constant * Experimental support for IPv6 * Removed support for installation with setup.rb
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+3
* Add LICENSE.
2010-06-06Update ruby-snmp to 1.0.3. Patch by Wen Heping in PR 43424.minskim2-7/+6
Changes: * Minor changes to Manager class. The :Transport option may now be an object or a class. Explicity call Timeout.timeout so that a timeout method may be defined in subclasses. Thanks to Eric Monti.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-04-06Initial import of ruby-snmp as version 1.0.2 into the NetBSDseb4-0/+253
Packages Collection. This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby. You can run this library anywhere that Ruby can run.