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:           Fri Apr 21 00:59:41 UTC 2023

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

Log Message:
Added net/nagios-plugin-mqueue 0.1

This Nagios plugin checks Sendmail queues status


To generate a diff of this commit:
cvs rdiff -u -r1.2344 -r1.2345 pkgsrc/doc/CHANGES-2023
cvs rdiff -u -r1.1509 -r1.1510 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/nagios-plugin-mqueue/DESCR \
    pkgsrc/net/nagios-plugin-mqueue/Makefile \
    pkgsrc/net/nagios-plugin-mqueue/PLIST \
    pkgsrc/net/nagios-plugin-mqueue/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-2023
diff -u pkgsrc/doc/CHANGES-2023:1.2344 pkgsrc/doc/CHANGES-2023:1.2345
--- pkgsrc/doc/CHANGES-2023:1.2344      Fri Apr 21 00:49:56 2023
+++ pkgsrc/doc/CHANGES-2023     Fri Apr 21 00:59:41 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2023,v 1.2344 2023/04/21 00:49:56 manu Exp $
+$NetBSD: CHANGES-2023,v 1.2345 2023/04/21 00:59:41 manu Exp $
 
 Changes to the packages collection and infrastructure in 2023:
 
@@ -3380,3 +3380,4 @@ Changes to the packages collection and i
        Added misc/chatgpt-shell-cli version 0.0.20230420 [schmonz 2023-04-20]
        Added databases/openldap-autogroup 2.6.4 [manu 2023-04-21]
        Added mail/openarc 20180921 [manu 2023-04-21]
+       Added net/nagios-plugin-mqueue [manu 2023-04-21]

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1509 pkgsrc/net/Makefile:1.1510
--- pkgsrc/net/Makefile:1.1509  Sun Apr  9 10:03:18 2023
+++ pkgsrc/net/Makefile Fri Apr 21 00:59:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1509 2023/04/09 10:03:18 nros Exp $
+# $NetBSD: Makefile,v 1.1510 2023/04/21 00:59:41 manu Exp $
 #
 
 COMMENT=       Networking tools
@@ -418,6 +418,7 @@ SUBDIR+=    nagios-plugin-ipf
 SUBDIR+=       nagios-plugin-ldap
 SUBDIR+=       nagios-plugin-lpd
 SUBDIR+=       nagios-plugin-milter
+SUBDIR+=       nagios-plugin-mqueue
 SUBDIR+=       nagios-plugin-mysql
 SUBDIR+=       nagios-plugin-mysqlslave
 SUBDIR+=       nagios-plugin-pgsql

Added files:

Index: pkgsrc/net/nagios-plugin-mqueue/DESCR
diff -u /dev/null pkgsrc/net/nagios-plugin-mqueue/DESCR:1.1
--- /dev/null   Fri Apr 21 00:59:41 2023
+++ pkgsrc/net/nagios-plugin-mqueue/DESCR       Fri Apr 21 00:59:41 2023
@@ -0,0 +1,3 @@
+$NetBSD: DESCR,v 1.1 2023/04/21 00:59:41 manu Exp $
+
+This Nagios plugin checks Sendmail queues status
Index: pkgsrc/net/nagios-plugin-mqueue/Makefile
diff -u /dev/null pkgsrc/net/nagios-plugin-mqueue/Makefile:1.1
--- /dev/null   Fri Apr 21 00:59:41 2023
+++ pkgsrc/net/nagios-plugin-mqueue/Makefile    Fri Apr 21 00:59:41 2023
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2023/04/21 00:59:41 manu Exp $
+#
+
+DISTNAME=      check_mqueue-0.1
+PKGNAME=       nagios-plugin-mqueue-${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=       Sendmail queue monitoring plugin for Nagios
+LICENSE=       modified-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+INSTALLATION_DIRS+=    libexec/nagios
+
+
+BUILD_DEFS+=           NAGIOS_GROUP
+PKG_GROUPS_VARS+=      NAGIOS_GROUP
+PKG_GROUPS=            ${NAGIOS_GROUP}
+
+SPECIAL_PERMS+=        ${PREFIX}/libexec/nagios/check_mqueue \
+               ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4554
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/check_mqueue \
+           ${DESTDIR}${PREFIX}/libexec/nagios/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/nagios-plugin-mqueue/PLIST
diff -u /dev/null pkgsrc/net/nagios-plugin-mqueue/PLIST:1.1
--- /dev/null   Fri Apr 21 00:59:41 2023
+++ pkgsrc/net/nagios-plugin-mqueue/PLIST       Fri Apr 21 00:59:41 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/21 00:59:41 manu Exp $
+libexec/nagios/check_mqueue
Index: pkgsrc/net/nagios-plugin-mqueue/distinfo
diff -u /dev/null pkgsrc/net/nagios-plugin-mqueue/distinfo:1.1
--- /dev/null   Fri Apr 21 00:59:41 2023
+++ pkgsrc/net/nagios-plugin-mqueue/distinfo    Fri Apr 21 00:59:41 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/21 00:59:41 manu Exp $
+
+BLAKE2s (check_mqueue-0.1.tgz) = 6c87c6b19e1fa9c6ab49b81ded3ad3607b1bb2eaec8432c6c23c49a78b675282
+SHA512 (check_mqueue-0.1.tgz) = 984a0a7c10510ac2e70e5873b081317eb57e01254624042089a2347033bdeb3513ba13850456ecc7dc9d24b5b56c9fae386563062d142b88648b93525f491065
+Size (check_mqueue-0.1.tgz) = 1889 bytes



Home | Main Index | Thread Index | Old Index