aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rubygem-snmp
Commit message (Collapse)AuthorAgeFilesLines
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* The submitter of the previous change has agreed to maintain this port.Brooks Davis2006-09-151-1/+1
| | | | | | | Thanks! Notes: svn path=/head/; revision=173111
* Upgrade to version 1.0.1Brooks Davis2006-09-143-142/+141
| | | | | | | | PR: ports/102551 Submitted by: Martin Jackson <mhjacks at swbell.net> Notes: svn path=/head/; revision=173066
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* Add net-mgmt/rubygem-snmp:Brooks Davis2006-02-164-0/+516
This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby, so there are no dependencies on external libraries like net-snmp. You can run this library anywhere that Ruby can run. Notes: svn path=/head/; revision=156141