summaryrefslogtreecommitdiff
path: root/databases/rrdtool/buildlink3.mk
diff options
context:
space:
mode:
authorwulf <wulf>2005-07-03 15:23:33 +0000
committerwulf <wulf>2005-07-03 15:23:33 +0000
commitd21c971d9d751af3a277080223e7b1fb0fd04c90 (patch)
tree0b93909607da6e1144ce6c0eb2b081fc17d53b12 /databases/rrdtool/buildlink3.mk
parent500ad3c799d8ce8b21016d4f18cce8228a23d7a6 (diff)
downloadpkgsrc-d21c971d9d751af3a277080223e7b1fb0fd04c90.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.mk6
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