diff options
author | agc <agc> | 2007-05-25 19:30:21 +0000 |
---|---|---|
committer | agc <agc> | 2007-05-25 19:30:21 +0000 |
commit | 168a8cea9fd31bb1fd4d8421025a8cac8abed85a (patch) | |
tree | 49c8d68ca842bca9602b037def759862f6a5cd45 /sysutils/htop | |
parent | 4aad89d983b4a187ea45c3bbd3834638a7fcc304 (diff) | |
download | pkgsrc-168a8cea9fd31bb1fd4d8421025a8cac8abed85a.tar.gz |
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.
Diffstat (limited to 'sysutils/htop')
-rw-r--r-- | sysutils/htop/DESCR | 18 | ||||
-rw-r--r-- | sysutils/htop/Makefile | 17 | ||||
-rw-r--r-- | sysutils/htop/PLIST | 5 | ||||
-rw-r--r-- | sysutils/htop/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/htop/DESCR b/sysutils/htop/DESCR new file mode 100644 index 00000000000..e9e4d800f9f --- /dev/null +++ b/sysutils/htop/DESCR @@ -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. diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile new file mode 100644 index 00000000000..be0e9e32620 --- /dev/null +++ b/sysutils/htop/Makefile @@ -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" diff --git a/sysutils/htop/PLIST b/sysutils/htop/PLIST new file mode 100644 index 00000000000..752d881a99c --- /dev/null +++ b/sysutils/htop/PLIST @@ -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 diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo new file mode 100644 index 00000000000..d5504b29847 --- /dev/null +++ b/sysutils/htop/distinfo @@ -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 |