1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- New port htop

htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form.

PR:		ports/115873
Submitted by:	Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by:	sat (mentor)
This commit is contained in:
Beech Rintoul 2007-08-30 18:46:01 +00:00
parent 9b2631cba9
commit a522766854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198550
6 changed files with 57 additions and 0 deletions

View File

@ -295,6 +295,7 @@
SUBDIR += hilite
SUBDIR += hourglass
SUBDIR += hoz
SUBDIR += htop
SUBDIR += httplog
SUBDIR += i855vidctl10
SUBDIR += iat

23
sysutils/htop/Makefile Normal file
View File

@ -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>

3
sysutils/htop/distinfo Normal file
View File

@ -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

20
sysutils/htop/pkg-descr Normal file
View File

@ -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/

View File

@ -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
***********************************************************

4
sysutils/htop/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/htop
share/applications/htop.desktop
share/pixmaps/htop.png
@dirrmtry share/applications