Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= collectd |
8 |
PORTNAME= collectd |
9 |
PORTVERSION= 5.0.1 |
9 |
PORTVERSION= 5.1.0 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= net-mgmt |
10 |
CATEGORIES= net-mgmt |
12 |
MASTER_SITES= http://collectd.org/files/ |
11 |
MASTER_SITES= http://collectd.org/files/ |
13 |
|
12 |
|
Lines 42-52
Link Here
|
42 |
PDNS "Input: PowerDNS" Off \ |
41 |
PDNS "Input: PowerDNS" Off \ |
43 |
PGSQL "Input: PostgreSQL" Off \ |
42 |
PGSQL "Input: PostgreSQL" Off \ |
44 |
PING "Input: Network latency (liboping)" On \ |
43 |
PING "Input: Network latency (liboping)" On \ |
45 |
PYTHON "Input: Python plugin" Off \ |
44 |
PYTHON "Input: Python plugin" Off \ |
|
|
45 |
ROUTEROS "Input: RouterOS plugin" Off \ |
46 |
SNMP "Input: SNMP" On \ |
46 |
SNMP "Input: SNMP" On \ |
47 |
TOKYOTYRANT "Input: Tokyotyrant database" Off \ |
47 |
TOKYOTYRANT "Input: Tokyotyrant database" Off \ |
48 |
XMMS "Input: XMMS" Off \ |
48 |
XMMS "Input: XMMS" Off \ |
49 |
RRDTOOL "Output: RRDTool" On \ |
49 |
RRDTOOL "Output: RRDTool" On \ |
50 |
RRDCACHED "Output: RRDTool Cached (require RRDTOOL)" On |
50 |
RRDCACHED "Output: RRDTool Cached (require RRDTOOL)" On |
51 |
|
51 |
|
52 |
MAN1= collectd.1 collectd-nagios.1 collectdmon.1 collectdctl.1 |
52 |
MAN1= collectd.1 collectd-nagios.1 collectdmon.1 collectdctl.1 |
Lines 110-117
Link Here
|
110 |
--disable-perl \ |
110 |
--disable-perl \ |
111 |
--disable-pinba \ |
111 |
--disable-pinba \ |
112 |
--disable-protocols \ |
112 |
--disable-protocols \ |
113 |
--disable-routeros \ |
|
|
114 |
--without-librouteros \ |
115 |
--disable-sensors \ |
113 |
--disable-sensors \ |
116 |
--disable-serial \ |
114 |
--disable-serial \ |
117 |
--disable-table \ |
115 |
--disable-table \ |
Lines 267-273
Link Here
|
267 |
.endif |
265 |
.endif |
268 |
|
266 |
|
269 |
.if defined(WITH_MEMCACHED) |
267 |
.if defined(WITH_MEMCACHED) |
270 |
LIB_DEPENDS+= memcached.8:${PORTSDIR}/databases/libmemcached |
268 |
LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached |
271 |
CONFIGURE_ARGS+=--enable-memcached |
269 |
CONFIGURE_ARGS+=--enable-memcached |
272 |
CONFIGURE_ARGS+=--with-libmemcached=${LOCALBASE} |
270 |
CONFIGURE_ARGS+=--with-libmemcached=${LOCALBASE} |
273 |
PLIST_SUB+= MEMCACHED="" |
271 |
PLIST_SUB+= MEMCACHED="" |
Lines 340-345
Link Here
|
340 |
PLIST_SUB+= PYTHON="@comment " |
338 |
PLIST_SUB+= PYTHON="@comment " |
341 |
.endif |
339 |
.endif |
342 |
|
340 |
|
|
|
341 |
.if defined(WITH_ROUTEROS) |
342 |
LIB_DEPENDS+= routeros:${PORTSDIR}/net/librouteros |
343 |
CONFIGURE_ARGS+=--enable-routeros --with-librouteros=${LOCALBASE} |
344 |
PLIST_SUB+= ROUTEROS="" |
345 |
.else |
346 |
CONFIGURE_ARGS+=--disable-routeros --without-librouteros |
347 |
PLIST_SUB+= ROUTEROS="@comment " |
348 |
.endif |
349 |
|
343 |
.if defined(WITH_RRDTOOL) |
350 |
.if defined(WITH_RRDTOOL) |
344 |
LIB_DEPENDS+= rrd:${PORTSDIR}/databases/rrdtool |
351 |
LIB_DEPENDS+= rrd:${PORTSDIR}/databases/rrdtool |
345 |
CONFIGURE_ARGS+=--enable-rrdtool |
352 |
CONFIGURE_ARGS+=--enable-rrdtool |