mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to version 1.0.8.
PR: 15295 Submitted by: jack@germanium.xtalwind.net
This commit is contained in:
parent
fb3b394080
commit
08d4b42557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23896
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: rrdtool
|
||||
# Version required: 1.0.7
|
||||
# Version required: 1.0.8
|
||||
# Date created: 20 July 1999
|
||||
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= rrdtool-1.0.7
|
||||
DISTNAME= rrdtool-1.0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
|
||||
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
|
||||
|
@ -1,18 +1,18 @@
|
||||
--- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999
|
||||
+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999
|
||||
--- src/rrd_tool.c.orig Wed Nov 24 17:06:43 1999
|
||||
+++ src/rrd_tool.c Fri Nov 26 15:41:04 1999
|
||||
@@ -202,12 +202,12 @@
|
||||
datai=data;
|
||||
printf(" ");
|
||||
for (i = 0; i<ds_cnt;i++)
|
||||
- printf("%10s",ds_namv[i]);
|
||||
- printf("%14s",ds_namv[i]);
|
||||
+ printf("%14s ",ds_namv[i]);
|
||||
printf ("\n\n");
|
||||
for (i = start; i <= end; i += step){
|
||||
- printf("%10lu:", i);
|
||||
+ printf("%10lu: ", i);
|
||||
for (ii = 0; ii < ds_cnt; ii++)
|
||||
- printf("%10.2f", *(datai++));
|
||||
+ printf("%14.2f ", *(datai++));
|
||||
- printf(" %13.2f", *(datai++));
|
||||
+ printf(" %14.2f ", *(datai++));
|
||||
printf("\n");
|
||||
}
|
||||
for (i=0;i<ds_cnt;i++)
|
||||
|
@ -11,6 +11,8 @@ share/doc/rrdtool/README.log2rrd
|
||||
share/doc/rrdtool/RRDp.html
|
||||
share/doc/rrdtool/RRDs.html
|
||||
share/doc/rrdtool/bin_dec_hex.html
|
||||
share/doc/rrdtool/cdeftutorial.html
|
||||
share/doc/rrdtool/rpntutorial.html
|
||||
share/doc/rrdtool/rrdcgi.html
|
||||
share/doc/rrdtool/rrdcreate.html
|
||||
share/doc/rrdtool/rrddump.html
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: rrdtool
|
||||
# Version required: 1.0.7
|
||||
# Version required: 1.0.8
|
||||
# Date created: 20 July 1999
|
||||
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= rrdtool-1.0.7
|
||||
DISTNAME= rrdtool-1.0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
|
||||
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
|
||||
|
@ -1,18 +1,18 @@
|
||||
--- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999
|
||||
+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999
|
||||
--- src/rrd_tool.c.orig Wed Nov 24 17:06:43 1999
|
||||
+++ src/rrd_tool.c Fri Nov 26 15:41:04 1999
|
||||
@@ -202,12 +202,12 @@
|
||||
datai=data;
|
||||
printf(" ");
|
||||
for (i = 0; i<ds_cnt;i++)
|
||||
- printf("%10s",ds_namv[i]);
|
||||
- printf("%14s",ds_namv[i]);
|
||||
+ printf("%14s ",ds_namv[i]);
|
||||
printf ("\n\n");
|
||||
for (i = start; i <= end; i += step){
|
||||
- printf("%10lu:", i);
|
||||
+ printf("%10lu: ", i);
|
||||
for (ii = 0; ii < ds_cnt; ii++)
|
||||
- printf("%10.2f", *(datai++));
|
||||
+ printf("%14.2f ", *(datai++));
|
||||
- printf(" %13.2f", *(datai++));
|
||||
+ printf(" %14.2f ", *(datai++));
|
||||
printf("\n");
|
||||
}
|
||||
for (i=0;i<ds_cnt;i++)
|
||||
|
@ -11,6 +11,8 @@ share/doc/rrdtool/README.log2rrd
|
||||
share/doc/rrdtool/RRDp.html
|
||||
share/doc/rrdtool/RRDs.html
|
||||
share/doc/rrdtool/bin_dec_hex.html
|
||||
share/doc/rrdtool/cdeftutorial.html
|
||||
share/doc/rrdtool/rpntutorial.html
|
||||
share/doc/rrdtool/rrdcgi.html
|
||||
share/doc/rrdtool/rrdcreate.html
|
||||
share/doc/rrdtool/rrddump.html
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: rrdtool
|
||||
# Version required: 1.0.7
|
||||
# Version required: 1.0.8
|
||||
# Date created: 20 July 1999
|
||||
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= rrdtool-1.0.7
|
||||
DISTNAME= rrdtool-1.0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
|
||||
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
|
||||
|
@ -1,18 +1,18 @@
|
||||
--- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999
|
||||
+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999
|
||||
--- src/rrd_tool.c.orig Wed Nov 24 17:06:43 1999
|
||||
+++ src/rrd_tool.c Fri Nov 26 15:41:04 1999
|
||||
@@ -202,12 +202,12 @@
|
||||
datai=data;
|
||||
printf(" ");
|
||||
for (i = 0; i<ds_cnt;i++)
|
||||
- printf("%10s",ds_namv[i]);
|
||||
- printf("%14s",ds_namv[i]);
|
||||
+ printf("%14s ",ds_namv[i]);
|
||||
printf ("\n\n");
|
||||
for (i = start; i <= end; i += step){
|
||||
- printf("%10lu:", i);
|
||||
+ printf("%10lu: ", i);
|
||||
for (ii = 0; ii < ds_cnt; ii++)
|
||||
- printf("%10.2f", *(datai++));
|
||||
+ printf("%14.2f ", *(datai++));
|
||||
- printf(" %13.2f", *(datai++));
|
||||
+ printf(" %14.2f ", *(datai++));
|
||||
printf("\n");
|
||||
}
|
||||
for (i=0;i<ds_cnt;i++)
|
||||
|
@ -11,6 +11,8 @@ share/doc/rrdtool/README.log2rrd
|
||||
share/doc/rrdtool/RRDp.html
|
||||
share/doc/rrdtool/RRDs.html
|
||||
share/doc/rrdtool/bin_dec_hex.html
|
||||
share/doc/rrdtool/cdeftutorial.html
|
||||
share/doc/rrdtool/rpntutorial.html
|
||||
share/doc/rrdtool/rrdcgi.html
|
||||
share/doc/rrdtool/rrdcreate.html
|
||||
share/doc/rrdtool/rrddump.html
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: rrdtool
|
||||
# Version required: 1.0.7
|
||||
# Version required: 1.0.8
|
||||
# Date created: 20 July 1999
|
||||
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= rrdtool-1.0.7
|
||||
DISTNAME= rrdtool-1.0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
|
||||
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
|
||||
|
@ -1,18 +1,18 @@
|
||||
--- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999
|
||||
+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999
|
||||
--- src/rrd_tool.c.orig Wed Nov 24 17:06:43 1999
|
||||
+++ src/rrd_tool.c Fri Nov 26 15:41:04 1999
|
||||
@@ -202,12 +202,12 @@
|
||||
datai=data;
|
||||
printf(" ");
|
||||
for (i = 0; i<ds_cnt;i++)
|
||||
- printf("%10s",ds_namv[i]);
|
||||
- printf("%14s",ds_namv[i]);
|
||||
+ printf("%14s ",ds_namv[i]);
|
||||
printf ("\n\n");
|
||||
for (i = start; i <= end; i += step){
|
||||
- printf("%10lu:", i);
|
||||
+ printf("%10lu: ", i);
|
||||
for (ii = 0; ii < ds_cnt; ii++)
|
||||
- printf("%10.2f", *(datai++));
|
||||
+ printf("%14.2f ", *(datai++));
|
||||
- printf(" %13.2f", *(datai++));
|
||||
+ printf(" %14.2f ", *(datai++));
|
||||
printf("\n");
|
||||
}
|
||||
for (i=0;i<ds_cnt;i++)
|
||||
|
@ -11,6 +11,8 @@ share/doc/rrdtool/README.log2rrd
|
||||
share/doc/rrdtool/RRDp.html
|
||||
share/doc/rrdtool/RRDs.html
|
||||
share/doc/rrdtool/bin_dec_hex.html
|
||||
share/doc/rrdtool/cdeftutorial.html
|
||||
share/doc/rrdtool/rpntutorial.html
|
||||
share/doc/rrdtool/rrdcgi.html
|
||||
share/doc/rrdtool/rrdcreate.html
|
||||
share/doc/rrdtool/rrddump.html
|
||||
|
Loading…
Reference in New Issue
Block a user