Commit graph

17 commits

Author SHA1 Message Date
maya
c7dd31ce7a htop: add missing include to fix build on netbsd-7.99.x. must've
side-loaded sys/time.h before.

From Chavdar Ivanov on pkgsrc-users.
2017-03-25 10:53:59 +00:00
maya
2f8f657990 Remove commented out OS limitation - it doesn't make sense to limit this
package (since 2.x), it will work for most.
2017-01-31 22:24:28 +00:00
wiz
a8682fad05 Reset PKGREVISION after update. 2016-07-22 05:45:05 +00:00
maya
c767ece990 Update sysutils/htop to 2.0.2
Changes:
Mac OS X: stop trying when task_for_pid fails for a process, stops spamming logs with errors.
Add Ctrl+A and Ctrl+E to go to beginning and end of line
FreeBSD: fixes for CPU calculation (thanks to Tim Creech, Andy Pilate)
Usability: auto-follow process after a search.
Use Linux backend on GNU Hurd
Improvement for reproducible builds.
BUGFIX: Fix behavior of Alt-key combinations (thanks to Kang-Che Sung)
Various code tweaks and cleanups (thanks to Kang-Che Sung)
2016-07-22 05:30:58 +00:00
fhajny
e6f5fd7983 Restore SmartOS support. Bump PKGREVISION. 2016-05-06 16:00:47 +00:00
wiz
8d0e661f40 Updated htop to 2.0.1.
Update to 2.0.0 from coypu in wip, updated by myself to 2.0.1.

What's new in version 2.0.1

* OpenBSD: Various fixes and improvements
  (thanks to Michael McConville and Juan Francisco Cantero Hurtado)
* FreeBSD: fix CPU and memory readings
  (thanks to Tim Creech, Hung-Yi Chen, Bernard Spil, Greg V)
* FreeBSD: add battery support
  (thanks to Greg V)
* Linux: Retain last-obtained name of a zombie process
* Mac OS X: Improve portability for OS X versions
  (thanks to Michael Klein)
* Mac OS X: Fix reading command-line arguments and basename
* Mac OS X: Fix process state information
* Mac OS X: Fix tree view collapsing/expanding
* Mac OS X: Fix tree organization
* Mac OS X: Fix memory accounting
* Fix crash when emptying a column of meters
* Make Esc key more responsive
* Plus assorted fixes

What's new in version 2.0.0

* Platform abstraction layer
* Initial FreeBSD support
* Initial Mac OS X support
  (thanks to David Hunt)
* Swap meter for Mac OSX
  (thanks to Ștefan Rusu)
* OpenBSD port
  (thanks to Michael McConville)
* FreeBSD support improvements
  (thanks to Martin Misuth)
* Support for NCurses 6 ABI, including mouse wheel support
* Much improved mouse responsiveness
* Process environment variables screen
  (thanks to Michael Klein)
* Higher-resolution UTF-8 based Graph mode
  (Thanks to James Hall from vtop for the idea!)
* Show program path settings
  (thanks to Tobias Geerinckx-Rice)
* BUGFIX: Fix crash when scrolling an empty filtered list.
* Use dynamic units for text display, and several fixes
  (thanks to Christian Hesse)
* BUGFIX: fix error caused by overflow in usertime calculation.
  (thanks to Patrick Marlier)
* Catch all memory allocation errors
  (thanks to Michael McConville for the push)
* Several tweaks and bugfixes
  (See the Git log for details and contributors!)
2016-05-06 09:04:17 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
jperkin
49b4a26e1d Enable build on SunOS if /system/lxproc is available. 2015-08-20 13:38:25 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
drochner
f8c5eef4e1 update to 1.0.1
changes:
-UI improvements, UTF-8/wcurses support
-Performance improvements
-XDG compliance
-bugfixes
2012-03-21 18:28:40 +00:00
cheusov
d9584262ed Remove useless .include "../../mk/bsd.prefs.mk" 2011-12-10 14:36:38 +00:00
cheusov
89e0a2226a Unconditionally pass ac_cv_file__proc_stat=yes and
ac_cv_file__proc_meminfo=yes to "configure" script. As a result htop
   will be built regardless of /proc is mounted or not (bulk builds).
Enable htop PR 39881 on NetBSD, Linux and FreeBSD only where
  Linux-compatible procfs is available.
2011-12-10 13:28:43 +00:00
cheusov
b742beedd2 Update to version 0.9. This fixes build failures on Linux (PR 44001).
Support for NetBSD was added.
Fixes for pkglint warnings. Oked by wiz@
2011-08-06 16:36:41 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xtraeme
d5da34baf3 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)
2007-06-03 12:53:59 +00:00
agc
55bb2351bc Initial import of htop-0.6.5 into the Packages Collection.
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form, like pstree.

	This is htop, an interactive process viewer.

	Comparison between 'htop' and 'top'
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	 * In 'htop' you can scroll the list vertically and horizontally
	   to see all processes and full command lines.
	 * In 'top' you are subject to a delay for each unassigned
	   key you press (especially annoying when multi-key escape
	   sequences are triggered by accident).
	 * 'htop' starts faster ('top' seems to collect data for a while
	   before displaying anything).
	 * In 'htop' you don't need to type the process number to
	   kill a process, in 'top' you do.
	 * In 'htop' you don't need to type the process number or
	   the priority value to renice a process, in 'top' you do.
	 * In 'htop' you can kill multiple processes at once.
	 * 'top' is older, hence, more tested.
2007-05-25 19:30:21 +00:00