From 8db4bf7a5ade71e61b18a6b2cd6b1c176321f9c0 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 22 Jul 2006 07:37:07 +0000 Subject: Changes 1.2.15: The pwd command for server mode was added. Logarithmic graphs were revisited. GPRINT can now access the time component of VDEF values. DNAN and DINF are much faster through caching. Many bugs were killed. --- databases/rrdtool/Makefile | 4 ++-- databases/rrdtool/PLIST | 3 ++- databases/rrdtool/distinfo | 12 ++++++------ databases/rrdtool/patches/patch-ap | 6 +++--- databases/rrdtool/patches/patch-aw | 10 +++++----- 5 files changed, 18 insertions(+), 17 deletions(-) (limited to 'databases/rrdtool') diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index cba362ae647..432cd233b59 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2006/05/05 17:42:06 adam Exp $ +# $NetBSD: Makefile,v 1.50 2006/07/22 07:37:07 adam Exp $ -DISTNAME= rrdtool-1.2.13 +DISTNAME= rrdtool-1.2.15 CATEGORIES= databases graphics net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ diff --git a/databases/rrdtool/PLIST b/databases/rrdtool/PLIST index 81adaf4350f..feb3ce94e87 100644 --- a/databases/rrdtool/PLIST +++ b/databases/rrdtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/01/24 22:22:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/07/22 07:37:07 adam Exp $ bin/rrdcgi bin/rrdtool bin/rrdupdate @@ -34,6 +34,7 @@ share/doc/rrdtool-${PKGVERSION}/html/RRDp.html share/doc/rrdtool-${PKGVERSION}/html/RRDs.html share/doc/rrdtool-${PKGVERSION}/html/bin_dec_hex.html share/doc/rrdtool-${PKGVERSION}/html/cdeftutorial.html +share/doc/rrdtool-${PKGVERSION}/html/index.html share/doc/rrdtool-${PKGVERSION}/html/rpntutorial.html share/doc/rrdtool-${PKGVERSION}/html/rrd-beginners.html share/doc/rrdtool-${PKGVERSION}/html/rrdbuild.html diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index ad12d1718d3..d68fab9a270 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.16 2006/05/05 17:42:06 adam Exp $ +$NetBSD: distinfo,v 1.17 2006/07/22 07:37:07 adam Exp $ -SHA1 (rrdtool-1.2.13.tar.gz) = 5e097253d0792a2c95cc0aba0ac22855719796fa -RMD160 (rrdtool-1.2.13.tar.gz) = 111b9cccea5e5a54ce1a206828f100bfb2cb3470 -Size (rrdtool-1.2.13.tar.gz) = 1034025 bytes +SHA1 (rrdtool-1.2.15.tar.gz) = 4ac695aff26ab193a083c65513aad06ff36bad82 +RMD160 (rrdtool-1.2.15.tar.gz) = 493e5b108ac363484eb4015c0962945c5fb9fb9e +Size (rrdtool-1.2.15.tar.gz) = 1043064 bytes SHA1 (patch-aj) = 07d315efb5f2c48ee9f2a6dbf27f4d0f14e909ef SHA1 (patch-al) = 45b4912db3ef2e8fa9a49a832250da011d1130ed -SHA1 (patch-ap) = 801fd43083118e4fbbcce8d6448cc3b2f1f19734 +SHA1 (patch-ap) = 0ad63228c9257ad4de5ae6e8a40b5b2ccf348456 SHA1 (patch-as) = aa48dbc38ae23493b8ff700fabf90d6e0f3f1d5a SHA1 (patch-av) = 2e2a626c8bbc78671ff7e834cb229f4a1b0c35c3 -SHA1 (patch-aw) = 0b5367e13f36cc4289ee0cc6a3cb4efd37f93f5c +SHA1 (patch-aw) = 0e6a903dea8c7e142919ce930f13922b7f45e6e7 SHA1 (patch-ay) = d441bf4bc05b0ef7fcc7f15768cb2a0dd82a3142 diff --git a/databases/rrdtool/patches/patch-ap b/databases/rrdtool/patches/patch-ap index f2738ed783b..073c8a5dac0 100644 --- a/databases/rrdtool/patches/patch-ap +++ b/databases/rrdtool/patches/patch-ap @@ -1,8 +1,8 @@ -$NetBSD: patch-ap,v 1.7 2006/05/05 17:42:07 adam Exp $ +$NetBSD: patch-ap,v 1.8 2006/07/22 07:37:07 adam Exp $ ---- bindings/perl-shared/Makefile.PL.orig 2006-05-04 15:26:28.000000000 +0200 +--- bindings/perl-shared/Makefile.PL.orig 2006-07-14 14:11:26.000000000 +0200 +++ bindings/perl-shared/Makefile.PL -@@ -29,8 +29,10 @@ WriteMakefile( +@@ -30,8 +30,10 @@ WriteMakefile( 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", 'INC' => '-I../../src', diff --git a/databases/rrdtool/patches/patch-aw b/databases/rrdtool/patches/patch-aw index b208cfff644..1eacac2669a 100644 --- a/databases/rrdtool/patches/patch-aw +++ b/databases/rrdtool/patches/patch-aw @@ -1,8 +1,8 @@ -$NetBSD: patch-aw,v 1.5 2006/05/05 17:42:07 adam Exp $ +$NetBSD: patch-aw,v 1.6 2006/07/22 07:37:07 adam Exp $ ---- src/rrd_tool.c.orig 2006-05-04 15:26:28.000000000 +0200 +--- src/rrd_tool.c.orig 2006-07-14 14:11:26.000000000 +0200 +++ src/rrd_tool.c -@@ -590,7 +590,7 @@ int HandleInputLine(int argc, char **arg +@@ -619,7 +619,7 @@ int HandleInputLine(int argc, char **arg else if (strcmp("resize", argv[1]) == 0) rrd_resize(argc-1, &argv[1]); else if (strcmp("last", argv[1]) == 0) @@ -11,7 +11,7 @@ $NetBSD: patch-aw,v 1.5 2006/05/05 17:42:07 adam Exp $ else if (strcmp("first", argv[1]) == 0) printf("%ld\n",rrd_first(argc-1, &argv[1])); else if (strcmp("update", argv[1]) == 0) -@@ -630,9 +630,9 @@ int HandleInputLine(int argc, char **arg +@@ -659,9 +659,9 @@ int HandleInputLine(int argc, char **arg printf("\n\n", XML_ENCODING); printf("<%s>\n", ROOT_TAG); printf(" <%s>\n", META_TAG); @@ -23,7 +23,7 @@ $NetBSD: patch-aw,v 1.5 2006/05/05 17:42:07 adam Exp $ printf(" <%s>%lu\n", META_ROWS_TAG, row_cnt, META_ROWS_TAG); printf(" <%s>%lu\n", META_COLS_TAG, col_cnt, META_COLS_TAG); printf(" <%s>\n", LEGEND_TAG); -@@ -648,7 +648,7 @@ int HandleInputLine(int argc, char **arg +@@ -677,7 +677,7 @@ int HandleInputLine(int argc, char **arg printf(" <%s>\n", DATA_TAG); for (ti = start+step; ti <= end; ti += step) { printf (" <%s>", DATA_ROW_TAG); -- cgit v1.2.3