summaryrefslogtreecommitdiff
path: root/graphics/p5-RRDTool-OO
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-01Follow some remaining search.cpan.org redirects.nia1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2016-08-13Update to 0.36wen2-8/+7
Upstream changes: 0.36 (05/12/2015) (ms) Gelu Lupa added RRD's first() function.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz 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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-01-29Update to 0.35, from Kai-Uwe Eckhardt <kuehro@gmx.de> in private mail.wiz2-8/+7
0.35 (07/20/2014) (ms) Fix for [rt.cpan.org #97322], now rounding results to cope with floating point inaccuracies in rrdtool. Reported by Andreas König. 0.34 (06/26/2014) (ms) Added disable_rrdtool_tag option as suggested by Sun Guonian. 0.33 (07/08/2013) (ms) Florian Eckert reported that graph() modified 2nd level entries of the options array passed to it. Used Storable::clone in OO.pm to make a deep copy first. 0.32 (03/06/2012) (ms) [rt.cpan.org #63351] Applied modified patch by Jonas Wagner to fix stacked graphs with no legend. (ms) Implements RRDs::xport and returns a Perl structure instead of basic xport array (Remi Ferrand, Fabien Wernli).
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.
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.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-06Update to 0.31:wiz2-7/+6
0.31 (05/26/2010) (ms) [rt.cpan.org #54870] Fixed typos/pod errors reported by Salvatore Bonaccorso. (ms) Fixed overwriting input parameters in create(), bug reported by Erik Wasser.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-03-03Updating graphics/p5-RRDTool-OO from 0.25 to 0.30sno2-7/+7
pkgsrc changes: - Upstream Makefile.PL says, minimum required rrdtool version is 1.2.x, so adjust required version of databases/rrdtool Upstream changes: 0.30 (02/21/2010) (ms) [RT 53961] Worked around rrdtool-1.3.5 inaccuracy problem by skipping certain tests for rrdtool <= 1.4. 0.29 (02/20/2010) (ms) Added github repository link to Makefile.PL (ms) Fixed documentation for fetch_next(). (ms) [RT 54544] Tom Regner added support for updatev(). 0.28 (11/05/2009) (ms) Applied patch by Lyle Brooks, adding optional step, start, and end parameters to "draw". 0.27 (10/11/2009) (ms) Slaven Rezic reported huge memory consumption by the test suite, turned out to be fetch_start() call spanning several years. Fixed by defining the end time as well as the start time. 0.26 (09/27/2009) (ms) [RT 32601] Using prompt() instead of manually asking for input in Makefile.PL (by Fabien Wernli) (ms) [RT 32046] Calling setlocale() to fix error message check in foreign locales (by Fabien Wernli) (ms) Implemented graphv method. This works just like graph() but uses rrdtool's graphv internally, giving access to additional information using print_results() method (by Fabien Wernli) (ms) Improved RRDs version testing (by Fabien Wernli).
2009-07-08Updating package fot p5 module RRDTool::OO from 0.22nb1 to 0.25sno2-7/+7
Setting license to ${PERl5_LICENSE} Upstream changes: 0.25 (04/25/2009) (ms) Applied patch by Christian Dengler, adding the 'hrule' graph parameter and increasing the sleep time in 002Pod.t to two secs to prevent system clock inacurracies from causing test failures. 0.24 (04/02/2009) (ms) Added support for capturing PRINT output as suggested by Peter Mistich. print_output() now returns a ref to an array with the output of the last graph() command's PRINT output. 0.23 (02/05/2009) (ms) update() now accepts DateTime objects as well (suggested by Jay Buffington) (ms) [rt.cpan.org #43011] Fixed rounding error on 64-bit systems reported by Todd E. Rinaldo
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-13- updated to 0.22rhaen2-6/+7
- added DEPENDs for devel/p5-Log-Log4perl fixes PR pkg/39128 ChangeLog: 0.22 (05/20/2008) (ms) Added aberrant behavior detection (hwpredict) with documentation and test cases. 0.21 (01/23/2008) (ms) Provided backwards compatibility to rrdtool-1.0 for draw/type=stack, which now translates to an area with the :STACK option. 0.20 (01/22/2008) (ms) Bas van der Veen reported that the rrdtool download link changed to http://oss.oetiker.ch/rrdtool/pub/rrdtool.tar.gz, adapted Makefile.PL. (ms) No longer expecting 'Permission denied' to support localized OSes. 0.19 (05/12/2007) (ms) Added 'strict' mode (defaults to true). (ms) Added latest graph parameters from the latest rrdtool release. 0.18 (05/12/2007) (ms) Added 'dry mode' patch by Jacquelin Charbonnel. 0.17 (09/10/2006) (ms) Changed build command in Makefile.PL to adapt to new rrdtool-1.2 directory hierarchy, as suggested by Zac Israel. 0.16 (08/23/2006) (ms) Added 'base' option to graph method, as suggested by Anton Shevchenko. 0.15 (07/23/2006) (ms) Fixed bug with multiple comment lines, of which only the first one was printed in the graph. It was introduced in 0.14. Thanks to Steve van der Burg for reporting and a patch.
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-06-07Added graphics/p5-RRDTool-OO-0.14abs4-0/+36
RRDTool::OO is an object-oriented interface to Tobi Oetiker's round robin database tool rrdtool. It uses rrdtool's RRDs module to get access to rrdtool's shared library. RRDTool::OO tries to marry rrdtool's database engine with the dwimminess and whipuptitude Perl programmers take for granted. Using RRDTool::OO abstracts away implementation details of the RRD engine, uses easy to memorize named parameters and sets meaningful defaults for parameters not needed in simple cases. For the experienced user, however, it provides full access to rrdtool's API. (Please check "Development Status" to verify how much of it has been implemented yet, though, since this module is under development :).