./databases/rrdtool, Data analysis tool generating graphical representations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 1.3.6, Package name: rrdtool-1.3.6, Maintainer: martti

Round Robin Database Tools
==========================

It is pretty easy to gather status information from all sorts of things,
ranging from the temperature in your office to the number of octets which
have passed through the FDDI interface of your router. But it is not so
trivial to store this data in a efficient and systematic manner. This is
where RRDtool kicks in. It lets you log and analyze the data you gather from
all kinds of data-sources (DS). The data analysis part of RRDtool is based
on the ability to quickly generate graphical representations of the data
values collected over a definable time period.


Required to run:
[x11/pixman] [lang/perl5] [graphics/png] [graphics/cairo] [graphics/freetype2] [textproc/libxml2] [devel/glib2] [devel/pango] [fonts/fontconfig]

Required to build:
[pkgtools/x11-links] [x11/renderproto] [lang/perl5] [textproc/intltool] [devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites:

SHA1: 4a8499ab58dfd37419bf1cb2429a29da9bc782c3
RMD160: 25e909e0be792d5595e7fcb8d26309f1afc0bb7e
Filesize: 1053.966 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-22 22:48:00 by Matthias Scheler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #2654 - requested by martti
rrdtool: bug fix update
rrdtool12: bug fix update

Revisions pulled up:
- databases/rrdtool/Makefile			1.76
- databases/rrdtool/distinfo			1.36
- databases/rrdtool/patches/patch-aa		delete
- databases/rrdtool12/Makefile			1.4
- databases/rrdtool12/distinfo			1.3
- databases/rrdtool12/patches/patch-as		1.2
---
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Jan 22 16:47:02 UTC 2009

Modified Files:
	pkgsrc/databases/rrdtool: Makefile distinfo
Removed Files:
	pkgsrc/databases/rrdtool/patches: patch-aa

Log message:
* many small updates to the POD documents.
* improved win32 source
* OSX compilation fixes
* rrd_fetch: fix memory leak
* rrd_cgi: fix segfault in error reporting routine
* rrd_graph: fix TICK for negative numbers
* rrd_graph: fix image size reporting for LP64BE architectures
* rrd_resize: fix GROW for mmap (it was totally broken)
---
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Jan 22 16:47:30 UTC 2009

Modified Files:
	pkgsrc/databases/rrdtool12: Makefile distinfo
	pkgsrc/databases/rrdtool12/patches: patch-as

Log message:
Updated databases/rrdtool12

* rrd_graph: fix TICK for negative numbers
* rrd_cgi: fix segfault in error reporting routine
   2009-01-18 11:30:48 by Tyler R. Retzlaff | Files touched by this commit (3)
Log message:
pullup ticket #2636 - requested by rafal
rrdtool: fix LP64BE problem

revisions pulled up:
pkgsrc/databases/rrdtool/Makefile		1.75
pkgsrc/databases/rrdtool/distinfo		1.35
pkgsrc/databases/rrdtool/patches/patch-aa	1.13

   Module Name:    pkgsrc
   Committed By:   rafal
   Date:           Fri Jan 16 02:23:03 UTC 2009

   Modified Files:
           pkgsrc/databases/rrdtool: Makefile distinfo
   Added Files:
           pkgsrc/databases/rrdtool/patches: patch-aa

   Log message:
   Fix a LP64BE problem with 'rrdtool graph' where it claimed all graphs
   +generated
   were always of size 0x0.  Patch already applied upstream.