pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ups-nut-snmp ups-nut-snmp provides the SNMP d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0598a5659bc8
branches:  trunk
changeset: 517607:0598a5659bc8
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Aug 16 13:30:35 2006 +0000

description:
ups-nut-snmp provides the SNMP driver from the Network UPS Tools.

Import it as a separate package because it requires net/net-snmp.

diffstat:

 sysutils/ups-nut-snmp/DESCR    |   1 +
 sysutils/ups-nut-snmp/Makefile |  18 ++++++++++++++++++
 sysutils/ups-nut-snmp/PLIST    |   3 +++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 3d627b8d8252 -r 0598a5659bc8 sysutils/ups-nut-snmp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ups-nut-snmp/DESCR       Wed Aug 16 13:30:35 2006 +0000
@@ -0,0 +1,1 @@
+ups-nut-snmp provides the SNMP driver from the Network UPS Tools.
diff -r 3d627b8d8252 -r 0598a5659bc8 sysutils/ups-nut-snmp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ups-nut-snmp/Makefile    Wed Aug 16 13:30:35 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/16 13:30:35 ghen Exp $
+
+.include "../../sysutils/ups-nut/Makefile.common"
+
+PKGNAME=               ${DISTNAME:S/nut/ups-nut-snmp/}
+COMMENT=               Network UPS Tools SNMP driver
+
+DEPENDS+=              ups-nut-2.*:../../sysutils/ups-nut
+
+BUILD_TARGET=          all snmp
+INSTALL_TARGET=                install-snmp
+
+BUILD_DEFS+=           NUT_STATEDIR
+
+CONFIGURE_ARGS+=       --with-drvpath=${NUT_DRVDIR:Q}
+
+.include "../../net/net-snmp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d627b8d8252 -r 0598a5659bc8 sysutils/ups-nut-snmp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ups-nut-snmp/PLIST       Wed Aug 16 13:30:35 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/16 13:30:35 ghen Exp $
+libexec/nut/snmp-ups
+man/man8/snmp-ups.8



Home | Main Index | Thread Index | Old Index