1 | PortSystem 1.0 |
---|
2 | name net-snmp |
---|
3 | version 5.0.7 |
---|
4 | categories net |
---|
5 | maintainers sean@sfarc.net |
---|
6 | description An extendable SNMP implementation |
---|
7 | long_description This is UCD SNMP, a derivative of CMU's SNMP package. Various tools relating to the \ |
---|
8 | Simple Network Management Protocol including: an extensible agent, an SNMP library, \ |
---|
9 | tools to request or set information from SNMP agents, tools to generate and handle \ |
---|
10 | SNMP traps, a version of the unix 'netstat' command using SNMP, a Tk/perl MIB browser. |
---|
11 | homepage http://net-snmp.sourceforge.net/ |
---|
12 | platforms darwin |
---|
13 | master_sites http://unc.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
14 | http://umn.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
15 | http://telia.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
16 | http://twtelecom.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
17 | http://easynews.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
18 | http://belnet.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
19 | http://switch.dl.sourceforge.net/sourceforge/net-snmp/ \ |
---|
20 | http://cesnet.dl.sourceforge.net/sourceforge/net-snmp/ |
---|
21 | checksums md5 e511d2c8d540cfde0f1a7afb1a730ced |
---|
22 | depends_build path:/usr/include/netinet/ip_var.h:netinet-headers |
---|
23 | patchfiles patch-aclocal.m4 patch-configure patch-Makefile.in patch-16bitIDs |
---|
24 | configure.args --enable-shared --with-defaults \ |
---|
25 | --with-sys-contact=nobody@no.where \ |
---|
26 | --with-mib-modules="host disman/event-mib smux" |
---|
27 | |
---|
28 | variant server { |
---|
29 | depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup |
---|
30 | } |
---|
31 | |
---|
32 | variant ipv6 { |
---|
33 | configure.args-append --enable-ipv6 |
---|
34 | } |
---|