Mon Jul 3 16:29:43 2017 UTC ()
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.


(bsiegert)
diff -r1.703 -r1.704 pkgsrc/sysutils/Makefile
diff -r0 -r1.1 pkgsrc/sysutils/p5-Monitoring-Plugin/DESCR
diff -r0 -r1.1 pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile
diff -r0 -r1.1 pkgsrc/sysutils/p5-Monitoring-Plugin/PLIST
diff -r0 -r1.1 pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo

cvs diff -r1.703 -r1.704 pkgsrc/sysutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/Makefile 2017/06/11 11:14:09 1.703
+++ pkgsrc/sysutils/Makefile 2017/07/03 16:29:43 1.704
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.703 2017/06/11 11:14:09 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.704 2017/07/03 16:29:43 bsiegert Exp $
2# 2#
3 3
4COMMENT= System utilities 4COMMENT= System utilities
5 5
6SUBDIR+= 855resolution 6SUBDIR+= 855resolution
7SUBDIR+= 915resolution 7SUBDIR+= 915resolution
8SUBDIR+= 9base 8SUBDIR+= 9base
9SUBDIR+= WCMCommander 9SUBDIR+= WCMCommander
10SUBDIR+= acpica-utils 10SUBDIR+= acpica-utils
11SUBDIR+= acpidump 11SUBDIR+= acpidump
12SUBDIR+= adtool 12SUBDIR+= adtool
13SUBDIR+= afbinit 13SUBDIR+= afbinit
14SUBDIR+= agedu 14SUBDIR+= agedu
@@ -397,26 +397,27 @@ SUBDIR+= p5-File-Inplace @@ -397,26 +397,27 @@ SUBDIR+= p5-File-Inplace
397SUBDIR+= p5-File-Remove 397SUBDIR+= p5-File-Remove
398SUBDIR+= p5-File-chmod 398SUBDIR+= p5-File-chmod
399SUBDIR+= p5-Filesys-Df 399SUBDIR+= p5-Filesys-Df
400SUBDIR+= p5-Filesys-DfPortable 400SUBDIR+= p5-Filesys-DfPortable
401SUBDIR+= p5-Filesys-Statvfs 401SUBDIR+= p5-Filesys-Statvfs
402SUBDIR+= p5-GTop 402SUBDIR+= p5-GTop
403SUBDIR+= p5-Gnome2-VFS 403SUBDIR+= p5-Gnome2-VFS
404SUBDIR+= p5-IO-BufferedSelect 404SUBDIR+= p5-IO-BufferedSelect
405SUBDIR+= p5-IO-KQueue 405SUBDIR+= p5-IO-KQueue
406SUBDIR+= p5-Lchown 406SUBDIR+= p5-Lchown
407SUBDIR+= p5-Linux-Inotify2 407SUBDIR+= p5-Linux-Inotify2
408SUBDIR+= p5-Mac-AppleScript 408SUBDIR+= p5-Mac-AppleScript
409SUBDIR+= p5-Mac-AppleScript-Glue 409SUBDIR+= p5-Mac-AppleScript-Glue
 410SUBDIR+= p5-Monitoring-Plugin
410SUBDIR+= p5-Parse-Syslog 411SUBDIR+= p5-Parse-Syslog
411SUBDIR+= p5-Quota 412SUBDIR+= p5-Quota
412SUBDIR+= p5-SSH-Batch 413SUBDIR+= p5-SSH-Batch
413SUBDIR+= p5-Server-Starter 414SUBDIR+= p5-Server-Starter
414SUBDIR+= p5-Sys-CPU 415SUBDIR+= p5-Sys-CPU
415SUBDIR+= p5-Sys-CpuLoad 416SUBDIR+= p5-Sys-CpuLoad
416SUBDIR+= p5-Sys-Filesystem 417SUBDIR+= p5-Sys-Filesystem
417SUBDIR+= p5-Sys-Hostname-Long 418SUBDIR+= p5-Sys-Hostname-Long
418SUBDIR+= p5-Sys-SigAction 419SUBDIR+= p5-Sys-SigAction
419SUBDIR+= p5-Sys-Syslog 420SUBDIR+= p5-Sys-Syslog
420SUBDIR+= p5-Sys-Utmp 421SUBDIR+= p5-Sys-Utmp
421SUBDIR+= p5-UPS-Nut 422SUBDIR+= p5-UPS-Nut
422SUBDIR+= p5-Unburden-Home-Dir 423SUBDIR+= p5-Unburden-Home-Dir

File Added: pkgsrc/sysutils/p5-Monitoring-Plugin/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.

File Added: pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile
# $NetBSD: Makefile,v 1.1 2017/07/03 16:29:43 bsiegert Exp $

DISTNAME=	Monitoring-Plugin-0.39
PKGNAME=    	p5-${DISTNAME}
CATEGORIES=	sysutils perl5
MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/N/NI/NIERLEIN/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/pod/Monitoring::Plugin
COMMENT=	family of perl modules for monitoring plugins
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Class-Accessor>=0.34:../../devel/p5-Class-Accessor
DEPENDS+=	p5-Config-Tiny>=2.23:../../devel/p5-Config-Tiny
DEPENDS+=	p5-Params-Validate>=1.26:../../devel/p5-Params-Validate
DEPENDS+=	p5-Math-Calc-Units>=1.07:../../math/p5-Math-Calc-Units

PERL5_PACKLIST=	auto/Monitoring/Plugin/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/sysutils/p5-Monitoring-Plugin/PLIST
@comment $NetBSD: PLIST,v 1.1 2017/07/03 16:29:43 bsiegert Exp $
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/Config.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/ExitResult.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/Functions.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/Getopt.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/Performance.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/Range.pm
${PERL5_SUB_INSTALLVENDORLIB}/Monitoring/Plugin/Threshold.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/Monitoring/Plugin/.packlist
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::Config.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::ExitResult.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::Functions.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::Getopt.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::Performance.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::Range.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Monitoring::Plugin::Threshold.3

File Added: pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo
$NetBSD: distinfo,v 1.1 2017/07/03 16:29:43 bsiegert Exp $

SHA1 (Monitoring-Plugin-0.39.tar.gz) = 15dc02949a3a4597f7fc8a504d05f87c08a5514c
RMD160 (Monitoring-Plugin-0.39.tar.gz) = 9af408d9d33de103ca6d9a3421849a167513820f
SHA512 (Monitoring-Plugin-0.39.tar.gz) = 7bdba894cffc0839586e52f3667157cf578e94734ddc0ccd05899f631271e5b69e9cbfe4b2fb59f68b45e1d13afc82b095b65e249527f2c448a38b93e510a05c
Size (Monitoring-Plugin-0.39.tar.gz) = 62733 bytes