# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils user systemd DESCRIPTION="A powerful latency measurement tool" HOMEPAGE="http://oss.oetiker.ch/smokeping/" SRC_URI="http://oss.oetiker.ch/smokeping/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" # dropping hppa and sparc because of way too may dependencies not having # keywords in those architectures. KEYWORDS="~amd64 ~x86" # removing fcgi useflag as the configure script can't avoid it without patching IUSE="apache2 curl dig echoping ipv6 radius" DEPEND=" >=dev-lang/perl-5.8.8-r8 >=dev-perl/SNMP_Session-1.13 >=net-analyzer/fping-2.4_beta2-r2[suid] >=net-analyzer/rrdtool-1.2[graph,perl] dev-perl/CGI-Fast dev-perl/CGI-Session dev-perl/Config-Grammar dev-perl/Digest-HMAC dev-perl/FCGI dev-perl/IO-Socket-SSL dev-perl/IO-Tty dev-perl/Net-DNS dev-perl/Net-OpenSSH dev-perl/Net-SNMP dev-perl/Net-Telnet dev-perl/libwww-perl dev-perl/perl-ldap virtual/perl-libnet !apache2? ( virtual/httpd-cgi ) apache2? ( >=www-apache/mod_perl-2.0.1 www-apache/mod_fcgid ) curl? ( >=net-misc/curl-7.21.4 ) dig? ( net-dns/bind-tools ) echoping? ( >=net-analyzer/echoping-6.0.2 ) ipv6? ( >=dev-perl/Socket6-0.20 ) radius? ( dev-perl/RadiusPerl ) " RDEPEND="${DEPEND}" pkg_setup() { enewgroup smokeping enewuser smokeping -1 -1 /var/lib/smokeping smokeping } src_prepare() { rm -r lib/{BER.pm,SNMP_Session.pm,SNMP_util.pm} # dev-perl/SNMP_Session } src_configure() { econf \ --sysconfdir=/etc/smokeping \ --with-htdocs-dir=/var/www/localhost/smokeping } src_compile() { LC_ALL=C emake } src_install() { default newinitd "${FILESDIR}"/${PN}.init.5 ${PN} systemd_dounit "${FILESDIR}"/"${PN}".service mv "${D}/etc/smokeping/basepage.html.dist" "${D}/etc/smokeping/basepage.html" mv "${D}/etc/smokeping/config.dist" "${D}/etc/smokeping/config" mv "${D}/etc/smokeping/smokemail.dist" "${D}/etc/smokeping/smokemail" mv "${D}/etc/smokeping/smokeping_secrets.dist" "${D}/etc/smokeping/smokeping_secrets" mv "${D}/etc/smokeping/tmail.dist" "${D}/etc/smokeping/tmail" # We don't use the PID file created by smokeping, but the daemon # will refuse to start unless we let it write one somewhere. So, we # set piddir=$HOME for the smokeping user. sed -i \ -e '/^imgcache/{s:\(^imgcache[ \t]*=\).*:\1 /var/lib/smokeping/.simg:}' \ -e '/^imgurl/{s:\(^imgurl[ \t]*=\).*:\1 ../.simg:}' \ -e '/^datadir/{s:\(^datadir[ \t]*=\).*:\1 /var/lib/smokeping:}' \ -e '/^piddir/{s:\(^piddir[ \t]*=\).*:\1 /var/lib/smokeping:}' \ -e '/^cgiurl/{s#\(^cgiurl[ \t]*=\).*#\1 http://some.place.xyz/perl/smokeping.pl#}' \ -e '/^smokemail/{s:\(^smokemail[ \t]*=\).*:\1 /etc/smokeping/smokemail:}' \ -e '/^tmail/{s:\(^tmail[ \t]*=\).*:\1 /etc/smokeping/tmail:}' \ -e '/^secrets/{s:\(^secrets[ \t]*=\).*:\1 /etc/smokeping/smokeping_secrets:}' \ -e '/^template/{s:\(^template[ \t]*=\).*:\1 /etc/smokeping/basepage.html:}' \ "${D}/etc/${PN}/config" || die sed -i \ -e '/^