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

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


Branch: pkgsrc-2008Q4, Version: 1.2.30, Package name: rrdtool-1.2.30, 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:
[lang/perl5] [graphics/png] [graphics/freetype2] [graphics/libart]

Required to build:
[lang/perl5] [devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites:

SHA1: c850dc6008bd6580eefa4257e339f78bd3f78fa3
RMD160: ee4d492fee4e109da89ca85bd9dd561cb9ddfcec
Filesize: 1066.878 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