diff options
author | adam <adam@pkgsrc.org> | 2017-07-27 18:31:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-27 18:31:20 +0000 |
commit | b1737bfe1e883cf2a4281cb693e6ea98056bb3a2 (patch) | |
tree | 1073482fcddb7693ace2efa7f8d2cdfb6235132b /databases/py-rrdtool/PLIST | |
parent | 76af94bf7cbec82a4c3919f3267e89f2b894a17f (diff) | |
download | pkgsrc-b1737bfe1e883cf2a4281cb693e6ea98056bb3a2.tar.gz |
RRDtool 1.7.0
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
Diffstat (limited to 'databases/py-rrdtool/PLIST')
-rw-r--r-- | databases/py-rrdtool/PLIST | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/py-rrdtool/PLIST b/databases/py-rrdtool/PLIST new file mode 100644 index 00000000000..3e7e4bc8358 --- /dev/null +++ b/databases/py-rrdtool/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2017/07/27 18:31:20 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/rrdtool.so |