head 1.6;
access;
symbols
pkgsrc-2013Q2:1.6.0.18
pkgsrc-2013Q2-base:1.6
pkgsrc-2012Q4:1.6.0.16
pkgsrc-2012Q4-base:1.6
pkgsrc-2011Q4:1.6.0.14
pkgsrc-2011Q4-base:1.6
pkgsrc-2011Q2:1.6.0.12
pkgsrc-2011Q2-base:1.6
pkgsrc-2009Q4:1.6.0.10
pkgsrc-2009Q4-base:1.6
pkgsrc-2008Q4:1.6.0.8
pkgsrc-2008Q4-base:1.6
pkgsrc-2008Q3:1.6.0.6
pkgsrc-2008Q3-base:1.6
cube-native-xorg:1.6.0.4
cube-native-xorg-base:1.6
pkgsrc-2008Q2:1.6.0.2
pkgsrc-2008Q2-base:1.6
pkgsrc-2008Q1:1.5.0.8
pkgsrc-2008Q1-base:1.5
pkgsrc-2007Q4:1.5.0.6
pkgsrc-2007Q4-base:1.5
pkgsrc-2007Q3:1.5.0.4
pkgsrc-2007Q3-base:1.5
pkgsrc-2007Q2:1.5.0.2
pkgsrc-2007Q2-base:1.5
pkgsrc-2007Q1:1.4.0.8
pkgsrc-2007Q1-base:1.4
pkgsrc-2006Q4:1.4.0.6
pkgsrc-2006Q4-base:1.4
pkgsrc-2006Q3:1.4.0.4
pkgsrc-2006Q3-base:1.4
pkgsrc-2006Q2:1.4.0.2
pkgsrc-2006Q2-base:1.4
pkgsrc-2006Q1:1.3.0.2
pkgsrc-2006Q1-base:1.3
pkgsrc-2005Q4:1.2.0.4
pkgsrc-2005Q4-base:1.2
pkgsrc-2005Q3:1.2.0.2
pkgsrc-2005Q3-base:1.2
pkgsrc-2005Q2:1.1.0.12
pkgsrc-2005Q2-base:1.1
pkgsrc-2005Q1:1.1.0.10
pkgsrc-2005Q1-base:1.1
pkgsrc-2004Q4:1.1.0.8
pkgsrc-2004Q4-base:1.1
pkgsrc-2004Q3:1.1.0.6
pkgsrc-2004Q3-base:1.1
pkgsrc-2004Q2:1.1.0.4
pkgsrc-2004Q2-base:1.1
pkgsrc-2004Q1:1.1.0.2
pkgsrc-2004Q1-base:1.1;
locks; strict;
comment @# @;
1.6
date 2008.06.23.16.24.30; author he; state dead;
branches;
next 1.5;
1.5
date 2007.05.16.09.01.11; author martti; state Exp;
branches;
next 1.4;
1.4
date 2006.05.05.17.42.07; author adam; state Exp;
branches;
next 1.3;
1.3
date 2006.01.24.22.22.16; author adam; state Exp;
branches;
next 1.2;
1.2
date 2005.07.03.15.23.34; author wulf; state Exp;
branches;
next 1.1;
1.1
date 2004.02.07.17.44.10; author seb; state Exp;
branches;
next ;
desc
@@
1.6
log
@Update rrdtool from 1.2.27nb1 to 1.3.0nb1.
Local change warranting nb1 is to prefix some error messages from
rrdupdate with the name of the file the error relates to, carried
over from nb1 of 1.2.27.
Update loosely OKed by martti@@
The announcement of 1.3.0 outlines the changes since 1.2.27:
NEW Fast file access methods (Bernhard Fischer / Tobi Oetiker)
----------------------------
* introduced file-accessor functions rrd_read/rrd_seek/rrd_write
* implemented full mmap-based file access with madvise hints for
improved scalability, much reduced memory-footprint and much less
blocking while accessing the disk
* implemented optional full file-descriptor access instead of FILE*
access
NEW Graphing (Tobi Oetiker)
------------
* libart has been replaced by cairo/pango
* pango markup is supported (--pango-markup)
* full grid fitting
* --graph-render-mode=mono for non anti aliased graphing
* --font-render-mode=mono for non anti aliased fonts
* fonts come through fontconfig, use the Pango font nameing scheme
-> 'Times 20' ... it is not possible to use truetype fonts
directly anymore.
* Tabs are position independent.
* TRENDNAN filter that ignores NAN values while calculating the
TREND data. (Timo Stripf)
* --full-size-mode to specify the outer border of the image and not
just of the graphing canvas (Matthew Chambers)
* TEXTALIGN command to alter default text alignment behavior
* C API in-memory graphing with rrd_graph_v (Evan Miller)
* draw dashed lines in graphs (Thomas Gutzler)
* new interface graphv which returns information using the rrd_info
interface (Tobi Oetiker and Mark Plaksin)
* improved horizontal grid. Have a bit more grid lines and y-axis
labels while keeping them far enough apart to not run into each
other.
NEW Forecasting (Evan Miller)
---------------
* the new MHWPREDICT consolidation function uses a variation of the
Holt-Winters method. It is a drop-in replacement for HWPREDICT,
and is better suited for data whose seasonal variations grow or
shrink in proportion to the average.
* If you create an RRD with the new MHWPREDICT function, the
resulting rrd file will be version 0004 and can only be used in
rrdtool 1.3.
Rewrites
--------
* rrd_restore now uses libxml for parsing which makes things much
more tolerant towards xml variations. The old code could mostly
just parse the XML as it was output by rrdtool dump. See also:
the note at the bottom of this document. (by Florian octo
Forster)
* rrd_update rewritten to make it more modular. Fixed two
longstanding HW bugs in the process (Evan Miller)
Internationalization (Takao Fujiwara and Tobi Oetiker)
--------------------
* The help output by rrdtool has been internationalized. There are
no real translations included with rrdtool yet, contributions are
welcome.
* The internationalization will only be compiled if libintl and
friends are available on your system. Use the configure option
--disable-libintl if you want to disable this feature
Language Bindings
-----------------
* ruby rrd_fetch will return step as a last property -- Mike Perham
RRDtool dump / restore incompatibility
--------------------------------------
* rrdtool dump 1.3 does emit completely legal XML. Basically this
means that it contains an XML header and a DOCTYPE definition.
Unfortunately this causes older versions of rrdtool restore to be
unhappy.
* To restore a new dump with an old rrdtool restore version, either
remove the XML header and the doctype by hand (both on the first
line of the dump) or use rrdtool dump --no-header.
@
text
@$NetBSD: patch-ay,v 1.5 2007/05/16 09:01:11 martti Exp $
--- src/rrd_dump.c.orig 2007-05-02 21:06:10.000000000 +0300
+++ src/rrd_dump.c 2007-05-16 08:44:23.000000000 +0300
@@@@ -113,7 +113,7 @@@@
# error "Need strftime"
#endif
fprintf(out_file, "\t %ld \n\n",
- rrd.live_head->last_up,somestring);
+ (long) rrd.live_head->last_up,somestring);
for(i=0;ids_cnt;i++){
fprintf(out_file, "\t\n");
fprintf(out_file, "\t\t %s \n",rrd.ds_def[i].ds_nam);
@
1.5
log
@Updated databases/rrdtool to 1.2.23
* bug fixes
@
text
@d1 1
a1 1
$NetBSD: patch-ay,v 1.4 2006/05/05 17:42:07 adam Exp $
@
1.4
log
@Changes 1.2.13:
Restoring from 1.0.x format XML dumps was enabled.
The stability of rrdtool fetch results was fixed.
A new rrdtool graph and rrdcgi functions were added.
The pipe mode interface was improved. Many bugfixes were made.
@
text
@d1 1
a1 1
$NetBSD$
d3 3
a5 3
--- src/rrd_dump.c.orig 2006-05-04 15:26:28.000000000 +0200
+++ src/rrd_dump.c
@@@@ -113,7 +113,7 @@@@ rrd_dump_r(char *filename, char *outname
d12 2
a13 2
fprintf(out_file, "\t\n");
fprintf(out_file, "\t\t %s \n",rrd.ds_def[i].ds_nam);
@
1.3
log
@Changes 1.2.12:
* Bug fixes
@
text
@d3 1
a3 1
--- src/rrd_dump.c.orig 2005-12-18 21:30:45.000000000 +0100
d5 1
a5 1
@@@@ -93,7 +93,7 @@@@ rrd_dump_r(char *filename)
d8 1
a8 1
printf("\t %ld \n\n",
d12 2
a13 2
printf("\t\n");
printf("\t\t %s \n",rrd.ds_def[i].ds_nam);
@
1.2
log
@Update of rrdtool to 1.2.9:
Major Changes between 1.0.x and 1.2.x
Graphing
--------
* rewritten graphics generation based on libart.
- anti-aliased output
- alpha transparency support
- truetype fonts
* additional graphics formats: EPS, PDF, SVG
* extended multi-part documentation
* VDEF support; define and use variables. Find, and use, the
maximum rate seen by rrdtool; compute and show the average
* Sliding window (trend) analysis
Compute a smoother average, for instance over the last 6 CDPs
* percentile (95th or other)
Remove peaks, 95 percent of all rates are at or below the returned value
Logging
-------
* a second logging interface: rrdtool updatev
Verbose updating of the database; show CPDs being created
* Aberrant Behavior Detection with Holt-Winters Forecasting
Compare current data with expected data, detect and log when
the rates are outside expected levels
* COMPUTE data type for artificial data-sources calculating their
input using RPN math and data from the other data-sources.
@
text
@d1 1
a1 1
$NetBSD: patch-ay,v 1.1 2004/02/07 17:44:10 seb Exp $
d3 3
a5 3
--- src/rrd_dump.c.orig 2005-05-28 22:31:55.000000000 +0930
+++ src/rrd_dump.c 2005-06-19 14:11:09.000000000 +0930
@@@@ -91,7 +91,7 @@@@
@
1.1
log
@Now that lang/perl5/module.mk fiddles with OTHERLDFLAGS fix the way
RRDs.so shared perl module is built and thus fix runtime failure
described in PR pkg/24292 by Michael van Elst .
Also fix sparc64 compilation warnings and runtime failure due to
time_t's size assumption: sizeof(time_t) != sizeof(long) on NetBSD/sparc64.
While here bl3ify, this somewhat simplify the package, and provide
a buildlink3.mk file.
Bump PKGREVISION.
With wulf@@'s blessing.
@
text
@d1 1
a1 1
$NetBSD$
d3 3
a5 3
--- src/rrd_dump.c.orig Fri Oct 11 18:39:47 2002
+++ src/rrd_dump.c
@@@@ -40,7 +40,7 @@@@ rrd_dump(int argc, char **argv)
d10 1
a10 1
+ (long)rrd.live_head->last_up,somestring);
@