summaryrefslogtreecommitdiff
path: root/sysutils/p5-Monitoring-Plugin
AgeCommit message (Collapse)AuthorFilesLines
2019-11-04sysutils: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-08-21p5-Monitoring-Plugin: update to 0.40.wiz2-10/+9
0.40 25th July 2018 - improve --extra-opts error handling (#18) - fix handling named arguments (#17) - Allow negation of command line arguments using '--no'-prefix (#13) - Fix plugin-name processing in ALRM handler. (#12) - Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT (#11) - Support LONGTEXT output in plugin_exit (#10) - convert empty perfdata values to 'U' (daku3649 #5) - fix output when there is only long plugin output (pdugas)
2017-08-23Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles.jlam1-1/+4
The following packages fail to build due to "." not being in @INC: devel/p5-PPI-PowerToys sysutils/p5-Monitoring-Plugin textproc/p5-Text-Xslate www/SpeedyCGI Pass PERL_USE_UNSAFE_INC=1 through MAKE_ENV to allow the configure and build to proceed. This needs to be revisited when perl-5.30.0 is released and that environment variable is removed from Perl.
2017-07-03New package, p5-Monitoring-Plugin. From Alberto Mijares via wip, typos fixed.bsiegert4-0/+51
From DESCR: Monitoring::Plugin and its associated Monitoring::Plugin::* modules are a family of perl modules to streamline writing Monitoring plugins. The main end user modules are Monitoring::Plugin, providing an object-oriented interface to the entire Monitoring::Plugin::* collection, and Monitoring::Plugin::Functions, providing a simpler functional interface to a useful subset of the available functionality.