summaryrefslogtreecommitdiff
path: root/databases/rrdtool
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06rrdtool: remove patch after updatewiz1-33/+0
This patch was removed from the distinfo in the 1.7.2 update
2019-05-29rrdtool: updated to 1.7.2adam2-8/+7
RRDtool 1.7.2: Bugfixes * Updated the Makefiles to properly include all needed files into the distribution tar * Cleand up Compiler Warnings * Improved compilation in MinGW environment * fix segfault on non-existent RRD file when using rrdcached * fix bounds handling, documentation and checking on rrdtool xport * Fix %s/%S unit autoscaling in gprint for json/xml * Optimized PDP Calculation
2019-02-11rrdtool: updated to 1.7.1adam9-65/+40
RRDtool 1.7.1: Bugfixes * about 38949 assorted fixes for the windows build of rrdtool * fix many compile time warnings * Re-enable 0-width lines * Include rrd_pdpcalc.pod in Makefile.am also * Lots of spelling fixes for rrdtool source and documentation * fix off by one issue in rrdtool xport output * fix lua extension build * fix python bindings * fix multiple static variable issues in conflict with MT * make translations actually work * Fixed configure --enable / --disable options * rrd_daemon stability fixes * fix tcl bindings * do not call umask ever (not MT safe) Features * Multiline Titles * French translation * Added support for --allow-shrink with --rigid flag * Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached * include the daemon name in the error messag
2018-11-14Revbump after cairo 1.16.0 update.kleink2-4/+4
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon2-4/+4
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-07-07database/rrdtool: Fix the shared library ID on Darwinminskim1-1/+10
2018-04-16Recursive bump for new fribidi dependency in pango.wiz2-4/+4
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz2-3/+4
2017-09-04Follow some redirects.wiz1-3/+3
2017-08-02limits.h for PATH_MAX.maya2-1/+16
Hopefully helps SmartOS builds.
2017-07-30Removed databases/py-python-rrdtool successor py-rrdtooladam1-4/+1
2017-07-27Makefile.common is also neededadam1-0/+16
2017-07-27RRDtool 1.7.0adam16-110/+62
Bugfixes -------- * made rrd_fetch_cb_wrapper in RRDs more careful with its arguments * many bugfixes to resolve issues identified Coverty scan * fix build issues with libdbl * take the ds step into account while caching data in rrd graph DEF statements * never 'exit' from librrd (even when DEBUG is on) Features -------- * new command rrd list to show rrd files in a directory * configurable log-level for rrdcached * hungarian translation (hu.po) API --- * New Exported funtions: rrd_lcd, rrd_reduce_data, rrd_cf_conf and rrd_list * rrd_list support for perl and python binding * all new and much more complete python bindings working on both python 2.6+ and 3.3+ * extended documentation in rrdlib.pod
2017-02-12Recursive revbump from fonts/harfbuzzryoon2-4/+4
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz2-4/+4
2016-10-18Fix a signedness/unsigned conversion bug causing overflow in rrd_dump.c.he3-3/+20
Bump PKGREVISION.
2016-09-04The Python bindings explicitly need setuptools for the PLIST to match.dholland1-1/+2
Noted by Joerg.
2016-08-27Use <ctype.h> properly. Ride previous bump.dholland7-2/+149
2016-08-27whitespacedholland1-2/+2
2016-08-27oops, whitespacedholland1-2/+2
2016-08-27Make options for the python, tcl, and lua bindings. Enable them bydholland3-8/+81
default and bump PKGREVISION to 2. Also, don't depend on python unless the python option is turned on, and make the lua bindings behave themselves on netbsd where there's a copy of lua in base. Note that the ruby bindings are built in a separate package (databases/ruby-rrdtool) ...probably the python bindings should be as well. Also note that there's another apparently different set of python bindings in databases/py-python-rrdtool. I have no idea which is preferred.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-04-23RRDtool 1.6.0adam3-10/+8
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
2016-02-07Add an RC script for rrdcached(1)khorben2-1/+42
RRDCacheD is a data caching daemon for rrdtool. It receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind.
2016-02-01Changes 1.5.5:adam4-16/+21
Bugfixes -------- * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-26Deal with libintl.h mess.joerg2-1/+17
2015-08-18(pkgsrc)mef5-24/+30
- Fix PR pkg/49557 (by updating 1.4.9 to 1.5.4) - Add including lang/python/application.mk (for REPLACE_PYTHON) - Assign empty value to TEST_TARGET, to avoid *** No rule to make target 'test' (when PKGSRC_RUN_TEST=yes is set) (upstream) - Update 1.4.9 to 1.5.4 ------------------------- RRDtool 1.5.4 - 2015-08-09 ========================== Bug Fixes --------- * parse floating point numbers according to C locale in rrdtool create arguments, regardless of the systems locale setting. * include missing rrd_rados.h into distribution archive * make rrdtool work on ARM again * make rrdtool test suit pass on 32bit OSs * fix --grid-dash option regression in graph * fix systemd support * fix link dependency for libpng since we are using functions directly * fix python module name * fix rrdtool tune to accept U in minimum and maximum options * fi * rrd_parsetime now uses a mutex lock to become thread safe * rrd_xport is now thread safe * stop using MAX_PATH and make everything dynamic and make rrdtool work on Gnu HURD ... thanks nirgal! Features -------- * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK together they allow to draw graphs where a rate is converted back to absolute numbers and accumulated over a period.. RRDtool 1.5.3 - 2015-04-30 ========================== Bug Fixes --------- * Brought commmand-line options and documentation back into sync. * Make LINE dashes option work again RRDtool 1.5.2 - 2015-04-23 ========================== Bug Fixes --------- * paramters in VDEF are vnames and not data source names, hence they can be 255 chars long and not only 20 RRDtool 1.5.1 - 2015-04-22 ========================== Bug Fixes --------- * parse numbers up to 40 characters long .. * fix install rules for Python and Lua * include missing VERSION and LICENSE file * unlink before rename in rrd_create when running on WIN32 RRDtool 1.5.0 - 2015-04-16 ========================== New Features ------------ * automatic x-axis labels that work from 1s to 30y on a single chart * librados integration * new datasource types: DCOUNTER and DDERIVE (they work the same as the original DS, except that they can deal with floatingpoint numbers). * compile without graphics libraries: ./configure --disable-rrd_graph * updated windows port (see WIN32-BUILD-TIPS.txt) * single step RRAs for MIN,MAX,LAST are generated virtually from an AVERAGE RRA * ignore updates in the past with rrdtool update --skip-past-updates * ignore a LINE when scaling a chart using the skipscale option * detect 32bit timeoverflows * massive performance boost for charts with more than 100 DEF line by switching form a linear search to a HASH when searching for data * improved cross compilation support * .Net bindings * allow rrdtool graph to silently skip non-existing source files using the --use-nan-for-all-missing-data option * restore from a pipe (rrdtool restore - y.rrd) * in rrdtool create, row count and step can be defined in absolute time * all new "create on steroids" can pull both data and configuration from existing rrd files * use rrdtool graph to chart arbitrary data via a callback function for data fetching support is integrated in the perl bindings. * re-written parser for rrdtool graph commands. It now follows a simple key value pattern, compatible with the previous syntax. * MEDIAN op for CDEF expressions * DEPTH,INDEX,COPY,ROL ops for CDEF (as seen in PostScript) * gradient AREA backgrounds * no more locale magic while reading numeric data. Bugfixes -------- all the bugs fixed in 1.4.x during 1.5 development
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn2-3/+4
2015-03-14needs groff nrofftnn1-2/+2
2014-11-23Explicitly disable libdbimarkd1-1/+2
2014-10-07Changes 1.4.9:adam2-6/+6
New Features ------------ * allows rrdrestore to read input from stdin * add documentation for RRDs::xport * RPN operators MINNAN and MAXNAN * --left-axis-format option to rrd_graph Bugfixes -------- * properly verify validity of user suplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions * eliminate duplicate setlocale calls * fixed endless loop and double frees in rrd_restore * fixed missing variable initializations in rrd_graph * fixed JSON output format to actually be valid JSON * detect failing fallocate and fall back to seeking * fixed format string in ruby bindings
2014-08-25Updated to 1.4.8 to match databases/rrdtooladam1-1/+3
2014-08-24Changes 1.4.8:adam4-22/+9
* 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
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2013-10-20Fix rpath option to have -Wl prefix.joerg2-1/+19
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.