+++ /dev/null
-###############################################################################
-# #
-# IPFire.org - A linux based firewall #
-# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
-# #
-# This program is free software: you can redistribute it and/or modify #
-# it under the terms of the GNU General Public License as published by #
-# the Free Software Foundation, either version 3 of the License, or #
-# (at your option) any later version. #
-# #
-# This program is distributed in the hope that it will be useful, #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
-# GNU General Public License for more details. #
-# #
-# You should have received a copy of the GNU General Public License #
-# along with this program. If not, see <http://www.gnu.org/licenses/>. #
-# #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME = collectd
-PKG_VER = 4.7.2
-PKG_REL = 0
-
-THISAPP = $(PKG_NAME)-$(PKG_VER)
-DL_FILE = $(THISAPP).tar.bz2
-DIR_APP = $(DIR_SRC)/$(THISAPP)
-
-OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-
-MAINTAINER =
-GROUP = System/Statistics
-CORE = yes
-EXTRA = no
-DEBUG = no
-BUILD_DEPS =
-DEPS =
-
-URL = http://www.collectd.org/
-LICENSE = GPLv2+
-SHORT_DESC = Statistics collection daemon for filling RRD files.
-
-define LONG_DESC
- collectd is a small daemon written in C for performance. It reads various \
- system statistics and updates RRD files, creating them if necessary. \
- Since the daemon doesn't need to startup every time it wants to update the \
- files it's very fast and easy on the system. Also, the statistics are very \
- fine grained since the files are updated every 10 seconds.
-endef
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-download: $(objects)
-
-info:
- $(DO_PKG_INFO)
-
-install: $(OBJECT)
-
-packages: $(PACKAGES)
-
-$(PACKAGES): $(OBJECT)
- @$(DO_PACKAGE)
-
-$(objects):
- @$(LOAD)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(OBJECT): $(objects)
- @$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && sed -e "s/-Werror//g" -i src/Makefile.in
- cd $(DIR_APP) && KERNEL_DIR=/usr/include \
- ./configure \
- $(CONFIGURE_ARCH) \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --without-libiptc \
- --disable-apache \
- --enable-apcups \
- --disable-apple_sensors \
- --disable-ascent \
- --enable-battery \
- --enable-cpu \
- --enable-cpufreq \
- --disable-csv \
- --enable-df \
- --enable-disk \
- --enable-dns \
- --enable-email \
- --enable-entropy \
- --enable-exec \
- --enable-hddtemp \
- --enable-interface \
- --disable-iptables \
- --disable-ipmi \
- --disable-ipvs \
- --enable-irq \
- --disable-libvirt \
- --enable-load \
- --enable-logfile \
- --disable-mbmon \
- --disable-memcached \
- --enable-memory \
- --disable-multimeter \
- --disable-mysql \
- --disable-netlink \
- --enable-network \
- --enable-nfs \
- --disable-nginx \
- --enable-ntpd \
- --disable-nut \
- --disable-perl \
- --disable-ping \
- --disable-powerdns \
- --enable-processes \
- --enable-rrdtool \
- --enable-rrdcachd \
- --enable-sensors \
- --enable-serial \
- --enable-swap \
- --enable-syslog \
- --enable-tail \
- --disable-tape \
- --enable-tcpconns \
- --disable-teamspeak2 \
- --enable-unixsock \
- --enable-users \
- --enable-uuid \
- --disable-vmem \
- --disable-vserver \
- --enable-wireless \
- --disable-xmms
-
- cd $(DIR_APP) && make $(PARALLELISMFLAGS)
- cd $(DIR_APP) && make install
-
- rm -vf /usr/lib/libcollectdclient.la /usr/lib/collectd/*.la
-
- cp -vf $(DIR_SOURCE)/$(PKG_NAME)/$(PKG_NAME)*.conf /etc/
- -mkdir /etc/$(PKG_NAME).d/
- cp -vf $(DIR_CONFIG)/$(PKG_NAME)/* /etc/$(PKG_NAME).d/
-
- install -v -m 755 $(DIR_SOURCE)/initscripts/extras/$(PKG_NAME)* \
- /etc/init/
-
- @rm -rf $(DIR_APP)
- @$(POSTBUILD)
+++ /dev/null
-etc/collectd.conf
-etc/collectd.d
-etc/collectd.d/base_cpu
-etc/collectd.d/base_interface
-etc/collectd.d/base_memory
-etc/collectd.d/ext_disk
-etc/collectd.d/ext_load
-etc/collectd.d/ext_thermal
-etc/init/collectd.conf
-#usr/bin/collectd-nagios
-#usr/include/collectd
-#usr/include/collectd/client.h
-#usr/include/collectd/lcc_features.h
-usr/lib/collectd
-usr/lib/collectd/apcups.so
-usr/lib/collectd/battery.so
-usr/lib/collectd/bind.so
-usr/lib/collectd/conntrack.so
-usr/lib/collectd/cpu.so
-usr/lib/collectd/cpufreq.so
-usr/lib/collectd/curl.so
-usr/lib/collectd/df.so
-usr/lib/collectd/disk.so
-usr/lib/collectd/dns.so
-usr/lib/collectd/email.so
-usr/lib/collectd/entropy.so
-usr/lib/collectd/exec.so
-usr/lib/collectd/filecount.so
-usr/lib/collectd/fscache.so
-usr/lib/collectd/hddtemp.so
-usr/lib/collectd/interface.so
-usr/lib/collectd/irq.so
-usr/lib/collectd/load.so
-usr/lib/collectd/logfile.so
-usr/lib/collectd/match_regex.so
-usr/lib/collectd/match_timediff.so
-usr/lib/collectd/match_value.so
-usr/lib/collectd/memory.so
-usr/lib/collectd/network.so
-usr/lib/collectd/nfs.so
-usr/lib/collectd/ntpd.so
-usr/lib/collectd/openvpn.so
-usr/lib/collectd/processes.so
-usr/lib/collectd/protocols.so
-usr/lib/collectd/rrdtool.so
-usr/lib/collectd/sensors.so
-usr/lib/collectd/serial.so
-usr/lib/collectd/swap.so
-usr/lib/collectd/syslog.so
-usr/lib/collectd/table.so
-usr/lib/collectd/tail.so
-usr/lib/collectd/target_notification.so
-usr/lib/collectd/target_replace.so
-usr/lib/collectd/target_set.so
-usr/lib/collectd/tcpconns.so
-usr/lib/collectd/ted.so
-usr/lib/collectd/thermal.so
-usr/lib/collectd/unixsock.so
-usr/lib/collectd/uptime.so
-usr/lib/collectd/users.so
-usr/lib/collectd/uuid.so
-usr/lib/collectd/wireless.so
-usr/lib/libcollectdclient.so
-usr/lib/libcollectdclient.so.0
-usr/lib/libcollectdclient.so.0.0.0
-usr/lib/perl5/site_perl/5.10.0/Collectd
-usr/lib/perl5/site_perl/5.10.0/Collectd.pm
-usr/lib/perl5/site_perl/5.10.0/Collectd/Unixsock.pm
-#usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/Collectd
-#usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/Collectd/.packlist
-#usr/lib/pkgconfig/libcollectdclient.pc
-usr/sbin/collectd
-usr/sbin/collectdmon
-usr/share/collectd
-#usr/share/collectd/postgresql_default.conf
-usr/share/collectd/types.db
-#usr/share/man/man1/collectd-nagios.1
-#usr/share/man/man1/collectd.1
-#usr/share/man/man1/collectdmon.1
-#usr/share/man/man3/Collectd::Unixsock.3
-#usr/share/man/man5/collectd-email.5
-#usr/share/man/man5/collectd-exec.5
-#usr/share/man/man5/collectd-java.5
-#usr/share/man/man5/collectd-perl.5
-#usr/share/man/man5/collectd-snmp.5
-#usr/share/man/man5/collectd-unixsock.5
-#usr/share/man/man5/collectd.conf.5
-#usr/share/man/man5/types.db.5
-var/lib/collectd