pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/nagios Import nagios-4.0.8 as meta-pkgs/nagios.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63d8b5435e18
branches:  trunk
changeset: 649528:63d8b5435e18
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Apr 04 16:04:14 2015 +0000

description:
Import nagios-4.0.8 as meta-pkgs/nagios.

This is a meta package to install all the Nagios packages in a convenient
manner without requiring any external packages like pkg_chk.

diffstat:

 meta-pkgs/nagios/DESCR    |   2 ++
 meta-pkgs/nagios/Makefile |  30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 4af38daf0118 -r 63d8b5435e18 meta-pkgs/nagios/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/nagios/DESCR    Sat Apr 04 16:04:14 2015 +0000
@@ -0,0 +1,2 @@
+This is a meta package to install all the Nagios packages in a convenient
+manner without requiring any external packages like pkg_chk.
diff -r 4af38daf0118 -r 63d8b5435e18 meta-pkgs/nagios/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/nagios/Makefile Sat Apr 04 16:04:14 2015 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2015/04/04 16:04:14 rodent Exp $
+#
+
+DISTNAME=      nagios-4.0.8
+CATEGORIES=    meta-pkgs net
+MASTER_SITES=  # empty
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+COMMENT=       Nagios meta package
+LICENSE=       gnu-gpl-v2 AND gnu-gpl-v3 AND modified-bsd
+
+DEPENDS+=      nagios-base>=4.0.8:../../net/nagios-base
+DEPENDS+=      nagios-plugins>=2.0.3:../../net/nagios-plugins
+DEPENDS+=      nagios-plugin-dnsrbl>=0.2:../../net/nagios-plugin-dnsrbl
+DEPENDS+=      nagios-plugin-dotpid>=0.3:../../net/nagios-plugin-dotpid
+DEPENDS+=      nagios-plugin-dumpdates>=0.2:../../net/nagios-plugin-dumpdates
+DEPENDS+=      nagios-plugin-fstab>=0.2:../../net/nagios-plugin-fstab
+DEPENDS+=      nagios-plugin-ldap>=2.0.3:../../net/nagios-plugin-ldap
+DEPENDS+=      nagios-plugin-milter>=0.1:../../net/nagios-plugin-milter
+DEPENDS+=      nagios-plugin-mysql>=2.0.3:../../net/nagios-plugin-mysql
+DEPENDS+=      nagios-plugin-pgsql>=2.0.3:../../net/nagios-plugin-pgsql
+DEPENDS+=      nagios-plugin-radius>=2.0.3:../../net/nagios-plugin-radius
+DEPENDS+=      nagios-plugin-raidctl>=0.1:../../net/nagios-plugin-raidctl
+DEPENDS+=      nagios-plugin-spamd>=1.6.0:../../net/nagios-plugin-spamd
+DEPENDS+=      nagios-plugin-snmp>=2.0.3:../../net/nagios-plugin-snmp
+DEPENDS+=      nagios-plugin-syncrepl>=0.1:../../net/nagios-plugin-syncrepl
+
+META_PACKAGE=  yes
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index