summaryrefslogtreecommitdiff
path: root/sysutils/muse
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-25 03:01:46 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-25 03:01:46 +0000
commitf9e0cb29be42334af7ab9c41c08e5ea90c93f9e8 (patch)
tree77006d80e39f8d7a9ade43309133cabaff578ac8 /sysutils/muse
parentI'm not using xemacs any more. (diff)
PR: 52488
Submitted by: maintainer Update to 0.2
Notes
Notes: svn path=/head/; revision=83561
Diffstat (limited to 'sysutils/muse')
-rw-r--r--sysutils/muse/Makefile6
-rw-r--r--sysutils/muse/distinfo2
-rw-r--r--sysutils/muse/files/Makefile9
-rw-r--r--sysutils/muse/pkg-descr2
4 files changed, 3 insertions, 16 deletions
diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile
index 9ac057c83461..8663d582b9c5 100644
--- a/sysutils/muse/Makefile
+++ b/sysutils/muse/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= muse
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= http://www.spatula.net/muse/
@@ -16,8 +16,4 @@ COMMENT= Shows memory usage data
MAN1= muse.1
MANCOMPRESSED= yes
-pre-patch:
- ${RM} -f ${WRKSRC}/Makefile
- ${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
.include <bsd.port.mk>
diff --git a/sysutils/muse/distinfo b/sysutils/muse/distinfo
index c5e6cd8af6c4..348758187b5c 100644
--- a/sysutils/muse/distinfo
+++ b/sysutils/muse/distinfo
@@ -1 +1 @@
-MD5 (muse-0.1.tar.gz) = a869c957151d5fb36a2d7a5582354e21
+MD5 (muse-0.2.tar.gz) = 0370f957c5d90700aa890cf04446835c
diff --git a/sysutils/muse/files/Makefile b/sysutils/muse/files/Makefile
deleted file mode 100644
index 17b285a8ae18..000000000000
--- a/sysutils/muse/files/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-PROG= muse
-LDADD= -lkvm
-PREFIX?=/usr/local
-BINDIR= ${PREFIX}/bin
-MANDIR= ${PREFIX}/man/man
-MAN1= muse.1
-
-.include <bsd.prog.mk>
diff --git a/sysutils/muse/pkg-descr b/sysutils/muse/pkg-descr
index 14d679e8c96e..bee20dcfb564 100644
--- a/sysutils/muse/pkg-descr
+++ b/sysutils/muse/pkg-descr
@@ -1,6 +1,6 @@
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.
+and verbose than vmstat and without as much clutter as top(1).
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c.