From 168a8cea9fd31bb1fd4d8421025a8cac8abed85a Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 25 May 2007 19:30:21 +0000 Subject: 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. --- sysutils/htop/DESCR | 18 ++++++++++++++++++ sysutils/htop/Makefile | 17 +++++++++++++++++ sysutils/htop/PLIST | 5 +++++ sysutils/htop/distinfo | 5 +++++ 4 files changed, 45 insertions(+) create mode 100644 sysutils/htop/DESCR create mode 100644 sysutils/htop/Makefile create mode 100644 sysutils/htop/PLIST create mode 100644 sysutils/htop/distinfo (limited to 'sysutils/htop') 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 -- cgit v1.2.3