SmokePing is a latency logging and graphing system. It consists of a daemon process which organizes the latency measurements and a CGI which presents the graphs. WWW: http://ee-staff.ethz.ch/~oetiker/webtools/smokeping
SmokePing has been updated from 1.5 to 1.6. Here is a diff to update the port, plus an update to ensure proper detection of the required Perl module: --cut-- diff -Naur smokeping-1.5/Makefile smokeping/Makefile --- smokeping-1.5/Makefile Thu Mar 21 19:12:09 2002 +++ smokeping/Makefile Fri Mar 29 17:12:52 2002 @@ -6,7 +6,7 @@ # PORTNAME= smokeping -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -15,7 +15,7 @@ USE_PERL5= yes BUILD_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ - ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI/SpeedyCGI.pm:${PORTSDIR}/ww w/p5-CGI-SpeedyCGI \ ${PREFIX}/sbin/fping:${PORTSDIR}/net/fping NO_BUILD= yes diff -Naur smokeping-1.5/distinfo smokeping/distinfo --- smokeping-1.5/distinfo Thu Mar 21 19:12:09 2002 +++ smokeping/distinfo Fri Mar 29 12:00:14 2002 @@ -1 +1 @@ -MD5 (smokeping-1.5.tar.gz) = 06313500d18199d36a5e2d3fa61d40b0 +MD5 (smokeping-1.6.tar.gz) = 113237ec8d0580169f4018bee07dea3f --cut-- /Lars
State Changed From-To: open->feedback Smokeping 1.5 is committed with modification. Please check whether you like my modifications or not. I'll working for this port to improvement...
State Changed From-To: feedback->closed Upgraded to 1.6. Thanks!