From 87de2239dff4b7b4e2b77ef6dff0b4a7da7dab82 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Tue, 28 Dec 1999 02:45:45 +0000 Subject: [PATCH] This is muse, which lists out memory usage categorized by Active, Inactive, Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly and verbose than vmstat and without as much clutter as Top. It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's mem /c PR: 15731 Submitted by: Nick Johnson --- sysutils/muse/Makefile | 18 ++++++++++++++++++ sysutils/muse/distinfo | 1 + sysutils/muse/pkg-comment | 1 + sysutils/muse/pkg-descr | 11 +++++++++++ sysutils/muse/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 sysutils/muse/Makefile create mode 100644 sysutils/muse/distinfo create mode 100644 sysutils/muse/pkg-comment create mode 100644 sysutils/muse/pkg-descr create mode 100644 sysutils/muse/pkg-plist diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile new file mode 100644 index 000000000000..decc051d2bd7 --- /dev/null +++ b/sysutils/muse/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: muse +# Version required: 0.1 +# Date created: 27 December 1999 +# Whom: freebsd@spatula.net +# +# $FreeBSD$ +# + +DISTNAME= muse-0.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.spatula.net/muse/ + +MAINTAINER= freebsd@spatula.net + +MAN1= muse.1 +MANCOMPRESSED= yes + +.include diff --git a/sysutils/muse/distinfo b/sysutils/muse/distinfo new file mode 100644 index 000000000000..c5e6cd8af6c4 --- /dev/null +++ b/sysutils/muse/distinfo @@ -0,0 +1 @@ +MD5 (muse-0.1.tar.gz) = a869c957151d5fb36a2d7a5582354e21 diff --git a/sysutils/muse/pkg-comment b/sysutils/muse/pkg-comment new file mode 100644 index 000000000000..638030c4b9cf --- /dev/null +++ b/sysutils/muse/pkg-comment @@ -0,0 +1 @@ +Shows memory usage data diff --git a/sysutils/muse/pkg-descr b/sysutils/muse/pkg-descr new file mode 100644 index 000000000000..14d679e8c96e --- /dev/null +++ b/sysutils/muse/pkg-descr @@ -0,0 +1,11 @@ +This is muse, which lists out memory usage categorized by Active, Inactive, +Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly +and verbose than vmstat and without as much clutter as Top. + +It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's +mem /c. + +WWW: http://www.spatula.net/proc/muse/index.src + +- Nick +freebsd@spatula.net diff --git a/sysutils/muse/pkg-plist b/sysutils/muse/pkg-plist new file mode 100644 index 000000000000..a9d2b65059b0 --- /dev/null +++ b/sysutils/muse/pkg-plist @@ -0,0 +1 @@ +bin/muse