Index: head/net-mgmt/smokeping/Makefile =================================================================== --- head/net-mgmt/smokeping/Makefile (revision 492830) +++ head/net-mgmt/smokeping/Makefile (revision 492831) @@ -1,92 +1,105 @@ # Created by: Lars Thegler # $FreeBSD$ PORTNAME= smokeping -PORTVERSION= 2.6.11 -PORTREVISION= 8 +PORTVERSION= 2.7.3 CATEGORIES= net-mgmt www -MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ - http://smokeping.cs.pu.edu.tw/pub/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Latency logging and graphing system LICENSE= GPLv2 LIB_DEPENDS= librrd.so:databases/rrdtool BUILD_DEPENDS= p5-CGI-Fast>=0:www/p5-CGI-Fast \ p5-CGI-Session>=0:www/p5-CGI-Session \ p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-IO-Pty-Easy>=0:devel/p5-IO-Pty-Easy \ p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session \ p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-CGI>=0:www/p5-CGI \ p5-FCGI>=0:www/p5-FCGI \ p5-Config-Grammar>=0:devel/p5-Config-Grammar \ p5-Socket6>=0:net/p5-Socket6 \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-Net-Telnet>=0:net/p5-Net-Telnet \ p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \ - p5-perl-ldap>=0:net/p5-perl-ldap + p5-perl-ldap>=0:net/p5-perl-ldap \ + p5-OrePAN2>=0:devel/p5-OrePAN2 \ + curl>=0:ftp/curl RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= gmake perl5 autoreconf + CONFLICTS_INSTALL= nfsping +SUB_FILES= pkg-deinstall pkg-message +SUB_LIST= USERS=${USERS} \ + GROUPS=${GROUPS} + NO_ARCH= yes -USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ENV+= PERL=${PERL} PERL5LIB=${PREFIX}/smokeping/lib CONFIGURE_ARGS+= \ --sysconfdir=${ETCDIR} \ --localstatedir="${PREFIX}/var" \ --with-htdocs-dir=${PREFIX}/smokeping/htdocs \ --libdir=${PREFIX}/smokeping/lib HTDOCSDIR= ${PREFIX}/smokeping/htdocs USE_RC_SUBR= smokeping PKGDEINSTALL= ${WRKDIR}/pkg-deinstall USERS= smokeping GROUPS= smokeping -SUB_FILES= pkg-deinstall pkg-message -SUB_LIST= USERS=${USERS} \ - GROUPS=${GROUPS} +OPTIONS_DEFINE= ECHOPING RADIUS TELNET DNS FPING EXAMPLES +OPTIONS_DEFAULT= FPING FPING_DESC= Support for fping probes +FPING_RUN_DEPENDS= ${LOCALBASE}/sbin/fping:net/fping + ECHOPING_DESC= Support for EchoPing probes -CURL_DESC= Support for Curl probes +ECHOPING_RUN_DEPENDS= ${LOCALBASE}/bin/echoping:net/echoping + RADIUS_DESC= Support for Radius probes +RADIUS_RUN_DEPENDS= p5-Authen-Radius>=0:security/p5-Authen-Radius + TELNET_DESC= Support for TelnetIOSPing probes +TELNET_RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet + DNS_DESC= Support for AnotherDNS probes +DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS -OPTIONS_DEFINE= ECHOPING CURL RADIUS TELNET DNS FPING EXAMPLES +USE_GITHUB= yes +GH_ACCOUNT= oetiker +GH_PROJECT= SmokePing +GH_TAGNAME= 9b2ecb9 + +OPTIONS_DEFINE= ECHOPING RADIUS TELNET DNS FPING EXAMPLES OPTIONS_DEFAULT= FPING -FPING_RUN_DEPENDS= ${LOCALBASE}/sbin/fping:net/fping -ECHOPING_RUN_DEPENDS= ${LOCALBASE}/bin/echoping:net/echoping -CURL_RUN_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl -RADIUS_RUN_DEPENDS= p5-Authen-Radius>=0:security/p5-Authen-Radius -TELNET_RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet -DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS - # We will take these from CPAN instead post-extract: cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm post-patch: ${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${WRKSRC}/doc/Makefile.in \ + ${WRKSRC}/doc/Makefile.am \ ${WRKSRC}/bin/smokeping \ ${WRKSRC}/bin/smokeping_cgi \ ${WRKSRC}/bin/tSmoke + @for a in ${WRKSRC}/etc/*.dist; do \ + ${MV} $$a $${a%.dist}.sample; \ + done + ${MV} ${WRKSRC}/etc/config.dist.in ${WRKSRC}/etc/config.sample.in post-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/smokeping/htdocs/img ${MKDIR} ${STAGEDIR}/${PREFIX}/var/smokeping .include Index: head/net-mgmt/smokeping/distinfo =================================================================== --- head/net-mgmt/smokeping/distinfo (revision 492830) +++ head/net-mgmt/smokeping/distinfo (revision 492831) @@ -1,2 +1,3 @@ -SHA256 (smokeping-2.6.11.tar.gz) = f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd -SIZE (smokeping-2.6.11.tar.gz) = 417338 +TIMESTAMP = 1548858797 +SHA256 (oetiker-SmokePing-2.7.3-9b2ecb9_GH0.tar.gz) = 10ff209c4efae212b5347ffdcda100a536f690ee154211e54e0d01c5d5508401 +SIZE (oetiker-SmokePing-2.7.3-9b2ecb9_GH0.tar.gz) = 317527 Index: head/net-mgmt/smokeping/files/patch-lib__Smokeping__probes__AnotherDNS.pm =================================================================== --- head/net-mgmt/smokeping/files/patch-lib__Smokeping__probes__AnotherDNS.pm (revision 492830) +++ head/net-mgmt/smokeping/files/patch-lib__Smokeping__probes__AnotherDNS.pm (nonexistent) @@ -1,20 +0,0 @@ ---- lib/Smokeping/probes/AnotherDNS.pm.orig 2014-10-29 09:03:10.000000000 +0100 -+++ lib/Smokeping/probes/AnotherDNS.pm 2015-02-12 19:43:50.000000000 +0100 -@@ -25,6 +25,8 @@ - use IO::Select; - use Net::DNS; - -+use constant PACKETSZ => 512; -+ - sub pod_hash { - return { - name => <recv( $buf, 512 ); -+ $ready->recv( $buf, PACKETSZ ); - my ($recvPacket, $err) = Net::DNS::Packet->new(\$buf); - if (defined $recvPacket) { - my $recvHeader = $recvPacket->header(); Property changes on: head/net-mgmt/smokeping/files/patch-lib__Smokeping__probes__AnotherDNS.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-bin-smokeping =================================================================== --- head/net-mgmt/smokeping/files/patch-bin-smokeping (revision 492830) +++ head/net-mgmt/smokeping/files/patch-bin-smokeping (nonexistent) @@ -1,17 +0,0 @@ ---- bin/smokeping.orig 2012-05-14 12:45:03.010872981 +0200 -+++ bin/smokeping 2012-05-14 12:54:39.881874010 +0200 -@@ -6,12 +6,11 @@ - - use FindBin; - # PERL5LIB --use lib "$FindBin::Bin/../thirdparty/lib/perl5"; --use lib "$FindBin::Bin/../lib"; -+use lib "%%PREFIX%%/smokeping/lib"; - - use Smokeping; - --Smokeping::main("$FindBin::Bin/../etc/config"); -+Smokeping::main("%%ETCDIR%%/config"); - - =head1 NAME - Property changes on: head/net-mgmt/smokeping/files/patch-bin-smokeping ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-etc__config.dist.in =================================================================== --- head/net-mgmt/smokeping/files/patch-etc__config.dist.in (revision 492830) +++ head/net-mgmt/smokeping/files/patch-etc__config.dist.in (nonexistent) @@ -1,44 +0,0 @@ ---- ./etc/config.dist.in.orig 2011-10-30 11:33:11.000000000 +0100 -+++ ./etc/config.dist.in 2012-02-02 14:54:50.000000000 +0100 -@@ -7,13 +7,13 @@ sendmail = @SENDMAIL@ - # NOTE: do not put the Image Cache below cgi-bin - # since all files under cgi-bin will be executed ... this is not - # good for images. --imgcache = @prefix@/cache --imgurl = cache --datadir = @prefix@/data --piddir = @prefix@/var -+imgcache = @prefix@/smokeping/htdocs/img -+imgurl = img -+datadir = @prefix@/var/smokeping -+piddir = @prefix@/var/smokeping - cgiurl = http://some.url/smokeping.cgi --smokemail = @prefix@/etc/smokemail.dist --tmail = @prefix@/etc/tmail.dist -+smokemail = @prefix@/etc/smokeping/smokemail -+tmail = @prefix@/etc/smokeping/tmail - # specify this to get syslog logging - syslogfacility = local0 - # each probe is now run in its own process -@@ -47,7 +47,7 @@ AVERAGE 0.5 144 720 - - *** Presentation *** - --template = @prefix@/etc/basepage.html.dist -+template = @prefix@/etc/smokeping/basepage.html - - + charts - -@@ -105,10 +105,10 @@ unison_tolerance = 2 - - + FPing - --binary = /usr/sbin/fping -+binary = @prefix@/sbin/fping - - *** Slaves *** --secrets=@prefix@/etc/smokeping_secrets.dist -+secrets=@prefix@/etc/smokeping/smokeping_secrets - +boomer - display_name=boomer - color=0000ff Property changes on: head/net-mgmt/smokeping/files/patch-etc__config.dist.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-bin-smokeping_cgi =================================================================== --- head/net-mgmt/smokeping/files/patch-bin-smokeping_cgi (revision 492830) +++ head/net-mgmt/smokeping/files/patch-bin-smokeping_cgi (nonexistent) @@ -1,21 +0,0 @@ ---- bin/smokeping_cgi.orig 2012-05-14 12:45:11.565909114 +0200 -+++ bin/smokeping_cgi 2012-05-14 12:55:19.866379488 +0200 -@@ -6,8 +6,7 @@ - - use FindBin; - # PERL5LIB --use lib "$FindBin::Bin/../thirdparty/lib/perl5"; --use lib "$FindBin::Bin/../lib"; -+use lib "%%PREFIX%%/smokeping/lib"; - - # don't bother with zombies - $SIG{CHLD} = 'IGNORE'; -@@ -18,7 +17,7 @@ - - use CGI::Fast; - --my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config"; -+my $cfg = (shift @ARGV) || "%%ETCDIR%%/config"; - - - while (my $q = new CGI::Fast) { Property changes on: head/net-mgmt/smokeping/files/patch-bin-smokeping_cgi ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in =================================================================== --- head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in (revision 492830) +++ head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in (nonexistent) @@ -1,15 +0,0 @@ ---- htdocs/Makefile.in.orig 2014-11-04 23:50:59.000000000 +0100 -+++ htdocs/Makefile.in 2015-02-12 19:30:27.000000000 +0100 -@@ -466,9 +466,9 @@ - - install-data-local: - $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR) -- $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist -- $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist -- chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist -+ $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample -+ $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample -+ chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-doc__Makefile.in =================================================================== --- head/net-mgmt/smokeping/files/patch-doc__Makefile.in (revision 492830) +++ head/net-mgmt/smokeping/files/patch-doc__Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- ./doc/Makefile.in.orig 2011-11-12 11:57:45.000000000 +0100 -+++ ./doc/Makefile.in 2012-02-02 14:54:50.000000000 +0100 -@@ -249,7 +249,7 @@ iman5_DATA = $(MAN5) - iman7dir = $(mandir)/man7 - iman7_DATA = $(MAN7) - EXAMPLES := $(wildcard examples/config.*) --etcdir = $(sysconfdir)/examples -+etcdir = %%EXAMPLESDIR%% - etc_DATA = $(EXAMPLES) - all: all-am - Property changes on: head/net-mgmt/smokeping/files/patch-doc__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-etc_Makefile.in =================================================================== --- head/net-mgmt/smokeping/files/patch-etc_Makefile.in (revision 492830) +++ head/net-mgmt/smokeping/files/patch-etc_Makefile.in (nonexistent) @@ -1,12 +0,0 @@ ---- etc/Makefile.in 2013-03-04 13:07:55.000000000 +0000 -+++ etc/Makefile.in.changes 2014-07-19 10:38:59.338305503 +0000 -@@ -258,7 +258,8 @@ - @list='$(etc_DATA)'; test -n "$(etcdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- echo "$$d$$p"; \ -+ mv $$p $${p%%.dist}.sample; \ -+ echo "$$d$${p%%.dist}.sample"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(etcdir)'"; \ Property changes on: head/net-mgmt/smokeping/files/patch-etc_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-bin-tSmoke =================================================================== --- head/net-mgmt/smokeping/files/patch-bin-tSmoke (revision 492830) +++ head/net-mgmt/smokeping/files/patch-bin-tSmoke (nonexistent) @@ -1,21 +0,0 @@ ---- bin/tSmoke.orig 2012-05-14 14:54:55.388873689 +0200 -+++ bin/tSmoke 2012-05-14 14:56:15.881875827 +0200 -@@ -53,8 +53,7 @@ - # Point the lib variables to your implementation - use FindBin; - # PERL5LIB --use lib "$FindBin::Bin/../thirdparty/lib/perl5"; --use lib "$FindBin::Bin/../lib"; -+use lib "%%PREFIX%%/smokeping/lib"; - - use Smokeping; - use Net::SMTP; -@@ -63,7 +62,7 @@ - use RRDs; - - # Point to your Smokeping config file --my $cfgfile = "etc/config.dist"; -+my $cfgfile = "%%ETCDIR%%/config"; - - # global variables - my $cfg; Property changes on: head/net-mgmt/smokeping/files/patch-bin-tSmoke ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-lib__Smokeping.pm =================================================================== --- head/net-mgmt/smokeping/files/patch-lib__Smokeping.pm (revision 492830) +++ head/net-mgmt/smokeping/files/patch-lib__Smokeping.pm (nonexistent) @@ -1,57 +0,0 @@ ---- lib/Smokeping.pm.orig 2015-02-12 19:31:21.000000000 +0100 -+++ lib/Smokeping.pm 2015-02-12 19:34:23.000000000 +0100 -@@ -2632,12 +2632,14 @@ - { - %$DIRCHECK_SUB, - _doc => <slave mode|smokeping_master_slave>. - --If this variable is not specified, the value of C will be used instead. -+If this variable is not specified, the value of C will be -+used instead. - DOC - }, - piddir => -@@ -4214,7 +4216,7 @@ - if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; } - if($opt{reload}) { - load_cfg $cfgfile, 'noinit'; # we need just the piddir -- kill_smoke $cfg->{General}{piddir}."/smokeping.pid", SIGHUP; -+ kill_smoke $cfg->{General}{piddir}."/pid", SIGHUP; - print "HUP signal sent to the running SmokePing process, exiting.\n"; - exit 0; - }; -@@ -4223,7 +4225,7 @@ - if(defined $opt{'static-pages'}) { makestaticpages $cfg, $opt{'static-pages'}; exit 0 }; - if($opt{email}) { enable_dynamic $cfg, $cfg->{Targets},"",""; exit 0 }; - } -- if($opt{restart}) { kill_smoke $cfg->{General}{piddir}."/smokeping.pid", SIGINT;}; -+ if($opt{restart}) { kill_smoke $cfg->{General}{piddir}."/pid", SIGINT;}; - - if($opt{logfile}) { initialize_filelog($opt{logfile}) }; - -@@ -4236,7 +4238,7 @@ - initialize_syslog($cfg->{General}{syslogfacility}, - $cfg->{General}{syslogpriority}); - } -- daemonize_me $cfg->{General}{piddir}."/smokeping.pid"; -+ daemonize_me $cfg->{General}{piddir}."/pid"; - } - do_log "Smokeping version $VERSION successfully launched."; - -@@ -4413,7 +4415,7 @@ - my $new_conf = Smokeping::Slave::submit_results $slave_cfg,$cfg,$myprobe,$probes; - if ($new_conf && !$gothup){ - do_log('server has new config for me ... HUPing the parent'); -- kill_smoke $cfg->{General}{piddir}."/smokeping.pid", SIGHUP; -+ kill_smoke $cfg->{General}{piddir}."/pid", SIGHUP; - # wait until the parent signals back if it didn't already - sleep if (!$gothup); - if (!$gothup) { Property changes on: head/net-mgmt/smokeping/files/patch-lib__Smokeping.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-lib__Makefile.in =================================================================== --- head/net-mgmt/smokeping/files/patch-lib__Makefile.in (revision 492830) +++ head/net-mgmt/smokeping/files/patch-lib__Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- ./lib/Makefile.in.orig 2012-02-02 15:00:36.000000000 +0100 -+++ ./lib/Makefile.in 2012-02-02 15:01:17.000000000 +0100 -@@ -217,7 +217,7 @@ SORT := $(wildcard Smokeping/sorters/*.p - PROBE := $(wildcard Smokeping/probes/*.pm) - MATCH := $(wildcard Smokeping/matchers/*.pm) - EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH) --perllibdir = $(prefix)/lib -+perllibdir = $(prefix)/smokeping/lib - nobase_perllib_DATA = $(EXTRA_DIST) - all: all-am - Property changes on: head/net-mgmt/smokeping/files/patch-lib__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-Makefile.am =================================================================== --- head/net-mgmt/smokeping/files/patch-Makefile.am (nonexistent) +++ head/net-mgmt/smokeping/files/patch-Makefile.am (revision 492831) @@ -0,0 +1,18 @@ +--- Makefile.am.orig 2019-01-30 16:17:01 UTC ++++ Makefile.am +@@ -16,14 +16,9 @@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = thirdparty doc etc htdocs lib bin ++SUBDIRS = doc etc htdocs lib bin + + EXTRA_DIST = COPYRIGHT CHANGES CONTRIBUTORS LICENSE PERL_MODULES + +-THIRDPARTY_DIR := $(shell pwd)/thirdparty +- + dist-hook: + $(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s*=\s*".*?"/\$$VERSION = "$$v"/' $(distdir)/lib/Smokeping.pm +- +-install-exec-hook: +- [ ! -d $(THIRDPARTY_DIR)/lib/perl5 ] || $(CP) -fr $(THIRDPARTY_DIR)/lib/perl5/* $(DESTDIR)$(libdir) Property changes on: head/net-mgmt/smokeping/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-bin_smokeping =================================================================== --- head/net-mgmt/smokeping/files/patch-bin_smokeping (nonexistent) +++ head/net-mgmt/smokeping/files/patch-bin_smokeping (revision 492831) @@ -0,0 +1,18 @@ +--- bin/smokeping.orig 2018-02-02 21:14:55 UTC ++++ bin/smokeping +@@ -5,12 +5,11 @@ use strict; + use warnings; + + use lib (split /:/, q{}); # PERL5LIB +-use FindBin; +-use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR ++use lib "/usr/local/smokeping/lib"; + + use Smokeping; +- +-Smokeping::main("$FindBin::RealBin/../etc/config"); ++ ++Smokeping::main("/usr/local/etc/smokeping/config"); + + =head1 NAME + Property changes on: head/net-mgmt/smokeping/files/patch-bin_smokeping ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-bin_smokeping__cgi =================================================================== --- head/net-mgmt/smokeping/files/patch-bin_smokeping__cgi (nonexistent) +++ head/net-mgmt/smokeping/files/patch-bin_smokeping__cgi (revision 492831) @@ -0,0 +1,21 @@ +--- bin/smokeping_cgi.orig 2018-02-02 21:14:55 UTC ++++ bin/smokeping_cgi +@@ -5,8 +5,7 @@ use strict; + use warnings; + + use lib (split /:/, q{}); # PERL5LIB +-use FindBin; +-use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR ++use lib "/usr/local/smokeping/lib"; + + # don't bother with zombies + $SIG{CHLD} = 'IGNORE'; +@@ -17,7 +16,7 @@ use Smokeping; + + use CGI::Fast; + +-my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config"; ++my $cfg = (shift @ARGV) || "/usr/local/etc/smokeping/config"; + + + while (my $q = new CGI::Fast) { Property changes on: head/net-mgmt/smokeping/files/patch-bin_smokeping__cgi ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-bin_tSmoke =================================================================== --- head/net-mgmt/smokeping/files/patch-bin_tSmoke (nonexistent) +++ head/net-mgmt/smokeping/files/patch-bin_tSmoke (revision 492831) @@ -0,0 +1,20 @@ +--- bin/tSmoke.orig 2018-02-02 21:14:55 UTC ++++ bin/tSmoke +@@ -53,7 +53,7 @@ use warnings; + # Point the lib variables to your implementation + + use lib (split /:/, q{}); # PERL5LIB +-use FindBin;use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR ++use lib "/usr/local/smokeping/lib"; + + + use Smokeping; +@@ -63,7 +63,7 @@ use Pod::Usage; + use RRDs; + + # Point to your Smokeping config file +-my $cfgfile = "etc/config.dist"; ++my $cfgfile = "/usr/local/etc/smokeping/config"; + + # global variables + my $cfg; Property changes on: head/net-mgmt/smokeping/files/patch-bin_tSmoke ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-configure.ac =================================================================== --- head/net-mgmt/smokeping/files/patch-configure.ac (nonexistent) +++ head/net-mgmt/smokeping/files/patch-configure.ac (revision 492831) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-02-02 21:14:55 UTC ++++ configure.ac +@@ -143,7 +143,7 @@ NOTES + exit 1 + fi + +-AC_CONFIG_FILES([Makefile bin/Makefile doc/Makefile htdocs/Makefile etc/Makefile lib/Makefile thirdparty/Makefile etc/config.dist]) ++AC_CONFIG_FILES([Makefile bin/Makefile doc/Makefile htdocs/Makefile etc/Makefile lib/Makefile thirdparty/Makefile etc/config.sample]) + + AC_SUBST(VERSION) + Property changes on: head/net-mgmt/smokeping/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-doc_Makefile.am =================================================================== --- head/net-mgmt/smokeping/files/patch-doc_Makefile.am (nonexistent) +++ head/net-mgmt/smokeping/files/patch-doc_Makefile.am (revision 492831) @@ -0,0 +1,19 @@ +--- doc/Makefile.am.orig 2018-02-02 21:14:55 UTC ++++ doc/Makefile.am +@@ -92,7 +92,7 @@ tSmoke.1: ../bin/tSmoke + smokeping_config.pod: ../lib/Smokeping.pm + $(AM_V_GEN)$(MAKEPOD) > $@ + +-smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.dist ++smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.sample + $(AM_V_GEN)$(MKDIR) -p examples + $(AM_V_GEN)$(GENEX) + +@@ -116,6 +116,6 @@ iman7_DATA = $(MAN7) + + EXAMPLES := $(wildcard examples/config.*) + +-etcdir = $(sysconfdir)/examples ++etcdir = /usr/local/share/examples/smokeping + etc_DATA = $(EXAMPLES) + Property changes on: head/net-mgmt/smokeping/files/patch-doc_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-doc_smokeping__install.pod =================================================================== --- head/net-mgmt/smokeping/files/patch-doc_smokeping__install.pod (nonexistent) +++ head/net-mgmt/smokeping/files/patch-doc_smokeping__install.pod (revision 492831) @@ -0,0 +1,11 @@ +--- doc/smokeping_install.pod.orig 2018-02-02 21:14:55 UTC ++++ doc/smokeping_install.pod +@@ -108,7 +108,7 @@ to finish your setup. + + =head2 Configuration + +-Use the F file as a template to create your own smokeping configuration file. ++Use the F file as a template to create your own smokeping configuration file. + See L for details. + + =over Property changes on: head/net-mgmt/smokeping/files/patch-doc_smokeping__install.pod ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-etc_Makefile.am =================================================================== --- head/net-mgmt/smokeping/files/patch-etc_Makefile.am (nonexistent) +++ head/net-mgmt/smokeping/files/patch-etc_Makefile.am (revision 492831) @@ -0,0 +1,11 @@ +--- etc/Makefile.am.orig 2018-02-02 21:14:55 UTC ++++ etc/Makefile.am +@@ -15,7 +15,7 @@ + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + + +-EXTRA_DIST = basepage.html.dist config.dist smokemail.dist smokeping_secrets.dist tmail.dist ++EXTRA_DIST = basepage.html.sample config.sample smokemail.sample smokeping_secrets.sample tmail.sample + + etcdir = $(sysconfdir) + etc_DATA = $(EXTRA_DIST) Property changes on: head/net-mgmt/smokeping/files/patch-etc_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-htdocs_Makefile.am =================================================================== --- head/net-mgmt/smokeping/files/patch-htdocs_Makefile.am (nonexistent) +++ head/net-mgmt/smokeping/files/patch-htdocs_Makefile.am (revision 492831) @@ -0,0 +1,12 @@ +--- htdocs/Makefile.am.orig 2018-02-02 21:14:55 UTC ++++ htdocs/Makefile.am +@@ -41,6 +41,6 @@ nobase_js_DATA = $(JS) + + install-data-local: + $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR) +- $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist +- $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist +- chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist ++ $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample ++ $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample ++ chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample Property changes on: head/net-mgmt/smokeping/files/patch-htdocs_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-lib_Makefile.am =================================================================== --- head/net-mgmt/smokeping/files/patch-lib_Makefile.am (nonexistent) +++ head/net-mgmt/smokeping/files/patch-lib_Makefile.am (revision 492831) @@ -0,0 +1,9 @@ +--- lib/Makefile.am.orig 2018-02-02 21:14:55 UTC ++++ lib/Makefile.am +@@ -31,5 +31,5 @@ MATCH := $(wildcard Smokeping/matchers/*.pm) + + EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH) + +-perllibdir = $(prefix)/lib ++perllibdir = $(prefix)/smokeping/lib + nobase_perllib_DATA = $(EXTRA_DIST) Property changes on: head/net-mgmt/smokeping/files/patch-lib_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm =================================================================== --- head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm (nonexistent) +++ head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm (revision 492831) @@ -0,0 +1,38 @@ +--- lib/Smokeping.pm.orig 2018-02-02 21:14:55 UTC ++++ lib/Smokeping.pm +@@ -4306,7 +4306,7 @@ sub main (;$) { + if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; } + if($opt{reload}) { + load_cfg $cfgfile, 'noinit'; # we need just the piddir +- kill_smoke $cfg->{General}{piddir}."/smokeping.pid", SIGHUP; ++ kill_smoke $cfg->{General}{piddir}."/pid", SIGHUP; + print "HUP signal sent to the running SmokePing process, exiting.\n"; + exit 0; + }; +@@ -4315,7 +4315,7 @@ sub main (;$) { + if(defined $opt{'static-pages'}) { makestaticpages $cfg, $opt{'static-pages'}; exit 0 }; + if($opt{email}) { enable_dynamic $cfg, $cfg->{Targets},"",""; exit 0 }; + } +- if($opt{restart}) { kill_smoke $cfg->{General}{piddir}."/smokeping.pid", SIGINT;}; ++ if($opt{restart}) { kill_smoke $cfg->{General}{piddir}."/pid", SIGINT;}; + + if($opt{logfile}) { initialize_filelog($opt{logfile}) }; + +@@ -4328,7 +4328,7 @@ sub main (;$) { + initialize_syslog($cfg->{General}{syslogfacility}, + $cfg->{General}{syslogpriority}); + } +- daemonize_me $cfg->{General}{piddir}."/smokeping.pid"; ++ daemonize_me $cfg->{General}{piddir}."/pid"; + } + do_log "Smokeping version $VERSION successfully launched."; + +@@ -4514,7 +4514,7 @@ KID: + my $new_conf = Smokeping::Slave::submit_results $slave_cfg,$cfg,$myprobe,$probes; + if ($new_conf && !$gothup){ + do_log('server has new config for me ... HUPing the parent'); +- kill_smoke $cfg->{General}{piddir}."/smokeping.pid", SIGHUP; ++ kill_smoke $cfg->{General}{piddir}."/pid", SIGHUP; + # wait until the parent signals back if it didn't already + sleep if (!$gothup); + if (!$gothup) { Property changes on: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-lib_Smokeping_Examples.pm =================================================================== --- head/net-mgmt/smokeping/files/patch-lib_Smokeping_Examples.pm (nonexistent) +++ head/net-mgmt/smokeping/files/patch-lib_Smokeping_Examples.pm (revision 492831) @@ -0,0 +1,29 @@ +--- lib/Smokeping/Examples.pm.orig 2018-02-02 21:14:55 UTC ++++ lib/Smokeping/Examples.pm +@@ -12,7 +12,7 @@ Smokeping::Examples - A module for generating the smok + This module generates L and the example + configuration files distributed with Smokeping. It is supposed to be + invoked from the smokeping distribution top directory, as it will need +-the C template configuration file and will create files ++the C template configuration file and will create files + in the directories C and C. + + =head1 DESCRIPTION +@@ -65,7 +65,7 @@ Niko Tyni + use strict; + + sub read_config_template { +- my $file = "../etc/config.dist"; ++ my $file = "../etc/config.sample"; + my $h = { + common => "", # everything up to the Probes section + probes => "", # the Probes section, without the *** Probes *** line +@@ -107,7 +107,7 @@ specifically the L and C +-sections. The other sections are taken from the C ++sections. The other sections are taken from the C + configuration template in the Smokeping distribution so that the example + files are complete. + Property changes on: head/net-mgmt/smokeping/files/patch-lib_Smokeping_Examples.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/files/patch-lib_Smokeping_probes_AnotherDNS.pm =================================================================== --- head/net-mgmt/smokeping/files/patch-lib_Smokeping_probes_AnotherDNS.pm (nonexistent) +++ head/net-mgmt/smokeping/files/patch-lib_Smokeping_probes_AnotherDNS.pm (revision 492831) @@ -0,0 +1,20 @@ +--- lib/Smokeping/probes/AnotherDNS.pm.orig 2018-02-02 21:14:55 UTC ++++ lib/Smokeping/probes/AnotherDNS.pm +@@ -25,6 +25,8 @@ use IO::Socket; + use IO::Select; + use Net::DNS; + ++use constant PACKETSZ => 512; ++ + sub pod_hash { + return { + name => <recv( $buf, 512 ); ++ $ready->recv( $buf, PACKETSZ ); + my ($recvPacket, $err) = Net::DNS::Packet->new(\$buf); + if (defined $recvPacket) { + my $recvHeader = $recvPacket->header(); Property changes on: head/net-mgmt/smokeping/files/patch-lib_Smokeping_probes_AnotherDNS.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/smokeping/pkg-plist =================================================================== --- head/net-mgmt/smokeping/pkg-plist (revision 492830) +++ head/net-mgmt/smokeping/pkg-plist (revision 492831) @@ -1,166 +1,173 @@ +@dir(smokeping,smokeping,) var/smokeping +@dir(www,www,) smokeping/htdocs/img bin/smokeinfo bin/smokeping bin/smokeping_cgi bin/tSmoke -@sample smokeping/htdocs/smokeping.fcgi.sample @sample %%ETCDIR%%/basepage.html.sample @sample %%ETCDIR%%/config.sample @sample %%ETCDIR%%/smokemail.sample -@sample %%ETCDIR%%/tmail.sample @sample %%ETCDIR%%/smokeping_secrets.sample +@sample %%ETCDIR%%/tmail.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.echoping %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.fping-instances %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.multiple-probes %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.simple %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.targetvars-with-Curl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.template -smokeping/htdocs/cropper/cropper.css -smokeping/htdocs/cropper/cropper.js -smokeping/htdocs/cropper/cropper.uncompressed.js -smokeping/htdocs/cropper/lib/builder.js -smokeping/htdocs/cropper/lib/controls.js -smokeping/htdocs/cropper/lib/dragdrop.js -smokeping/htdocs/cropper/lib/effects.js -smokeping/htdocs/cropper/lib/prototype.js -smokeping/htdocs/cropper/lib/scriptaculous.js -smokeping/htdocs/cropper/lib/slider.js -smokeping/htdocs/cropper/lib/sound.js -smokeping/htdocs/cropper/lib/unittest.js -smokeping/htdocs/cropper/licence.txt -smokeping/htdocs/cropper/marqueeHoriz.gif -smokeping/htdocs/cropper/marqueeVert.gif -smokeping/htdocs/cropper/smokeping-zoom.js +man/man1/smokeping.1.gz +man/man1/smokeping_cgi.1.gz +man/man1/tSmoke.1.gz +man/man3/Smokeping_matchers_Avgratio.3.gz +man/man3/Smokeping_matchers_CheckLatency.3.gz +man/man3/Smokeping_matchers_CheckLoss.3.gz +man/man3/Smokeping_matchers_ExpLoss.3.gz +man/man3/Smokeping_matchers_Median.3.gz +man/man3/Smokeping_matchers_Medratio.3.gz +man/man3/Smokeping_matchers_base.3.gz +man/man3/Smokeping_probes_AnotherCurl.3.gz +man/man3/Smokeping_probes_AnotherDNS.3.gz +man/man3/Smokeping_probes_AnotherSSH.3.gz +man/man3/Smokeping_probes_CiscoRTTMonDNS.3.gz +man/man3/Smokeping_probes_CiscoRTTMonEchoICMP.3.gz +man/man3/Smokeping_probes_CiscoRTTMonTcpConnect.3.gz +man/man3/Smokeping_probes_Curl.3.gz +man/man3/Smokeping_probes_DNS.3.gz +man/man3/Smokeping_probes_DismanPing.3.gz +man/man3/Smokeping_probes_EchoPing.3.gz +man/man3/Smokeping_probes_EchoPingChargen.3.gz +man/man3/Smokeping_probes_EchoPingDNS.3.gz +man/man3/Smokeping_probes_EchoPingDiscard.3.gz +man/man3/Smokeping_probes_EchoPingHttp.3.gz +man/man3/Smokeping_probes_EchoPingHttps.3.gz +man/man3/Smokeping_probes_EchoPingIcp.3.gz +man/man3/Smokeping_probes_EchoPingLDAP.3.gz +man/man3/Smokeping_probes_EchoPingPlugin.3.gz +man/man3/Smokeping_probes_EchoPingSmtp.3.gz +man/man3/Smokeping_probes_EchoPingWhois.3.gz +man/man3/Smokeping_probes_FPing.3.gz +man/man3/Smokeping_probes_FPing6.3.gz +man/man3/Smokeping_probes_FPingContinuous.3.gz +man/man3/Smokeping_probes_FTPtransfer.3.gz +man/man3/Smokeping_probes_IOSPing.3.gz +man/man3/Smokeping_probes_LDAP.3.gz +man/man3/Smokeping_probes_NFSping.3.gz +man/man3/Smokeping_probes_OpenSSHEOSPing.3.gz +man/man3/Smokeping_probes_OpenSSHJunOSPing.3.gz +man/man3/Smokeping_probes_Qstat.3.gz +man/man3/Smokeping_probes_Radius.3.gz +man/man3/Smokeping_probes_RemoteFPing.3.gz +man/man3/Smokeping_probes_SSH.3.gz +man/man3/Smokeping_probes_SendEmail.3.gz +man/man3/Smokeping_probes_SipSak.3.gz +man/man3/Smokeping_probes_TCPPing.3.gz +man/man3/Smokeping_probes_TacacsPlus.3.gz +man/man3/Smokeping_probes_TelnetIOSPing.3.gz +man/man3/Smokeping_probes_TelnetJunOSPing.3.gz +man/man3/Smokeping_probes_TraceroutePing.3.gz +man/man3/Smokeping_probes_WebProxyFilter.3.gz +man/man3/Smokeping_probes_base.3.gz +man/man3/Smokeping_probes_basefork.3.gz +man/man3/Smokeping_probes_basevars.3.gz +man/man3/Smokeping_probes_passwordchecker.3.gz +man/man3/Smokeping_probes_skel.3.gz +man/man3/Smokeping_sorters_Loss.3.gz +man/man3/Smokeping_sorters_Max.3.gz +man/man3/Smokeping_sorters_Median.3.gz +man/man3/Smokeping_sorters_StdDev.3.gz +man/man3/Smokeping_sorters_base.3.gz +man/man5/smokeping_config.5.gz +man/man5/smokeping_examples.5.gz +man/man7/smokeping_extend.7.gz +man/man7/smokeping_install.7.gz +man/man7/smokeping_master_slave.7.gz +man/man7/smokeping_upgrade.7.gz +smokeping/htdocs/css/smokeping-print.css +smokeping/htdocs/css/smokeping-screen.css +smokeping/htdocs/js/cropper/cropper.css +smokeping/htdocs/js/cropper/cropper.js +smokeping/htdocs/js/cropper/cropper.uncompressed.js +smokeping/htdocs/js/cropper/licence.txt +smokeping/htdocs/js/cropper/marqueeHoriz.gif +smokeping/htdocs/js/cropper/marqueeVert.gif +smokeping/htdocs/js/prototype.js +smokeping/htdocs/js/scriptaculous/builder.js +smokeping/htdocs/js/scriptaculous/controls.js +smokeping/htdocs/js/scriptaculous/dragdrop.js +smokeping/htdocs/js/scriptaculous/effects.js +smokeping/htdocs/js/scriptaculous/scriptaculous.js +smokeping/htdocs/js/scriptaculous/slider.js +smokeping/htdocs/js/scriptaculous/sound.js +smokeping/htdocs/js/scriptaculous/unittest.js +smokeping/htdocs/js/smokeping.js +smokeping/htdocs/smokeping.fcgi.sample smokeping/lib/Smokeping.pm smokeping/lib/Smokeping/Colorspace.pm smokeping/lib/Smokeping/Config.pm smokeping/lib/Smokeping/Examples.pm smokeping/lib/Smokeping/Graphs.pm smokeping/lib/Smokeping/Info.pm smokeping/lib/Smokeping/Master.pm smokeping/lib/Smokeping/RRDhelpers.pm smokeping/lib/Smokeping/RRDtools.pm smokeping/lib/Smokeping/Slave.pm smokeping/lib/Smokeping/ciscoRttMonMIB.pm smokeping/lib/Smokeping/matchers/Avgratio.pm smokeping/lib/Smokeping/matchers/CheckLatency.pm smokeping/lib/Smokeping/matchers/CheckLoss.pm smokeping/lib/Smokeping/matchers/ExpLoss.pm smokeping/lib/Smokeping/matchers/Median.pm smokeping/lib/Smokeping/matchers/Medratio.pm smokeping/lib/Smokeping/matchers/base.pm smokeping/lib/Smokeping/pingMIB.pm +smokeping/lib/Smokeping/probes/AnotherCurl.pm smokeping/lib/Smokeping/probes/AnotherDNS.pm smokeping/lib/Smokeping/probes/AnotherSSH.pm smokeping/lib/Smokeping/probes/CiscoRTTMonDNS.pm smokeping/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm smokeping/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm smokeping/lib/Smokeping/probes/Curl.pm smokeping/lib/Smokeping/probes/DNS.pm smokeping/lib/Smokeping/probes/DismanPing.pm smokeping/lib/Smokeping/probes/EchoPing.pm smokeping/lib/Smokeping/probes/EchoPingChargen.pm smokeping/lib/Smokeping/probes/EchoPingDNS.pm smokeping/lib/Smokeping/probes/EchoPingDiscard.pm smokeping/lib/Smokeping/probes/EchoPingHttp.pm smokeping/lib/Smokeping/probes/EchoPingHttps.pm smokeping/lib/Smokeping/probes/EchoPingIcp.pm smokeping/lib/Smokeping/probes/EchoPingLDAP.pm smokeping/lib/Smokeping/probes/EchoPingPlugin.pm smokeping/lib/Smokeping/probes/EchoPingSmtp.pm smokeping/lib/Smokeping/probes/EchoPingWhois.pm smokeping/lib/Smokeping/probes/FPing.pm smokeping/lib/Smokeping/probes/FPing6.pm +smokeping/lib/Smokeping/probes/FPingContinuous.pm smokeping/lib/Smokeping/probes/FTPtransfer.pm smokeping/lib/Smokeping/probes/IOSPing.pm smokeping/lib/Smokeping/probes/LDAP.pm smokeping/lib/Smokeping/probes/NFSping.pm smokeping/lib/Smokeping/probes/OpenSSHEOSPing.pm smokeping/lib/Smokeping/probes/OpenSSHJunOSPing.pm smokeping/lib/Smokeping/probes/Qstat.pm smokeping/lib/Smokeping/probes/Radius.pm smokeping/lib/Smokeping/probes/RemoteFPing.pm smokeping/lib/Smokeping/probes/SSH.pm +smokeping/lib/Smokeping/probes/SendEmail.pm smokeping/lib/Smokeping/probes/SipSak.pm smokeping/lib/Smokeping/probes/TCPPing.pm smokeping/lib/Smokeping/probes/TacacsPlus.pm smokeping/lib/Smokeping/probes/TelnetIOSPing.pm smokeping/lib/Smokeping/probes/TelnetJunOSPing.pm +smokeping/lib/Smokeping/probes/TraceroutePing.pm smokeping/lib/Smokeping/probes/WebProxyFilter.pm smokeping/lib/Smokeping/probes/base.pm smokeping/lib/Smokeping/probes/basefork.pm smokeping/lib/Smokeping/probes/basevars.pm smokeping/lib/Smokeping/probes/passwordchecker.pm smokeping/lib/Smokeping/probes/skel.pm -smokeping/lib/Smokeping/probes/SendEmail.pm smokeping/lib/Smokeping/sorters/Loss.pm smokeping/lib/Smokeping/sorters/Max.pm smokeping/lib/Smokeping/sorters/Median.pm smokeping/lib/Smokeping/sorters/StdDev.pm smokeping/lib/Smokeping/sorters/base.pm -man/man1/smokeping.1.gz -man/man1/smokeping_cgi.1.gz -man/man1/tSmoke.1.gz -man/man3/Smokeping_matchers_Avgratio.3.gz -man/man3/Smokeping_matchers_CheckLatency.3.gz -man/man3/Smokeping_matchers_CheckLoss.3.gz -man/man3/Smokeping_matchers_ExpLoss.3.gz -man/man3/Smokeping_matchers_Median.3.gz -man/man3/Smokeping_matchers_Medratio.3.gz -man/man3/Smokeping_matchers_base.3.gz -man/man3/Smokeping_probes_AnotherDNS.3.gz -man/man3/Smokeping_probes_AnotherSSH.3.gz -man/man3/Smokeping_probes_CiscoRTTMonDNS.3.gz -man/man3/Smokeping_probes_CiscoRTTMonEchoICMP.3.gz -man/man3/Smokeping_probes_CiscoRTTMonTcpConnect.3.gz -man/man3/Smokeping_probes_Curl.3.gz -man/man3/Smokeping_probes_DNS.3.gz -man/man3/Smokeping_probes_DismanPing.3.gz -man/man3/Smokeping_probes_EchoPing.3.gz -man/man3/Smokeping_probes_EchoPingChargen.3.gz -man/man3/Smokeping_probes_EchoPingDNS.3.gz -man/man3/Smokeping_probes_EchoPingDiscard.3.gz -man/man3/Smokeping_probes_EchoPingHttp.3.gz -man/man3/Smokeping_probes_EchoPingHttps.3.gz -man/man3/Smokeping_probes_EchoPingIcp.3.gz -man/man3/Smokeping_probes_EchoPingLDAP.3.gz -man/man3/Smokeping_probes_EchoPingPlugin.3.gz -man/man3/Smokeping_probes_EchoPingSmtp.3.gz -man/man3/Smokeping_probes_EchoPingWhois.3.gz -man/man3/Smokeping_probes_FPing.3.gz -man/man3/Smokeping_probes_FPing6.3.gz -man/man3/Smokeping_probes_FTPtransfer.3.gz -man/man3/Smokeping_probes_IOSPing.3.gz -man/man3/Smokeping_probes_LDAP.3.gz -man/man3/Smokeping_probes_NFSping.3.gz -man/man3/Smokeping_probes_OpenSSHEOSPing.3.gz -man/man3/Smokeping_probes_OpenSSHJunOSPing.3.gz -man/man3/Smokeping_probes_Qstat.3.gz -man/man3/Smokeping_probes_Radius.3.gz -man/man3/Smokeping_probes_RemoteFPing.3.gz -man/man3/Smokeping_probes_SSH.3.gz -man/man3/Smokeping_probes_SendEmail.3.gz -man/man3/Smokeping_probes_SipSak.3.gz -man/man3/Smokeping_probes_TCPPing.3.gz -man/man3/Smokeping_probes_TacacsPlus.3.gz -man/man3/Smokeping_probes_TelnetIOSPing.3.gz -man/man3/Smokeping_probes_TelnetJunOSPing.3.gz -man/man3/Smokeping_probes_WebProxyFilter.3.gz -man/man3/Smokeping_probes_base.3.gz -man/man3/Smokeping_probes_basefork.3.gz -man/man3/Smokeping_probes_basevars.3.gz -man/man3/Smokeping_probes_passwordchecker.3.gz -man/man3/Smokeping_probes_skel.3.gz -man/man3/Smokeping_sorters_Loss.3.gz -man/man3/Smokeping_sorters_Max.3.gz -man/man3/Smokeping_sorters_Median.3.gz -man/man3/Smokeping_sorters_StdDev.3.gz -man/man3/Smokeping_sorters_base.3.gz -man/man5/smokeping_config.5.gz -man/man5/smokeping_examples.5.gz -man/man7/smokeping_extend.7.gz -man/man7/smokeping_install.7.gz -man/man7/smokeping_master_slave.7.gz -man/man7/smokeping_upgrade.7.gz -@dir(www,www,) smokeping/htdocs/img -@dir(smokeping,smokeping,) var/smokeping -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%