summaryrefslogtreecommitdiff
path: root/sysutils/htop
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-05-25 19:30:21 +0000
committeragc <agc@pkgsrc.org>2007-05-25 19:30:21 +0000
commit55bb2351bc9f49a5d6d9bdbbefb32a04263170a8 (patch)
tree49c8d68ca842bca9602b037def759862f6a5cd45 /sysutils/htop
parentf16755ea90c4c20375070e49b1eee2530258943d (diff)
downloadpkgsrc-55bb2351bc9f49a5d6d9bdbbefb32a04263170a8.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/DESCR18
-rw-r--r--sysutils/htop/Makefile17
-rw-r--r--sysutils/htop/PLIST5
-rw-r--r--sysutils/htop/distinfo5
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