diff options
author | rh <rh@pkgsrc.org> | 2001-01-16 18:11:07 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-01-16 18:11:07 +0000 |
commit | 85ee6a16a312f52ac7e1d78f27580ceaea64736f (patch) | |
tree | 6312d5dd7c271fb295abc92d679521b90345f899 /net | |
parent | 33804604f9988d3c370561ad0d2b09767d7c8e3a (diff) | |
download | pkgsrc-85ee6a16a312f52ac7e1d78f27580ceaea64736f.tar.gz |
Initial import of netsaint-plugin-snmp-1.2.8.4, and SNMP monitor plugin
for netsaint
Diffstat (limited to 'net')
-rw-r--r-- | net/netsaint-plugin-snmp/Makefile | 28 | ||||
-rw-r--r-- | net/netsaint-plugin-snmp/files/md5 | 3 | ||||
-rw-r--r-- | net/netsaint-plugin-snmp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/netsaint-plugin-snmp/pkg/DESCR | 2 | ||||
-rw-r--r-- | net/netsaint-plugin-snmp/pkg/PLIST | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile new file mode 100644 index 00000000000..ef26216a4e4 --- /dev/null +++ b/net/netsaint-plugin-snmp/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/16 18:11:07 rh Exp $ +# + +DISTNAME= netsaint-plugins-1.2.8-4 +PKGNAME= netsaint-plugin-snmp-1.2.8.4 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://netsaintplug.sourceforge.net/ + +DEPENDS+= netsaint-base-*:../../net/netsaint-base +DEPENDS+= ucd-snmp-*:../../net/ucd-snmp + +.include "../../net/netsaint-base/Makefile.common" + +ALL_TARGET= check_snmp + +do-build: + cd ${WRKSRC}/plugins && \ + ${SETENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/plugins/${ALL_TARGET} \ + ${PREFIX}/libexec/netsaint + +.include "../../mk/bsd.pkg.mk" diff --git a/net/netsaint-plugin-snmp/files/md5 b/net/netsaint-plugin-snmp/files/md5 new file mode 100644 index 00000000000..fa208926a46 --- /dev/null +++ b/net/netsaint-plugin-snmp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/16 18:11:07 rh Exp $ + +MD5 (netsaint-plugins-1.2.8-4.tar.gz) = a08534e928e9355a098ad73a37d1c685 diff --git a/net/netsaint-plugin-snmp/pkg/COMMENT b/net/netsaint-plugin-snmp/pkg/COMMENT new file mode 100644 index 00000000000..5167daf82ba --- /dev/null +++ b/net/netsaint-plugin-snmp/pkg/COMMENT @@ -0,0 +1 @@ +SNMP monitoring plug-in for netsaint diff --git a/net/netsaint-plugin-snmp/pkg/DESCR b/net/netsaint-plugin-snmp/pkg/DESCR new file mode 100644 index 00000000000..8eaff8cb1fc --- /dev/null +++ b/net/netsaint-plugin-snmp/pkg/DESCR @@ -0,0 +1,2 @@ + This is a package for an SNMP monitoring plug-in for netsaint. For +more information about netsaint, see the 'netsaint-base' package. diff --git a/net/netsaint-plugin-snmp/pkg/PLIST b/net/netsaint-plugin-snmp/pkg/PLIST new file mode 100644 index 00000000000..2778c4128cb --- /dev/null +++ b/net/netsaint-plugin-snmp/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/16 18:11:07 rh Exp $ +libexec/netsaint/check_snmp |