Lines 3-9
Link Here
|
3 |
PORTNAME= collectd |
3 |
PORTNAME= collectd |
4 |
PORTVERSION= 5.5.0 |
4 |
PORTVERSION= 5.5.0 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt |
7 |
MASTER_SITES= https://collectd.org/files/ \ |
7 |
MASTER_SITES= https://collectd.org/files/ \ |
8 |
http://collectd.org/files/ |
8 |
http://collectd.org/files/ |
Lines 24-30
Link Here
|
24 |
OPTIONS_DEFINE= CGI DEBUG GCRYPT LOGSTASH VIRT |
24 |
OPTIONS_DEFINE= CGI DEBUG GCRYPT LOGSTASH VIRT |
25 |
OPTIONS_GROUP= INPUT OUTPUT |
25 |
OPTIONS_GROUP= INPUT OUTPUT |
26 |
OPTIONS_GROUP_OUTPUT= RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP RIEMANN |
26 |
OPTIONS_GROUP_OUTPUT= RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP KAFKA RIEMANN |
27 |
OPTIONS_GROUP_INPUT= CURL DBI IPMI JSON MEMCACHEC MODBUS MONGODB MYSQL \ |
27 |
OPTIONS_GROUP_INPUT= CURL DBI IPMI JSON MEMCACHEC MODBUS MONGODB MYSQL \ |
28 |
NUTUPS OLSRD ONEWIRE OPENLDAP PERL PGSQL PINBA PING \ |
28 |
NUTUPS OLSRD ONEWIRE OPENLDAP PERL PGSQL PINBA PING \ |
29 |
PYTHON RABBITMQ REDIS ROUTEROS SIGROK SNMP STATGRAB \ |
29 |
PYTHON RABBITMQ REDIS ROUTEROS SIGROK SNMP STATGRAB \ |
Lines 37-42
Link Here
|
37 |
GCRYPT_DESC= Build with libgcrypt |
37 |
GCRYPT_DESC= Build with libgcrypt |
38 |
IPMI_DESC= Enable OpenIPMI plugin |
38 |
IPMI_DESC= Enable OpenIPMI plugin |
39 |
JSON_DESC= Enable JSON plugins |
39 |
JSON_DESC= Enable JSON plugins |
|
|
40 |
KAFKA_DESC= Enable write_kafka plugin |
40 |
LOGSTASH_DESC= Enable log_logstash plugin (requires json) |
41 |
LOGSTASH_DESC= Enable log_logstash plugin (requires json) |
41 |
MEMCACHEC_DESC= Enable memcachec plugin |
42 |
MEMCACHEC_DESC= Enable memcachec plugin |
42 |
MODBUS_DESC= Enable modbus plugin |
43 |
MODBUS_DESC= Enable modbus plugin |
Lines 99-105
Link Here
|
99 |
--without-libnetapp \ |
100 |
--without-libnetapp \ |
100 |
--without-libowcapi \ |
101 |
--without-libowcapi \ |
101 |
--without-libperfstat \ |
102 |
--without-libperfstat \ |
102 |
--without-librdkafka \ |
|
|
103 |
--without-libsensors \ |
103 |
--without-libsensors \ |
104 |
--without-libvarnish \ |
104 |
--without-libvarnish \ |
105 |
--without-lvm \ |
105 |
--without-lvm \ |
Lines 556-561
Link Here
|
556 |
PLIST_SUB+= ZOOKEEPER="@comment " |
556 |
PLIST_SUB+= ZOOKEEPER="@comment " |
557 |
.endif |
557 |
.endif |
|
|
558 |
.if ${PORT_OPTIONS:MKAFKA} |
559 |
LIB_DEPENDS+= librdkafka.so:${PORTSDIR}/net/librdkafka |
560 |
CONFIGURE_ARGS+=--enable-write_kafka |
561 |
PLIST_SUB+= KAFKA="" |
562 |
.else |
563 |
CONFIGURE_ARGS+=--disable-write_kafka |
564 |
PLIST_SUB+= KAFKA="@comment " |
565 |
.endif |
566 |
|
558 |
INSTALL_TARGET=install-strip |
567 |
INSTALL_TARGET=install-strip |
559 |
SHEBANG_FILES= contrib/collection.cgi |
568 |
SHEBANG_FILES= contrib/collection.cgi |