summaryrefslogtreecommitdiff
path: root/databases/rrdtool/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-08-24 07:06:02 +0000
committeradam <adam>2014-08-24 07:06:02 +0000
commit2c3708a22baaf762d667d08cd6d3ed43be31c9a3 (patch)
treed6f2d953495ac7235594c36cbd5055e9f909def0 /databases/rrdtool/Makefile
parenta3525507d800fa8a2776b3c94c8c2667b77bb514 (diff)
downloadpkgsrc-2c3708a22baaf762d667d08cd6d3ed43be31c9a3.tar.gz
Changes 1.4.8:
* rrd_graph now uses a map to lookup variable names causing graphs with many items to be drawn magnitudes faster as the linear search of the variable tables is gone now. * the optional argument :skipscale allows for a LINE or AREA instruction to be excluded from having an effect on the scaling of the graph * TRENDNAN is now working properly and als not crashing anymore * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. * JSON output of xport is now actually json compilant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current state of DST. * fixes and enhancements for Python, Ruby, TCL and Perl bindings * improved error reporting in rrd_graph * portability and cross compilation
Diffstat (limited to 'databases/rrdtool/Makefile')
-rw-r--r--databases/rrdtool/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 89e74c1cd3c..bdb2f0bd5cf 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2014/05/29 23:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2014/08/24 07:06:02 adam Exp $
-DISTNAME= rrdtool-1.4.7
-PKGREVISION= 17
+DISTNAME= rrdtool-1.4.8
CATEGORIES= databases graphics net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/