summaryrefslogtreecommitdiff
path: root/databases/ruby-rrdtool/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-04-23 06:23:49 +0000
committeradam <adam>2016-04-23 06:23:49 +0000
commitfca2994b5d7b073a676b538914a9a20c24f39b8d (patch)
treeb7eef354b91bbc2f0e48cbb53c594b0a41bad326 /databases/ruby-rrdtool/Makefile
parenta039cf414e1b9f093f1ccd0b51ba6a27a001482a (diff)
downloadpkgsrc-fca2994b5d7b073a676b538914a9a20c24f39b8d.tar.gz
RRDtool 1.6.0
Features * librrd is now fully thread-safe. librrd_th is gone * make lua bindings work with lua 5.1 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c) * new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c) * new CDEF function POW: a,b,POW -> a**b * new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c * re-introducted --showtime option on rrdxport * be more careful in determining the locales idea of first day of the week * lots of spelling fixes all around
Diffstat (limited to 'databases/ruby-rrdtool/Makefile')
-rw-r--r--databases/ruby-rrdtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-rrdtool/Makefile b/databases/ruby-rrdtool/Makefile
index 0e8d337714e..2ddd96f7056 100644
--- a/databases/ruby-rrdtool/Makefile
+++ b/databases/ruby-rrdtool/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/02/01 09:41:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2016/04/23 06:23:49 adam Exp $
-DISTNAME= rrdtool-1.5.5
+DISTNAME= rrdtool-1.6.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= databases graphics net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/