pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/rrdtool Changes 1.2.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48d87b6e3fee
branches:  trunk
changeset: 516516:48d87b6e3fee
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 22 07:37:07 2006 +0000

description:
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.

diffstat:

 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(-)

diffs (99 lines):

diff -r 1c6db2c8da0f -r 48d87b6e3fee databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Sat Jul 22 06:52:13 2006 +0000
+++ b/databases/rrdtool/Makefile        Sat Jul 22 07:37:07 2006 +0000
@@ -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 -r 1c6db2c8da0f -r 48d87b6e3fee databases/rrdtool/PLIST
--- a/databases/rrdtool/PLIST   Sat Jul 22 06:52:13 2006 +0000
+++ b/databases/rrdtool/PLIST   Sat Jul 22 07:37:07 2006 +0000
@@ -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/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 -r 1c6db2c8da0f -r 48d87b6e3fee databases/rrdtool/distinfo
--- a/databases/rrdtool/distinfo        Sat Jul 22 06:52:13 2006 +0000
+++ b/databases/rrdtool/distinfo        Sat Jul 22 07:37:07 2006 +0000
@@ -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 -r 1c6db2c8da0f -r 48d87b6e3fee databases/rrdtool/patches/patch-ap
--- a/databases/rrdtool/patches/patch-ap        Sat Jul 22 06:52:13 2006 +0000
+++ b/databases/rrdtool/patches/patch-ap        Sat Jul 22 07:37:07 2006 +0000
@@ -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 -r 1c6db2c8da0f -r 48d87b6e3fee databases/rrdtool/patches/patch-aw
--- a/databases/rrdtool/patches/patch-aw        Sat Jul 22 06:52:13 2006 +0000
+++ b/databases/rrdtool/patches/patch-aw        Sat Jul 22 07:37:07 2006 +0000
@@ -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 @@
      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("<?xml version=\"1.0\" encoding=\"%s\"?>\n\n", XML_ENCODING);
          printf("<%s>\n", ROOT_TAG);
          printf("  <%s>\n", META_TAG);
@@ -23,7 +23,7 @@
          printf("    <%s>%lu</%s>\n", META_ROWS_TAG, row_cnt, META_ROWS_TAG);
          printf("    <%s>%lu</%s>\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);



Home | Main Index | Thread Index | Old Index