diff options
author | lukem <lukem> | 2001-11-17 15:50:56 +0000 |
---|---|---|
committer | lukem <lukem> | 2001-11-17 15:50:56 +0000 |
commit | 442f292f55701034d89616cdb6af7f35f252bff3 (patch) | |
tree | 3d7b4d53652235610c9a36ea5270826a6a8a9a44 | |
parent | 0280b9dfbcfd847a1a014ce97faf36b4c7fe46c0 (diff) | |
download | pkgsrc-442f292f55701034d89616cdb6af7f35f252bff3.tar.gz |
update to ups-nut 0.45.2
notable new features:
- upsdrvctl has more options. You can now say "stop" to stop all drivers, or
"stop <ups>" to stop just one. Also, "start <ups>" to just start one is
now supported.
- lots of man pages
- newapc driver converted to new framework
- new masterguard ups driver
- fentonups driver now recognizes the PowerCom SMK-800A
- bestups driver now does proper locking on the serial port
- sms driver table has been updated, and sms.txt provided to explain this
-rw-r--r-- | sysutils/ups-nut/Makefile | 12 | ||||
-rw-r--r-- | sysutils/ups-nut/PLIST | 14 | ||||
-rw-r--r-- | sysutils/ups-nut/distinfo | 10 | ||||
-rw-r--r-- | sysutils/ups-nut/patches/patch-ab | 8 |
4 files changed, 25 insertions, 19 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 2049a5a75d5..aa093e79254 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,16 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2001/09/28 04:37:27 lukem Exp $ +# $NetBSD: Makefile,v 1.11 2001/11/17 15:50:56 lukem Exp $ # -DISTNAME= nut-0.45.1 -PKGNAME= ups-nut-0.45.1 +DISTNAME= nut-0.45.2 +PKGNAME= ups-nut-0.45.2 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ -PATCH_SITES= http://www.exploits.org/nut/testing/0.45.2-pre/ -PATCHFILES= upsmon-pdflag.diff -PATCH_DIST_STRIP= -p1 - -MAINTAINER= collver@linuxfreemail.com +MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.exploits.org/nut/ COMMENT= Network UPS Tools diff --git a/sysutils/ups-nut/PLIST b/sysutils/ups-nut/PLIST index 6e5f54f4396..7fab414eba4 100644 --- a/sysutils/ups-nut/PLIST +++ b/sysutils/ups-nut/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:04 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/17 15:50:56 lukem Exp $ bin/aeg bin/apcsmart bin/belkin @@ -10,6 +10,7 @@ bin/everups bin/fentonups bin/genericups bin/ipt-anzen +bin/masterguard bin/mge-ellipse bin/mgeups bin/multilink @@ -38,9 +39,19 @@ etc/nut/upsmon.conf.sample etc/nut/upssched.conf.sample etc/nut/upsset.conf.sample etc/rc.d/upsd +man/man5/ups.conf.5 man/man8/apcsmart.8 +man/man8/belkin.8 +man/man8/bestups.8 +man/man8/fentonups.8 man/man8/nutupsdrv.8 man/man8/powercom.8 +man/man8/upsc.8 +man/man8/upscmd.8 +man/man8/upsct.8 +man/man8/upsct2.8 +man/man8/upslog.8 +man/man8/upssched.8 sbin/upsd sbin/upsmon sbin/upssched @@ -52,6 +63,7 @@ share/doc/nut/belkin.txt share/doc/nut/big-servers.txt share/doc/nut/cables/powerware.txt share/doc/nut/cables/repotec.txt +share/doc/nut/cables/sms.txt share/doc/nut/cables/victron.txt share/doc/nut/chroot.txt share/doc/nut/commands.txt diff --git a/sysutils/ups-nut/distinfo b/sysutils/ups-nut/distinfo index 1511df8ea98..efcd3e5e861 100644 --- a/sysutils/ups-nut/distinfo +++ b/sysutils/ups-nut/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/09/28 04:37:27 lukem Exp $ +$NetBSD: distinfo,v 1.4 2001/11/17 15:50:56 lukem Exp $ -SHA1 (nut-0.45.1.tar.gz) = 2da78c22dd7162140c2b332bde69dde7a67d7b2c -Size (nut-0.45.1.tar.gz) = 306332 bytes -SHA1 (upsmon-pdflag.diff) = 463978fc9c0ab0b8a31bb7562991d9c3cca57166 -Size (upsmon-pdflag.diff) = 2160 bytes +SHA1 (nut-0.45.2.tar.gz) = 9c225205127eee1e9bb55d9a28ff1290b47f75aa +Size (nut-0.45.2.tar.gz) = 330851 bytes SHA1 (patch-aa) = 2919c36f928d7b3a22574f8ca0633cd11bb99c70 -SHA1 (patch-ab) = 76a764c47c6832154aa20369d7ba46145bc73535 +SHA1 (patch-ab) = 88c1b244d10c6f3a4db62565477260949a9f01f1 SHA1 (patch-ad) = 1132a678cc53882cc92764ed17bbd4cf4152c58d diff --git a/sysutils/ups-nut/patches/patch-ab b/sysutils/ups-nut/patches/patch-ab index 27705e04102..738e2ad7a4e 100644 --- a/sysutils/ups-nut/patches/patch-ab +++ b/sysutils/ups-nut/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.3 2001/09/28 04:37:27 lukem Exp $ +$NetBSD: patch-ab,v 1.4 2001/11/17 15:50:56 lukem Exp $ ---- conf/Makefile.in.orig Fri Jun 1 19:23:15 2001 -+++ conf/Makefile.in Fri Sep 28 13:58:30 2001 +--- conf/Makefile.in.orig Tue Aug 14 03:12:18 2001 ++++ conf/Makefile.in @@ -4,7 +4,7 @@ CONFPATH = $(INSTALLROOT)@sysconfdir@ INSTALLCMD = @INSTALL@ -SECFILES = upsmon.conf upsd.conf upsd.users +SECFILES = upsmon.conf ups.conf upsd.conf upsd.users - PUBFILES = hosts.conf multimon.conf upsset.conf upssched.conf + PUBFILES = hosts.conf multimon.conf upsset.conf upssched.conf ups.conf all: |