diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-06-03 12:53:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-06-03 12:53:59 +0000 |
commit | d5da34baf338be07aad61cd5c4b48d58f58f43ef (patch) | |
tree | 3083af9950248a3e19fdcbcc66f5e1527ee4147a /sysutils/htop | |
parent | c33107bd7db93c148ff12af4b0b64629b89cc874 (diff) | |
download | pkgsrc-d5da34baf338be07aad61cd5c4b48d58f58f43ef.tar.gz |
Update to 0.6.6:
* Add support of NLWP field
(thanks to Bert Wesarg)
* BUGFIX: Fix use of configurable /proc location
(thanks to Florent Thoumie)
* Fix memory percentage calculation and make it saner
(thanks to Olev Kartau for the report)
* Added display of DRS, DT, LRS and TRS
(thanks to Matthias Lederhofer)
* BUGFIX: LRS and DRS memory values were flipped
(thanks to Matthias Lederhofer)
* BUGFIX: Don't crash on very high UIDs
(thanks to Egmont Koblinger)
Diffstat (limited to 'sysutils/htop')
-rw-r--r-- | sysutils/htop/Makefile | 4 | ||||
-rw-r--r-- | sysutils/htop/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index be0e9e32620..07243b32e07 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/25 19:30:21 agc Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/03 12:53:59 xtraeme Exp $ # -DISTNAME= htop-0.6.5 +DISTNAME= htop-0.6.6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htop/} diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo index d5504b29847..51ce19f546e 100644 --- a/sysutils/htop/distinfo +++ b/sysutils/htop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/25 19:30:21 agc Exp $ +$NetBSD: distinfo,v 1.2 2007/06/03 12:53:59 xtraeme Exp $ -SHA1 (htop-0.6.5.tar.gz) = c9bbea594d3ae1940f0b53b44396b684e6e87ded -RMD160 (htop-0.6.5.tar.gz) = e2d212ae7aa92db6090c699f43ba7ca500936ebc -Size (htop-0.6.5.tar.gz) = 134628 bytes +SHA1 (htop-0.6.6.tar.gz) = d0bb46a815a5075777ceb557586f72f622c28919 +RMD160 (htop-0.6.6.tar.gz) = 5d91a086657aba75d467cadf3eac4a476814cb5b +Size (htop-0.6.6.tar.gz) = 141140 bytes |