pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 23 06:23:49 UTC 2016

Modified Files:
        pkgsrc/databases/rrdtool: Makefile PLIST distinfo
        pkgsrc/databases/ruby-rrdtool: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/databases/rrdtool/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/rrdtool/PLIST
cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/rrdtool/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/ruby-rrdtool/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-rrdtool/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index