Bug 36006 - New port: net/smokeping - Latency logging and graphing system
Summary: New port: net/smokeping - Latency logging and graphing system
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-17 13:50 UTC by Lars Thegler
Modified: 2002-04-02 02:10 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (10.18 KB, text/plain)
2002-03-17 13:50 UTC, Lars Thegler
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler 2002-03-17 13:50:01 UTC
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
Comment 1 Lars Thegler 2002-03-29 16:38:28 UTC
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
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2002-04-01 11:46:35 UTC
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...
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2002-04-02 02:10:06 UTC
State Changed
From-To: feedback->closed

Upgraded to 1.6.  Thanks!