pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   manu
Date:           Wed May  4 15:19:24 UTC 2022

Modified Files:
        pkgsrc/doc: CHANGES-2022
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/nagios-plugin-lpd: DESCR Makefile PLIST distinfo

Log Message:
Added net/nagios-plugin-lpd version 0.1

This is a simple BSD LPD queue monitoring plugin for Nagios


To generate a diff of this commit:
cvs rdiff -u -r1.2309 -r1.2310 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r1.1458 -r1.1459 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/nagios-plugin-lpd/DESCR \
    pkgsrc/net/nagios-plugin-lpd/Makefile pkgsrc/net/nagios-plugin-lpd/PLIST \
    pkgsrc/net/nagios-plugin-lpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.2309 pkgsrc/doc/CHANGES-2022:1.2310
--- pkgsrc/doc/CHANGES-2022:1.2309      Wed May  4 15:12:30 2022
+++ pkgsrc/doc/CHANGES-2022     Wed May  4 15:19:24 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.2309 2022/05/04 15:12:30 jaapb Exp $
+$NetBSD: CHANGES-2022,v 1.2310 2022/05/04 15:19:24 manu Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -3605,3 +3605,4 @@ Changes to the packages collection and i
        Updated devel/ocaml-ppx_enumerate to 0.15.0 [jaapb 2022-05-04]
        Updated devel/ocaml-ppx_sexp_conv to 0.15.1 [jaapb 2022-05-04]
        Updated devel/ocaml-ppx_hash to 0.15.0 [jaapb 2022-05-04]
+       Added net/nagios-plugin-lpd version 0.1 [manu 2022-05-04]

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1458 pkgsrc/net/Makefile:1.1459
--- pkgsrc/net/Makefile:1.1458  Sun May  1 16:01:46 2022
+++ pkgsrc/net/Makefile Wed May  4 15:19:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1458 2022/05/01 16:01:46 pin Exp $
+# $NetBSD: Makefile,v 1.1459 2022/05/04 15:19:24 manu Exp $
 #
 
 COMMENT=       Networking tools
@@ -405,6 +405,7 @@ SUBDIR+=    nagios-plugin-dotpid
 SUBDIR+=       nagios-plugin-dumpdates
 SUBDIR+=       nagios-plugin-fstab
 SUBDIR+=       nagios-plugin-gfbricks
+SUBDIR+=       nagios-plugin-lpd
 SUBDIR+=       nagios-plugin-ldap
 SUBDIR+=       nagios-plugin-milter
 SUBDIR+=       nagios-plugin-mysql

Added files:

Index: pkgsrc/net/nagios-plugin-lpd/DESCR
diff -u /dev/null pkgsrc/net/nagios-plugin-lpd/DESCR:1.1
--- /dev/null   Wed May  4 15:19:24 2022
+++ pkgsrc/net/nagios-plugin-lpd/DESCR  Wed May  4 15:19:24 2022
@@ -0,0 +1,3 @@
+$NetBSD: DESCR,v 1.1 2022/05/04 15:19:24 manu Exp $
+
+This Nagios plugin checks BSD LPQ queues status
Index: pkgsrc/net/nagios-plugin-lpd/Makefile
diff -u /dev/null pkgsrc/net/nagios-plugin-lpd/Makefile:1.1
--- /dev/null   Wed May  4 15:19:24 2022
+++ pkgsrc/net/nagios-plugin-lpd/Makefile       Wed May  4 15:19:24 2022
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/05/04 15:19:24 manu Exp $
+#
+
+DISTNAME=      check_lpd-0.1
+PKGNAME=       nagios-plugin-lpd-${DISTNAME:C/.*-//}
+CATEGORIES=    net
+MASTER_SITES=  http://ftp.espci.fr/pub/nagios-local/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ftp.espci.fr/pub/nagios-local/
+COMMENT=       BSD LPD queue monitoring plugin for Nagios
+LICENSE=       modified-bsd
+
+ONLY_FOR_PLATFORM=     FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-*
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+INSTALLATION_DIRS+=    libexec/nagios
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/check_lpd \
+           ${DESTDIR}${PREFIX}/libexec/nagios/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/nagios-plugin-lpd/PLIST
diff -u /dev/null pkgsrc/net/nagios-plugin-lpd/PLIST:1.1
--- /dev/null   Wed May  4 15:19:24 2022
+++ pkgsrc/net/nagios-plugin-lpd/PLIST  Wed May  4 15:19:24 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/04 15:19:24 manu Exp $
+libexec/nagios/check_lpd
Index: pkgsrc/net/nagios-plugin-lpd/distinfo
diff -u /dev/null pkgsrc/net/nagios-plugin-lpd/distinfo:1.1
--- /dev/null   Wed May  4 15:19:24 2022
+++ pkgsrc/net/nagios-plugin-lpd/distinfo       Wed May  4 15:19:24 2022
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2022/05/04 15:19:24 manu Exp $
+
+SHA1 (check_lpd-0.1.tgz) = e066b722d4800f4211e032c5e3053e2697fd8159
+RMD160 (check_lpd-0.1.tgz) = 28beb86372b24ed84c563cf89eea4716c5d4ae00
+BLAKE2s (check_lpd-0.1.tgz) = d284f07fc48c07fffd964b81e312354c37926e4fe11cca6348340ca26daea036
+SHA512 (check_lpd-0.1.tgz) = fa726553e0ddf39e6d5003794bafa44230ec1c3bcdee91f56b9acd63dd4ffd94b04f54fdf3d19474da80b8a1c220190b404c2cac910a3ea8629bfd4b41bdf63d
+Size (check_lpd-0.1.tgz) = 2169 bytes



Home | Main Index | Thread Index | Old Index