summaryrefslogtreecommitdiff
path: root/sysutils/muse
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-28 02:45:45 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-28 02:45:45 +0000
commit87de2239dff4b7b4e2b77ef6dff0b4a7da7dab82 (patch)
treeebfa81b1e0685a3093e56fb1293f330e41c63a70 /sysutils/muse
parentUpdate to 1.8.2 (diff)
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 <freebsd@spatula.net>
Notes
Notes: svn path=/head/; revision=24189
Diffstat (limited to 'sysutils/muse')
-rw-r--r--sysutils/muse/Makefile18
-rw-r--r--sysutils/muse/distinfo1
-rw-r--r--sysutils/muse/pkg-comment1
-rw-r--r--sysutils/muse/pkg-descr11
-rw-r--r--sysutils/muse/pkg-plist1
5 files changed, 32 insertions, 0 deletions
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 <bsd.port.mk>
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