Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/net-mgmt/collectd5/Makefile 523788 2020-01-22 05:53:20Z sunpoet $ |
2 |
# $FreeBSD: head/net-mgmt/collectd5/Makefile 523788 2020-01-22 05:53:20Z sunpoet $ |
3 |
|
3 |
|
4 |
PORTNAME= collectd |
4 |
PORTNAME= collectd |
5 |
PORTVERSION= 5.10.0 |
5 |
PORTVERSION= 5.11.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt |
8 |
MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ |
7 |
MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ |
9 |
PKGNAMESUFFIX= 5 |
8 |
PKGNAMESUFFIX= 5 |
Lines 20-31
Link Here
|
20 |
|
19 |
|
21 |
OPTIONS_DEFINE= CGI GCRYPT JAVA LOGGING LOGSTASH VIRT |
20 |
OPTIONS_DEFINE= CGI GCRYPT JAVA LOGGING LOGSTASH VIRT |
22 |
OPTIONS_GROUP= INPUT OUTPUT |
21 |
OPTIONS_GROUP= INPUT OUTPUT |
23 |
OPTIONS_GROUP_OUTPUT= KAFKA MONGODB NOTIFYDESKTOP NOTIFYEMAIL PROMETHEUS \ |
22 |
OPTIONS_GROUP_OUTPUT= INFLUXDB KAFKA MONGODB NOTIFYDESKTOP NOTIFYEMAIL PROMETHEUS \ |
24 |
RIEMANN RRDTOOL TSDB |
23 |
RIEMANN RRDTOOL TSDB |
25 |
OPTIONS_GROUP_INPUT= CHRONY CURL CURL_JSON CURL_XML DBI IPMI JSON MEMCACHEC \ |
24 |
OPTIONS_GROUP_INPUT= CHRONY CURL CURL_JSON CURL_XML DBI IPMI JSON \ |
26 |
MODBUS MQTT MYSQL NUTUPS OLSRD ONEWIRE OPENLDAP PERL \ |
25 |
MEMCACHEC MODBUS MQTT MYSQL NUTUPS OLSRD ONEWIRE OPENLDAP \ |
27 |
PGSQL PINBA PING PYTHON RABBITMQ REDIS SIGROK \ |
26 |
PERL PGSQL PINBA PING PYTHON RABBITMQ REDIS SIGROK \ |
28 |
SNMP STATSD TOKYOTYRANT VARNISH XML ZOOKEEPER |
27 |
SLURM SNMP STATSD TOKYOTYRANT VARNISH XML ZOOKEEPER |
29 |
|
28 |
|
30 |
OPTIONS_DEFAULT= GCRYPT LOGGING PING |
29 |
OPTIONS_DEFAULT= GCRYPT LOGGING PING |
31 |
|
30 |
|
Lines 36-41
Link Here
|
36 |
CURL_XML_DESC= Enable ascent, bind, curl_xml plugins (implies curl and xml) |
35 |
CURL_XML_DESC= Enable ascent, bind, curl_xml plugins (implies curl and xml) |
37 |
DBI_DESC= Enable dbi plugin |
36 |
DBI_DESC= Enable dbi plugin |
38 |
GCRYPT_DESC= Build with libgcrypt |
37 |
GCRYPT_DESC= Build with libgcrypt |
|
|
38 |
INFLUXDB_DESC= Enable write_influxdb_udp plugin |
39 |
IPMI_DESC= Enable OpenIPMI plugin |
39 |
IPMI_DESC= Enable OpenIPMI plugin |
40 |
JSON_DESC= Enable JSON plugins |
40 |
JSON_DESC= Enable JSON plugins |
41 |
KAFKA_DESC= Enable write_kafka plugin |
41 |
KAFKA_DESC= Enable write_kafka plugin |
Lines 63-68
Link Here
|
63 |
RIEMANN_DESC= Enable write_riemann plugin (via riemann-c-client) |
63 |
RIEMANN_DESC= Enable write_riemann plugin (via riemann-c-client) |
64 |
RRDTOOL_DESC= Enable rrdtool plugin (also rrdcached plugin) |
64 |
RRDTOOL_DESC= Enable rrdtool plugin (also rrdcached plugin) |
65 |
SIGROK_DESC= Enable sigrok plugin |
65 |
SIGROK_DESC= Enable sigrok plugin |
|
|
66 |
SLURM_DESC= Enable slurm plugin |
66 |
SNMP_DESC= Enable SNMP plugin |
67 |
SNMP_DESC= Enable SNMP plugin |
67 |
STATSD_DESC= Enable statsd plugin |
68 |
STATSD_DESC= Enable statsd plugin |
68 |
TOKYOTYRANT_DESC= Enable tokyotyrant plugin |
69 |
TOKYOTYRANT_DESC= Enable tokyotyrant plugin |
Lines 134-139
Link Here
|
134 |
GCRYPT_CONFIGURE_WITH= libgcrypt=${LOCALBASE} |
135 |
GCRYPT_CONFIGURE_WITH= libgcrypt=${LOCALBASE} |
135 |
GCRYPT_LIBS= -lgcrypt |
136 |
GCRYPT_LIBS= -lgcrypt |
136 |
|
137 |
|
|
|
138 |
INFLUXDB_CONFIGURE_ENABLE= write_influxdb_udp |
139 |
|
137 |
IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi |
140 |
IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi |
138 |
IPMI_CONFIGURE_ENABLE= ipmi |
141 |
IPMI_CONFIGURE_ENABLE= ipmi |
139 |
|
142 |
|
Lines 243-248
Link Here
|
243 |
SIGROK_USES= gettext-runtime |
246 |
SIGROK_USES= gettext-runtime |
244 |
SIGROK_BROKEN= fails to configure with sigrok option |
247 |
SIGROK_BROKEN= fails to configure with sigrok option |
245 |
|
248 |
|
|
|
249 |
SLURM_LIB_DEPENDS= libslurm.so:sysutils/slurm-wlm |
250 |
SLURM_CONFIGURE_ENABLE= slurm |
251 |
SLURM_CONFIGURE_WITH= libslurm=${LOCALBASE} |
252 |
|
246 |
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp |
253 |
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp |
247 |
SNMP_CONFIGURE_ENABLE= snmp |
254 |
SNMP_CONFIGURE_ENABLE= snmp |
248 |
SNMP_CONFIGURE_WITH= libnetsnmp |
255 |
SNMP_CONFIGURE_WITH= libnetsnmp |
Lines 286-293
Link Here
|
286 |
--enable-exec \ |
293 |
--enable-exec \ |
287 |
--enable-filecount \ |
294 |
--enable-filecount \ |
288 |
--enable-interface \ |
295 |
--enable-interface \ |
|
|
296 |
--enable-ipstats \ |
289 |
--enable-load \ |
297 |
--enable-load \ |
290 |
--enable-logfile \ |
298 |
--enable-logfile \ |
|
|
299 |
--enable-logparser \ |
291 |
--enable-match_empty_counter \ |
300 |
--enable-match_empty_counter \ |
292 |
--enable-match_hashed \ |
301 |
--enable-match_hashed \ |
293 |
--enable-match_regex \ |
302 |
--enable-match_regex \ |