Commit graph

11 commits

Author SHA1 Message Date
martti
31c04538e3 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.
2008-10-07 07:23:35 +00:00
he
8c33dbe248 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.
2008-06-23 16:24:30 +00:00
adam
3c835bd816 Changes 1.2.18:
* Bug fixes
2007-01-30 13:26:55 +00:00
adam
95006feb74 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.
2006-07-22 07:37:07 +00:00
adam
b124e484ac Changes 1.2.12:
* Bug fixes
2006-01-24 22:22:16 +00:00
wulf
fe3f9b3ac8 Updated rrdtool to 1.2.11: Minor bug fix release
Added --enable-perl-site-install configuration argument relevant to PR30719
2005-07-30 06:53:15 +00:00
wulf
8126d91731 Updated rrdtool to 1.2.10: Bug fix release 2005-07-04 22:53:39 +00:00
wulf
8a0a9ea987 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.
2005-07-03 15:23:33 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
seb
830708ba67 Update to version 1.0.40. See changes below.
Packages changes: use buildlink2 and perl5/module.mk, documentation
splitted in $PREFIX/share/doc/{rrdtool,html/rrdtool}/*.

Okay'ed by wulf@.

Changes since version 1.0.33:

- bugfix, + enhancement, * contrib, = RELEASE
---------------------------------------------
= 1.0.40 2002/10/11 -- Tobi

- 2002/10/11 Jeffrey Wheat <jeff@nt.cetlink.net>
  updated php4 bindings to work with php 4.2.3

- 2002/10/07 Tomoyuki Murakami <tomoyuki@pobox.com>
  -z does not take an option

- 2002/10/03 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
  fix for PREV() operator

- 2002/08/01 Paul Clifford <paul.clifford@bbc.co.uk>
  fix for segfault in print_calc function

+ 2002/07/31  "Nenad Antic (EAB)" <Nenad.Antic@era.ericsson.se>
  rrdfetch manpage update

- 2002/07/12 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
  PREV(xxx) match with DEF_NAM_FMT

- 2002/07/12 Joerg Mertin <mertinj@europe.psi.com>
  fixed bindings for php4

- 2002/07/02 Philippe.Simonet@swisscom.com
  fixed DINF for win32 compile

= 1.0.39 2002/06/20 -- Tobi

+ 2002/06/20 -- Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
  * new CDEF feature PREV(x) which allows for funky new filters
    to be created easily

+ 2002/06/14 -- "Shipway, Steve" <steve.shipway@eds.com>
  * Improved docs for rrd_resize

- Tobi
  * increassed commandline buffer in rrd_tool.c to 100 kilo Byte
  * in rrd_graph replace rint by ceil ...its more portable
  * remove // comments and replace with /* .... */
  * due to popular demand change strftime format to %V for weeks

+ 2002/05/24 -- Joe Griffin <joe.griffin@mscsoftware.com>
  * config.guess and config.sub updates for IA64

= 1.0.38 2002/05/22 -- Tobi

- 2002/05/12 -- Tobi
  * fix for crash in restore when used with existing file

- 2002/04/29 -- Alex
  * fix for PRINT template parser in rrd_graph ...

- 2002/04/16 -- Milan Obuch <milan.obuch@in.nextra.sk>
  * fix for --alt-mrtg

+ 2002/05/01 Wolfgang Schrimm <Wolfgang.Schrimm@urz.uni-heidelberg.de>
  * new subcommand xport

= 1.0.37 2002/04/13 -- Tobi

- 2002/04/14 -- Thierry Nkaoua <tnka@linux-sottises.net>
  * do not change LC_ALL but just LC_TIME ...

= 1.0.36 2002/04/13 -- Tobi

+ 2002/04/13 -- Milan Obuch <milan.obuch@in.nextra.sk>
  * added new options to rrdgraph. Check the manpage for
    --overlay, --background, --unit, GD (graph output format)

+ 2002/04/09 -- Tobi
  * added setlocale and tzset calls to rrd_graph

- 2002/04/09 -- Tobi
  * removed description of --goodfor and --refresh from rrdcgi

- 2002/04/02 -- Paul Vixie <paul@vix.com>
  * rrd restore should not burn down existing files

- 2002/03/23 -- Oliver Cook  <ollie@uk.clara.net>
  * kill segfault in diff code for non digit input

- 2002/03/23 -- Ashok Mandala <chakri063@yahoo.com>
  * make sure CDEFs work properly even when none of the contributing
    data sources start at start of the cdef.

+ 2002/03/20 -- David Lee <t.d.lee@durham.ac.uk>
  * Allow link builds through the ../configure syntax

= 1.0.35 2002/03/20 -- Tobi

- 2002/03/20 -- Tobi
  * fixed longstanding off by 1 bug in CDEF for cases where RRDs with
    different step sizes were mixed in one CDEF

- 2002/03/13 -- Tobi
  * Deal with cases where Config{cc} contains an absolute path to perls
    C compiler.
- 2002/03/14 -- Matt Galvin <mgalvin@dandd.com>
  * new OS detector config files which can deal with macos X

= 1.0.34 2002/03/12 -- Tobi

- 2002/02/12 -- Tobi
  * replaced zlib 1.1.3 with 1.1.4

- 2002/02/06 -- Alexander Schwartz <alexander.schwartz@gmx.net>
  * allow rrdcgi to deal with umlauts

- 2001/12/27 -- Tom.Bertelson@gecapital.com
  * fix overflow error in rrd_fetch

- 2001/11/28 -- Richard A. Steenbergen <ras@e-gerbil.net>
  * allow + - and ' ' in printfsring

- 2001/03/31 -- Tobi
  * added 'all' dependancy to site-perl-install rule as many seem to skip
    this step when instaling cricket ... probably an incomplete cricket doku.

- 2001/03/02 --  Mike Franusich <mike@franusich.com>
  * filedescriptor leak fixed in rrd_open for faild open attempts.

- 2001/03/01 -- Tobi
  * test if compiler perl wants to use for building its modules is available on the system
  * zlib wants to be linked with -fpic on HPUX or it breaks ...
2003-02-16 23:08:55 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
Renamed from databases/rrdtool/pkg/PLIST (Browse further)