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

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


Branch: pkgsrc-2008Q3, Version: 1.3.4, Package name: rrdtool-1.3.4, 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:
[fonts/fontconfig] [devel/glib2] [devel/pango] [graphics/freetype2] [graphics/cairo] [graphics/png] [lang/perl5] [textproc/libxml2] [x11/pixman]

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

Master sites:

SHA1: d6bfb7015d81db72bc880c6a75d82ca0c23cdc9c
RMD160: 143eb06288d4db3214499943ef97743a819a4b99
Filesize: 1042.581 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-08 12:44:05 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #2545 - requested by martti
rrdtool: fix crashes

Revisions pulled up:
- databases/rrdtool/Makefile	1.72
- databases/rrdtool/PLIST	1.11
- databases/rrdtool/distinfo	1.33
---
Module Name:	pkgsrc
Committed By:	martti
Date:		Tue Oct  7 07:23:36 UTC 2008

Modified Files:
	pkgsrc/databases/rrdtool: Makefile PLIST distinfo

Log message:
Updated databases/rrdtool to 1.3.4

* detect short/truncated files on open (rrdtool used to crash later
   on some platforms)

* stop rrd_resize from altering the original file (mmap side
   effect)

* fix VDEF and SHIFT use. Now it returns correct data and does
   not crash anymore.

* fix rrd_xport when used on datasources with different
   resolutions. This has been broken from day 1 of this tools
   exsitance.

* fixed default prefix for ruby install

* added rpath for perl bindings on bsd

* do not [fm]advise past the end of the file since this
   causes crashes on sparc.