diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-08-30 18:46:01 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-08-30 18:46:01 +0000 |
commit | a522766854da0c73b00de173b14761a99499be59 (patch) | |
tree | a0507674c0034a8dd1c7c18991be36594111a447 | |
parent | 9b2631cba94b24b19c1d244feae8382dc477027c (diff) |
Notes
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/htop/Makefile | 23 | ||||
-rw-r--r-- | sysutils/htop/distinfo | 3 | ||||
-rw-r--r-- | sysutils/htop/pkg-descr | 20 | ||||
-rw-r--r-- | sysutils/htop/pkg-message | 6 | ||||
-rw-r--r-- | sysutils/htop/pkg-plist | 4 |
6 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index af3b310a966f..498f879c15fd 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -295,6 +295,7 @@ SUBDIR += hilite SUBDIR += hourglass SUBDIR += hoz + SUBDIR += htop SUBDIR += httplog SUBDIR += i855vidctl10 SUBDIR += iat diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile new file mode 100644 index 000000000000..251ab6c40f36 --- /dev/null +++ b/sysutils/htop/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: htop +# Date created: 27 August 2007 +# Whom: Tony Shadwick <tshadwick@oss-solutions.com> +# +# $FreeBSD$ +# + +PORTNAME= htop +PORTVERSION= 0.6.6 +CATEGORIES= sysutils +MASTER_SITES= SF + +MAINTAINER= tshadwick@oss-solutions.com +COMMENT= A better top(1) - interactive process viewer + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-proc=/compat/linux/proc +MAN1= htop.1 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo new file mode 100644 index 000000000000..dec768c1eced --- /dev/null +++ b/sysutils/htop/distinfo @@ -0,0 +1,3 @@ +MD5 (htop-0.6.6.tar.gz) = 12c8e6e97bd50a4e0a4730d23675fc7b +SHA256 (htop-0.6.6.tar.gz) = b2e2ef39afc870c9ef7228959b53fbd38fab02be74bb0d3e91ebf4fdbaa752e0 +SIZE (htop-0.6.6.tar.gz) = 141140 diff --git a/sysutils/htop/pkg-descr b/sysutils/htop/pkg-descr new file mode 100644 index 000000000000..e9567bd38781 --- /dev/null +++ b/sysutils/htop/pkg-descr @@ -0,0 +1,20 @@ +htop is an enhanced version of top, the interactive process viewer, +which can display the list of processes in a tree form. + +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. + +WWW: http://htop.sourceforge.net/ diff --git a/sysutils/htop/pkg-message b/sysutils/htop/pkg-message new file mode 100644 index 000000000000..1e01d504b267 --- /dev/null +++ b/sysutils/htop/pkg-message @@ -0,0 +1,6 @@ +*********************************************************** +htop(1) requires linprocfs(5) to be mounted. If you don't +have it mounted already, please add this line to /etc/fstab +and run `mount linproc`: +linproc /compat/linux/proc linprocfs rw 0 0 +*********************************************************** diff --git a/sysutils/htop/pkg-plist b/sysutils/htop/pkg-plist new file mode 100644 index 000000000000..3121737c4564 --- /dev/null +++ b/sysutils/htop/pkg-plist @@ -0,0 +1,4 @@ +bin/htop +share/applications/htop.desktop +share/pixmaps/htop.png +@dirrmtry share/applications |