Index: head/sysutils/htop/Makefile =================================================================== --- head/sysutils/htop/Makefile (revision 457203) +++ head/sysutils/htop/Makefile (revision 457204) @@ -1,27 +1,31 @@ # Created by: Tony Shadwick # $FreeBSD$ PORTNAME= htop PORTVERSION= 2.0.2 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= lsof:sysutils/lsof - GNU_CONFIGURE= yes LIBS+= -lexecinfo CONFIGURE_ARGS= --enable-unicode USES= autoreconf libtool ncurses USE_GITHUB= yes GH_ACCOUNT= hishamhm PLIST_FILES= bin/htop \ man/man1/htop.1.gz \ share/applications/htop.desktop \ share/pixmaps/htop.png + +OPTIONS_DEFINE= LSOF +OPTIONS_DEFAULT= LSOF + +LSOF_RUN_DEPENDS= lsof:sysutils/lsof .include Index: head/sysutils/htop/pkg-descr =================================================================== --- head/sysutils/htop/pkg-descr (revision 457203) +++ head/sysutils/htop/pkg-descr (revision 457204) @@ -1,20 +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/ +WWW: http://hisham.hm/htop/