pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/htop Initial import of htop-0.6.5 into the Pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eeba30bc17a
branches:  trunk
changeset: 529133:8eeba30bc17a
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri May 25 19:30:21 2007 +0000

description:
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:

 sysutils/htop/DESCR    |  18 ++++++++++++++++++
 sysutils/htop/Makefile |  17 +++++++++++++++++
 sysutils/htop/PLIST    |   5 +++++
 sysutils/htop/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r fe92816ca987 -r 8eeba30bc17a sysutils/htop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/htop/DESCR       Fri May 25 19:30:21 2007 +0000
@@ -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 -r fe92816ca987 -r 8eeba30bc17a sysutils/htop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/htop/Makefile    Fri May 25 19:30:21 2007 +0000
@@ -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@localhost
+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 -r fe92816ca987 -r 8eeba30bc17a sysutils/htop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/htop/PLIST       Fri May 25 19:30:21 2007 +0000
@@ -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 -r fe92816ca987 -r 8eeba30bc17a sysutils/htop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/htop/distinfo    Fri May 25 19:30:21 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index