[Lunar-commits] <moonbase> nut: Initial import.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Mar 25 02:23:50 CET 2010


commit d6d9fd4b84a7b385324731b7e6cc05409834466e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 24 21:23:50 2010 -0400

    nut: Initial import.
---
 utils/nut/BUILD   |   10 ++++++++++
 utils/nut/DEPENDS |    6 ++++++
 utils/nut/DETAILS |   19 +++++++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/utils/nut/BUILD b/utils/nut/BUILD
new file mode 100644
index 0000000..41714d8
--- /dev/null
+++ b/utils/nut/BUILD
@@ -0,0 +1,10 @@
+(
+
+
+  OPTS="--with-group=nut --with-user=nut" &&
+
+  add_priv_user nut:nut -d /dev/null -s /bin/false &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/utils/nut/DEPENDS b/utils/nut/DEPENDS
new file mode 100644
index 0000000..677ce93
--- /dev/null
+++ b/utils/nut/DEPENDS
@@ -0,0 +1,6 @@
+optional_depends tcp_wrappers  "--with-wrap"     "--without-wrap"     "for tcp wrappers support"
+optional_depends openssl       "--with-ssl"      "--without-ssl"      "for ssl support"
+optional_depends hal           "--with-hal"      "--without-hal"      "for HAL support"
+optional_depends libusb-compat "--with-usb"      "--without-usb"      "for usb support"
+optional_depends net-snmp      "--with-snmp"     "--without-snmp"     "for snmp support"
+optional_depends neon          "--with-neon"     "--without-neon"     "for XML/HTTP support"
diff --git a/utils/nut/DETAILS b/utils/nut/DETAILS
new file mode 100644
index 0000000..b36806a
--- /dev/null
+++ b/utils/nut/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=nut
+           MAJOR=2.4
+         VERSION=${MAJOR}.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.networkupstools.org/source/${MAJOR}/
+      SOURCE_VFY=sha1:3a09b09c03df7e8b12f70576fd703e65d1cf7b06
+        WEB_SITE="http://www.networkupstools.org/"
+         ENTERED=20100324
+         UPDATED=20100324
+           SHORT="Network UPS Tools"
+
+cat << EOF
+The primary goal of the Network UPS Tools (NUT) project is to provide
+reliable monitoring of UPS and PDU hardware and ensure safe shutdowns
+of the systems which are connected.
+
+We attempt to monitor every kind of UPS and PDU, given sufficient
+interest.
+EOF


More information about the Lunar-commits mailing list