aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2006-04-14 16:30:57 +0000
committerLars Thegler <lth@FreeBSD.org>2006-04-14 16:30:57 +0000
commit458368c5ee758c109841cbda918e638ef07e87f5 (patch)
tree0a6d4589116b2cff8f1d80f3c32a21e260da32e0 /net-mgmt/smokeping
parent44e7c677b45198be57606f488d2af1a046cc1823 (diff)
downloadports-458368c5ee758c109841cbda918e638ef07e87f5.tar.gz
ports-458368c5ee758c109841cbda918e638ef07e87f5.zip
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile3
-rw-r--r--net-mgmt/smokeping/distinfo6
-rw-r--r--net-mgmt/smokeping/files/patch-bin-smokeping.dist2
-rw-r--r--net-mgmt/smokeping/files/patch-bin-tSmoke.dist2
-rw-r--r--net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist28
5 files changed, 33 insertions, 8 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index d2a614d9268c..8218c674aad2 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smokeping
-PORTVERSION= 2.0.5
+PORTVERSION= 2.0.8
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
@@ -69,7 +69,6 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
.endif
NO_BUILD= yes
-USE_REINPLACE= yes
USE_PERL5= yes
MAN1= smokeping.1 \
diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo
index 1431119fe04f..0c0f5690fc6b 100644
--- a/net-mgmt/smokeping/distinfo
+++ b/net-mgmt/smokeping/distinfo
@@ -1,3 +1,3 @@
-MD5 (smokeping-2.0.5.tar.gz) = c965439c147012b91585c3e134225b4d
-SHA256 (smokeping-2.0.5.tar.gz) = 9cd7cf12a3183dae5c3fe6f2ad1e4f4ed7396e8f01081b6784084f934e6901f1
-SIZE (smokeping-2.0.5.tar.gz) = 375851
+MD5 (smokeping-2.0.8.tar.gz) = ad983643ddf04c50eb967a7aac50bf76
+SHA256 (smokeping-2.0.8.tar.gz) = 858347165709023d32a111467c6f36599c43dd3d78dff86c0a74f8906e138b22
+SIZE (smokeping-2.0.8.tar.gz) = 382530
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
index 417df107efd9..a5283edc50b8 100644
--- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist
+++ b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
@@ -9,7 +9,7 @@
-use lib qw(lib);
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 2.000005;
+ use Smokeping 2.000008;
-Smokeping::main("etc/config.dist");
+Smokeping::main("%%PREFIX%%/etc/smokeping/config");
diff --git a/net-mgmt/smokeping/files/patch-bin-tSmoke.dist b/net-mgmt/smokeping/files/patch-bin-tSmoke.dist
index f1eb14004b99..596e75ea47c0 100644
--- a/net-mgmt/smokeping/files/patch-bin-tSmoke.dist
+++ b/net-mgmt/smokeping/files/patch-bin-tSmoke.dist
@@ -14,7 +14,7 @@
-use lib "/usr/local/rrdtool-1.0.39/lib/perl";
+use lib qw(%%PREFIX%%/smokeping/lib);
- use Smokeping 2.000001;
+ use Smokeping 2.000008;
use Net::SMTP;
@@ -60,7 +59,7 @@
use RRDs;
diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
index 3623eb494057..2e1fe745f3f3 100644
--- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
@@ -10,10 +10,36 @@
+use lib qw(%%PREFIX%%/smokeping/lib);
use CGI::Carp qw(fatalsToBrowser);
- use Smokeping 2.000005;
+ use Smokeping 2.000008;
-Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
=head1 NAME
+@@ -34,23 +34,8 @@
+
+ =head1 SETUP
+
+-When installing SmokePing, this file has to be adjusted to fit your
+-local system. Three paths have to be entered.
+-
+- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
+-
+-One pointing to your B<rrdtool> installation
+-
+- use lib qw(/home/oetiker/public_html/smokeping/lib);
+-
+-One pointing to the place where you have installed the SmokePing libraries
+-
+- use Smokeping;
+-
+- Smokeping::cgi("/home/oetiker/.smokeping/config");
+-
+-The third path is the argument to the Smokeping::cgi command. It points to
+-the SmokePing configuration file.
+++When installing SmokePing, this file has been adjusted to fit your
+++local system. There should be no need for further path adjustments.
+
+ =head1 COPYRIGHT
+