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.
This commit is contained in:
agc 2007-05-25 19:30:21 +00:00
parent f16755ea90
commit 55bb2351bc
4 changed files with 45 additions and 0 deletions

18
sysutils/htop/DESCR Normal file
View file

@ -0,0 +1,18 @@
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.

17
sysutils/htop/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/05/25 19:30:21 agc Exp $
#
DISTNAME= htop-0.6.5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htop/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://htop.sourceforge.net/
COMMENT= Enhanced version of top utility
GNU_CONFIGURE= yes
USE_NCURSES= yes # uses ncurses mouse definitions
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
sysutils/htop/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/25 19:30:21 agc Exp $
bin/htop
man/man1/htop.1
share/applications/htop.desktop
share/pixmaps/htop.png

5
sysutils/htop/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/05/25 19:30:21 agc 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