2012-12-30 14:58:07 +01:00
|
|
|
# Created by: Lars Thegler <lars@thegler.dk>
|
2002-04-01 12:46:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= smokeping
|
2013-05-24 23:19:44 +02:00
|
|
|
PORTVERSION= 2.6.9
|
2007-08-11 13:13:39 +02:00
|
|
|
CATEGORIES= net-mgmt www
|
2006-12-12 13:47:43 +01:00
|
|
|
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
|
|
|
|
http://smokeping.cs.pu.edu.tw/pub/
|
2002-04-01 12:46:58 +02:00
|
|
|
|
2014-01-29 10:17:41 +01:00
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Latency logging and graphing system
|
2002-04-01 12:46:58 +02:00
|
|
|
|
2013-05-24 23:19:44 +02:00
|
|
|
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
|
2012-12-30 14:58:07 +01:00
|
|
|
BUILD_DEPENDS= p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \
|
|
|
|
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \
|
|
|
|
p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI \
|
|
|
|
p5-Config-Grammar>=0:${PORTSDIR}/devel/p5-Config-Grammar \
|
|
|
|
p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
|
2012-05-14 17:03:12 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-12-21 14:55:08 +01:00
|
|
|
|
2013-09-14 17:39:55 +02:00
|
|
|
USES= gmake perl5
|
2012-05-13 14:54:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= PERL=${PERL} PERL5LIB=${PREFIX}/smokeping/lib
|
|
|
|
CONFIGURE_ARGS+= \
|
|
|
|
--sysconfdir=${ETCDIR} \
|
|
|
|
--with-htdocs-dir=${PREFIX}/smokeping/htdocs \
|
|
|
|
--libdir=${PREFIX}/smokeping/lib
|
|
|
|
HTDOCSDIR= ${PREFIX}/smokeping/htdocs
|
2002-04-01 12:46:58 +02:00
|
|
|
|
2006-12-12 13:47:43 +01:00
|
|
|
USE_RC_SUBR= smokeping
|
|
|
|
|
2005-10-06 14:44:03 +02:00
|
|
|
MAN1= smokeping.1 \
|
2012-05-13 14:54:52 +02:00
|
|
|
smokeping_cgi.1 \
|
2005-10-06 14:44:03 +02:00
|
|
|
tSmoke.1
|
2012-05-13 14:54:52 +02:00
|
|
|
MAN3= Smokeping_matchers_Avgratio.3 \
|
|
|
|
Smokeping_matchers_CheckLatency.3 \
|
|
|
|
Smokeping_matchers_CheckLoss.3 \
|
|
|
|
Smokeping_matchers_ExpLoss.3 \
|
|
|
|
Smokeping_matchers_Median.3 \
|
|
|
|
Smokeping_matchers_Medratio.3 \
|
|
|
|
Smokeping_matchers_base.3 \
|
|
|
|
Smokeping_probes_AnotherDNS.3 \
|
|
|
|
Smokeping_probes_AnotherSSH.3 \
|
|
|
|
Smokeping_probes_CiscoRTTMonDNS.3 \
|
|
|
|
Smokeping_probes_CiscoRTTMonEchoICMP.3 \
|
|
|
|
Smokeping_probes_CiscoRTTMonTcpConnect.3 \
|
|
|
|
Smokeping_probes_Curl.3 \
|
|
|
|
Smokeping_probes_DNS.3 \
|
|
|
|
Smokeping_probes_DismanPing.3 \
|
|
|
|
Smokeping_probes_EchoPing.3 \
|
|
|
|
Smokeping_probes_EchoPingChargen.3 \
|
|
|
|
Smokeping_probes_EchoPingDNS.3 \
|
|
|
|
Smokeping_probes_EchoPingDiscard.3 \
|
|
|
|
Smokeping_probes_EchoPingHttp.3 \
|
|
|
|
Smokeping_probes_EchoPingHttps.3 \
|
|
|
|
Smokeping_probes_EchoPingIcp.3 \
|
|
|
|
Smokeping_probes_EchoPingLDAP.3 \
|
|
|
|
Smokeping_probes_EchoPingPlugin.3 \
|
|
|
|
Smokeping_probes_EchoPingSmtp.3 \
|
|
|
|
Smokeping_probes_EchoPingWhois.3 \
|
|
|
|
Smokeping_probes_FPing.3 \
|
|
|
|
Smokeping_probes_FPing6.3 \
|
|
|
|
Smokeping_probes_FTPtransfer.3 \
|
|
|
|
Smokeping_probes_IOSPing.3 \
|
|
|
|
Smokeping_probes_LDAP.3 \
|
|
|
|
Smokeping_probes_NFSping.3 \
|
|
|
|
Smokeping_probes_OpenSSHJunOSPing.3 \
|
|
|
|
Smokeping_probes_Radius.3 \
|
|
|
|
Smokeping_probes_RemoteFPing.3 \
|
2013-05-24 23:19:44 +02:00
|
|
|
Smokeping_probes_SendEmail.3 \
|
2012-05-13 14:54:52 +02:00
|
|
|
Smokeping_probes_SSH.3 \
|
|
|
|
Smokeping_probes_SipSak.3 \
|
|
|
|
Smokeping_probes_TCPPing.3 \
|
|
|
|
Smokeping_probes_TacacsPlus.3 \
|
|
|
|
Smokeping_probes_TelnetIOSPing.3 \
|
|
|
|
Smokeping_probes_TelnetJunOSPing.3 \
|
|
|
|
Smokeping_probes_WebProxyFilter.3 \
|
|
|
|
Smokeping_probes_base.3 \
|
|
|
|
Smokeping_probes_basefork.3 \
|
|
|
|
Smokeping_probes_basevars.3 \
|
|
|
|
Smokeping_probes_passwordchecker.3 \
|
|
|
|
Smokeping_probes_skel.3 \
|
|
|
|
Smokeping_sorters_Loss.3 \
|
|
|
|
Smokeping_sorters_Max.3 \
|
|
|
|
Smokeping_sorters_Median.3 \
|
|
|
|
Smokeping_sorters_StdDev.3 \
|
|
|
|
Smokeping_sorters_base.3
|
|
|
|
MAN5= smokeping_config.5 \
|
|
|
|
smokeping_examples.5
|
|
|
|
MAN7= smokeping_extend.7 \
|
2005-10-06 14:44:03 +02:00
|
|
|
smokeping_install.7 \
|
2012-05-13 14:54:52 +02:00
|
|
|
smokeping_master_slave.7 \
|
2005-10-06 14:44:03 +02:00
|
|
|
smokeping_upgrade.7
|
2002-04-01 12:46:58 +02:00
|
|
|
|
2004-02-24 13:41:38 +01:00
|
|
|
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
|
|
|
|
2010-02-15 13:53:24 +01:00
|
|
|
USERS= smokeping
|
|
|
|
GROUPS= smokeping
|
2004-02-24 13:41:38 +01:00
|
|
|
|
2010-02-15 13:53:24 +01:00
|
|
|
SUB_FILES= pkg-deinstall pkg-message
|
|
|
|
SUB_LIST= USERS=${USERS} \
|
2012-05-13 14:54:52 +02:00
|
|
|
GROUPS=${GROUPS}
|
2002-04-01 12:46:58 +02:00
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
FPING_DESC= Support for fping probes
|
|
|
|
ECHOPING_DESC= Support for EchoPing probes
|
|
|
|
CURL_DESC= Support for Curl probes
|
|
|
|
LDAP_DESC= Support for LDAP probes
|
|
|
|
LDAPSSL_DESC= Support for SSL-enabled LDAP probes
|
|
|
|
RADIUS_DESC= Support for Radius probes
|
|
|
|
TELNET_DESC= Support for TelnetIOSPing probes
|
|
|
|
DNS_DESC= Support for AnotherDNS probes
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= ECHOPING CURL RADIUS TELNET DNS FPING LDAP LDAPSSL
|
|
|
|
OPTIONS_DEFAULT= FPING
|
2010-02-15 13:53:24 +01:00
|
|
|
|
2013-09-21 00:24:43 +02:00
|
|
|
NO_STAGE= yes
|
2010-02-15 13:53:24 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2013-05-24 23:19:44 +02:00
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MFPING}
|
2010-02-15 13:53:24 +01:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
|
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MECHOPING}
|
2010-02-15 13:53:24 +01:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/echoping:${PORTSDIR}/net/echoping
|
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MCURL}
|
2010-02-15 13:53:24 +01:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl
|
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MLDAP} || ${PORT_OPTIONS:MLDAPSSL}
|
2012-06-30 14:42:52 +02:00
|
|
|
RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
2010-02-15 13:53:24 +01:00
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MRADIUS}
|
2012-06-30 14:42:52 +02:00
|
|
|
RUN_DEPENDS+= p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius
|
2010-02-15 13:53:24 +01:00
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MLDAPSSL}
|
2012-06-30 14:42:52 +02:00
|
|
|
RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
2010-02-15 13:53:24 +01:00
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MTELNET}
|
2012-06-30 14:42:52 +02:00
|
|
|
RUN_DEPENDS+= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
|
2010-02-15 13:53:24 +01:00
|
|
|
.endif
|
|
|
|
|
2012-12-30 14:58:07 +01:00
|
|
|
.if ${PORT_OPTIONS:MDNS}
|
2012-06-30 14:42:52 +02:00
|
|
|
RUN_DEPENDS+= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
2010-02-15 13:53:24 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-05-13 14:54:52 +02:00
|
|
|
# We will take these from CPAN instead
|
2004-02-24 13:41:38 +01:00
|
|
|
post-extract:
|
2012-05-13 14:54:52 +02:00
|
|
|
cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm
|
2005-10-06 14:44:03 +02:00
|
|
|
|
2004-02-24 13:41:38 +01:00
|
|
|
post-patch:
|
2007-12-21 14:55:08 +01:00
|
|
|
${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
2012-05-14 17:03:12 +02:00
|
|
|
${WRKSRC}/doc/Makefile.in \
|
|
|
|
${WRKSRC}/bin/smokeping \
|
|
|
|
${WRKSRC}/bin/smokeping_cgi \
|
|
|
|
${WRKSRC}/bin/tSmoke
|
2002-04-01 12:46:58 +02:00
|
|
|
|
|
|
|
post-install:
|
2012-05-13 14:54:52 +02:00
|
|
|
.for FILE in basepage.html config smokemail tmail
|
|
|
|
[ -f ${ETCDIR}/${FILE} ] || ${CP} ${ETCDIR}/${FILE}.dist ${ETCDIR}/${FILE}
|
|
|
|
.endfor
|
|
|
|
[ -f ${PREFIX}/smokeping/htdocs/smokeping.fcgi ] || ${CP} ${PREFIX}/smokeping/htdocs/smokeping.fcgi.dist ${PREFIX}/smokeping/htdocs/smokeping.fcgi
|
2012-05-14 17:03:12 +02:00
|
|
|
${MKDIR} ${PREFIX}/smokeping/htdocs/img
|
|
|
|
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/smokeping/htdocs
|
2013-05-24 23:19:44 +02:00
|
|
|
${MKDIR} ${PREFIX}/var/smokeping
|
|
|
|
${CHOWN} -R ${USERS}:${GROUPS} ${PREFIX}/var/smokeping
|
2004-02-24 13:41:38 +01:00
|
|
|
.if !defined(BATCH)
|
2007-12-21 14:55:08 +01:00
|
|
|
${CAT} ${PKGMESSAGE}
|
2004-02-24 13:41:38 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|