aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-AnyEvent-SNMP
Commit message (Collapse)AuthorAgeFilesLines
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - support stageAndrej Zverev2014-01-053-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338790
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326245
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* Update to version 6.0Steven Kreuzer2012-04-252-6/+6
| | | | Notes: svn path=/head/; revision=295523
* Set PKGNAMEPREFIX to p5-Steven Kreuzer2011-06-241-0/+2
| | | | Notes: svn path=/head/; revision=276206
* This module implements an alternative "event dispatcher" for Net::SNMP, usingSteven Kreuzer2011-06-244-0/+39
AnyEvent as a backend. It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP calls and as long as other parts of your program also use AnyEvent (or some event loop supported by AnyEvent) and they will run in parallel. WWW: http://search.cpan.org/dist/AnyEvent-SNMP/ Notes: svn path=/head/; revision=276196