Up to [cvs.NetBSD.org] / pkgsrc / sysutils / p5-Monitoring-Plugin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:32 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
*: recursive bump for perl 5.38
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:01 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: recursive bump for perl 5.36
Revision 1.9 / (download) - annotate - [select for diffs], Mon May 24 19:54:16 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.34
Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:44 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: use MASTER_SITE_PERL_CPAN
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:32 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 4 21:28:50 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
sysutils: align variable assignments pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 11 13:23:13 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:38 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Recursive bump for perl5-5.28.0
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 21 12:08:00 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.2: +4 -5
lines
Diff to previous 1.2 (colored)
p5-Monitoring-Plugin: update to 0.40. 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)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 23 17:54:52 2017 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 3 16:29:43 2017 UTC (6 years, 2 months ago) by bsiegert
Branch: MAIN
New package, p5-Monitoring-Plugin. From Alberto Mijares via wip, typos fixed. 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.