diff options
author | wulf <wulf@pkgsrc.org> | 2005-07-03 15:23:33 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-07-03 15:23:33 +0000 |
commit | 8a0a9ea987c461dca3b1c3930dde39b8d18a54c4 (patch) | |
tree | 0b93909607da6e1144ce6c0eb2b081fc17d53b12 /databases/rrdtool/buildlink3.mk | |
parent | ec4750341ca57862a09add6445645057399627d7 (diff) | |
download | pkgsrc-8a0a9ea987c461dca3b1c3930dde39b8d18a54c4.tar.gz |
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.
Diffstat (limited to 'databases/rrdtool/buildlink3.mk')
-rw-r--r-- | databases/rrdtool/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rrdtool/buildlink3.mk b/databases/rrdtool/buildlink3.mk index 792e74a6cc2..66ebf41898f 100644 --- a/databases/rrdtool/buildlink3.mk +++ b/databases/rrdtool/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:23 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2005/07/03 15:23:33 wulf Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ RRDTOOL_BUILDLINK3_MK:= ${RRDTOOL_BUILDLINK3_MK}+ @@ -11,8 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nrrdtool} BUILDLINK_PACKAGES+= rrdtool .if !empty(RRDTOOL_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.rrdtool+= rrdtool>=1.0.40 -BUILDLINK_RECOMMENDED.rrdtool+= rrdtool>=1.0.40nb4 +BUILDLINK_DEPENDS.rrdtool+= rrdtool>=1.2.9 +BUILDLINK_RECOMMENDED.rrdtool+= rrdtool>=1.2.9 BUILDLINK_PKGSRCDIR.rrdtool?= ../../databases/rrdtool .endif # RRDTOOL_BUILDLINK3_MK |