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:           Mon Jan 23 15:29:37 UTC 2023

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

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

This plugin monitors IPFilter states, NAT mappings, and fragments table


To generate a diff of this commit:
cvs rdiff -u -r1.529 -r1.530 pkgsrc/doc/CHANGES-2023
cvs rdiff -u -r1.1497 -r1.1498 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/nagios-plugin-ipf/DESCR \
    pkgsrc/net/nagios-plugin-ipf/Makefile pkgsrc/net/nagios-plugin-ipf/PLIST \
    pkgsrc/net/nagios-plugin-ipf/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.529 pkgsrc/doc/CHANGES-2023:1.530
--- pkgsrc/doc/CHANGES-2023:1.529       Mon Jan 23 15:22:32 2023
+++ pkgsrc/doc/CHANGES-2023     Mon Jan 23 15:29:37 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2023,v 1.529 2023/01/23 15:22:32 wiz Exp $
+$NetBSD: CHANGES-2023,v 1.530 2023/01/23 15:29:37 manu Exp $
 
 Changes to the packages collection and infrastructure in 2023:
 
@@ -668,3 +668,4 @@ Changes to the packages collection and i
        Updated print/poppler to 23.01.0 [wiz 2023-01-23]
        Updated graphics/graphviz to 7.1.0 [micha 2023-01-23]
        Updated converters/libiconv to 1.17 [wiz 2023-01-23]
+       Added net/nagios-plugin/ipf 0.1 [manu 2023-01-23]

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1497 pkgsrc/net/Makefile:1.1498
--- pkgsrc/net/Makefile:1.1497  Sat Jan 21 11:24:21 2023
+++ pkgsrc/net/Makefile Mon Jan 23 15:29:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1497 2023/01/21 11:24:21 pin Exp $
+# $NetBSD: Makefile,v 1.1498 2023/01/23 15:29:37 manu Exp $
 #
 
 COMMENT=       Networking tools
@@ -409,6 +409,7 @@ SUBDIR+=    nagios-plugin-dotpid
 SUBDIR+=       nagios-plugin-dumpdates
 SUBDIR+=       nagios-plugin-fstab
 SUBDIR+=       nagios-plugin-gfbricks
+SUBDIR+=       nagios-plugin-ipf
 SUBDIR+=       nagios-plugin-ldap
 SUBDIR+=       nagios-plugin-lpd
 SUBDIR+=       nagios-plugin-milter

Added files:

Index: pkgsrc/net/nagios-plugin-ipf/DESCR
diff -u /dev/null pkgsrc/net/nagios-plugin-ipf/DESCR:1.1
--- /dev/null   Mon Jan 23 15:29:37 2023
+++ pkgsrc/net/nagios-plugin-ipf/DESCR  Mon Jan 23 15:29:37 2023
@@ -0,0 +1,3 @@
+$NetBSD: DESCR,v 1.1 2023/01/23 15:29:37 manu Exp $
+
+This Nagios plugin checks BSD LPQ queues status
Index: pkgsrc/net/nagios-plugin-ipf/Makefile
diff -u /dev/null pkgsrc/net/nagios-plugin-ipf/Makefile:1.1
--- /dev/null   Mon Jan 23 15:29:37 2023
+++ pkgsrc/net/nagios-plugin-ipf/Makefile       Mon Jan 23 15:29:37 2023
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2023/01/23 15:29:37 manu Exp $
+#
+
+DISTNAME=      check_ipf-0.2
+PKGNAME=       nagios-plugin-ipf-${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=       IP filter states monitoring plugin for Nagios
+LICENSE=       modified-bsd
+
+ONLY_FOR_PLATFORM=     FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-*
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+INSTALLATION_DIRS+=    libexec/nagios
+
+SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_ipf \
+               ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4554
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/check_ipf \
+           ${DESTDIR}${PREFIX}/libexec/nagios/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/nagios-plugin-ipf/PLIST
diff -u /dev/null pkgsrc/net/nagios-plugin-ipf/PLIST:1.1
--- /dev/null   Mon Jan 23 15:29:37 2023
+++ pkgsrc/net/nagios-plugin-ipf/PLIST  Mon Jan 23 15:29:37 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/23 15:29:37 manu Exp $
+libexec/nagios/check_ipf
Index: pkgsrc/net/nagios-plugin-ipf/distinfo
diff -u /dev/null pkgsrc/net/nagios-plugin-ipf/distinfo:1.1
--- /dev/null   Mon Jan 23 15:29:37 2023
+++ pkgsrc/net/nagios-plugin-ipf/distinfo       Mon Jan 23 15:29:37 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/23 15:29:37 manu Exp $
+
+BLAKE2s (check_ipf-0.2.tgz) = d2744b8678cd423350641c99de67d3d48d0f43acd1f72395908a4a8a5b9dccf1
+SHA512 (check_ipf-0.2.tgz) = 670a2546b569d05c673d80c1d1b1dc2b70214c94ec9bb3198640dae118e6afa5286c23770bfca9b966ff296f1f09162751565c6009863c2a557ed7da1ecf5f0a
+Size (check_ipf-0.2.tgz) = 1844 bytes



Home | Main Index | Thread Index | Old Index