From owner-freebsd-commit Sun Nov 19 20:19:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA05795 for freebsd-commit-outgoing; Sun, 19 Nov 1995 20:19:54 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA05778 for cvs-all-outgoing; Sun, 19 Nov 1995 20:19:46 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA05758 for cvs-ports-outgoing; Sun, 19 Nov 1995 20:19:35 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA05743 ; Sun, 19 Nov 1995 20:19:16 -0800 Date: Sun, 19 Nov 1995 20:19:16 -0800 From: Peter Wemm Message-Id: <199511200419.UAA05743@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/sysutils/top/pkg COMMENT PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/11/19 20:19:14 Modified: sysutils/top Makefile sysutils/top/patches patch-aa sysutils/top/pkg COMMENT PLIST Added: sysutils/top/files defaults sysutils/top/patches patch-ad patch-ae patch-af patch-ag patch-ah Removed: sysutils/top/files Makefile top.1 top.local.h Log: Update the `top' port: - now uses top's Configure - eliminate statically configured Makefile, top.1 and top.local.h - use symbolic wait channel names instead of "sleep" - compiles on -current now (recent include file changes) - manpage now has correct variable substitution - strips binary, compresses man page - compiler warning silenced (return discards const) - reports VM cache size and BIO cache size - prints swap used as well, I found it more intuitive.. ;-) - default number of procs on display now fills screen - I'm prepared to be convinced otherwise if this is generally disliked... :-)