1
0
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:
Steve Price 1999-12-23 17:08:28 +00:00
parent fb3b394080
commit 08d4b42557
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23896
16 changed files with 40 additions and 32 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588

View File

@ -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++)

View File

@ -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

View File

@ -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/

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588

View File

@ -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++)

View File

@ -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

View File

@ -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/

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588

View File

@ -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++)

View File

@ -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

View File

@ -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/

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588

View File

@ -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++)

View File

@ -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