aboutsummaryrefslogtreecommitdiff
path: root/sysutils/htop
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-08-30 18:46:01 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-08-30 18:46:01 +0000
commita522766854da0c73b00de173b14761a99499be59 (patch)
treea0507674c0034a8dd1c7c18991be36594111a447 /sysutils/htop
parent9b2631cba94b24b19c1d244feae8382dc477027c (diff)
downloadports-a522766854da0c73b00de173b14761a99499be59.tar.gz
ports-a522766854da0c73b00de173b14761a99499be59.zip
Notes
Diffstat (limited to 'sysutils/htop')
-rw-r--r--sysutils/htop/Makefile23
-rw-r--r--sysutils/htop/distinfo3
-rw-r--r--sysutils/htop/pkg-descr20
-rw-r--r--sysutils/htop/pkg-message6
-rw-r--r--sysutils/htop/pkg-plist4
5 files changed, 56 insertions, 0 deletions
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