diff --git a/MOVED b/MOVED index 797c4d16a4d0d..07a2cfa5abf9b 100644 --- a/MOVED +++ b/MOVED @@ -7792,3 +7792,4 @@ devel/lua-language-server||2023-08-22|Has expired: Versions after 3.6.9 dump cor security/py-netbox-secretstore|security/py-netbox-secrets|2023-08-22|Has expired: No longer maintained by upstream, not compatible with NetBox 3.5, please migrate to security/py-netbox-secrets benchmarks/dbs||2023-08-22|Has expired: Broken on all supported releases for more than an year databases/virtuoso||2023-08-22|Has expired: Broken on all supported FreeBSD releases for more than an year +sysutils/muse||2023-08-22|Has expired: Broken on all supported FreeBSD releases for more than an year diff --git a/sysutils/Makefile b/sysutils/Makefile index 237544057f90f..d61b53b58c3ec 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -803,7 +803,6 @@ SUBDIR += munin-contrib SUBDIR += munin-master SUBDIR += munin-node - SUBDIR += muse SUBDIR += mxkill SUBDIR += mybashburn SUBDIR += myrescue diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile deleted file mode 100644 index a6e2fabc93e64..0000000000000 --- a/sysutils/muse/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= muse -PORTVERSION= 0.2 -CATEGORIES= sysutils -MASTER_SITES= http://www.spatula.net/muse/ - -MAINTAINER= freebsd@spatula.net -COMMENT= Shows memory usage data -WWW= http://www.spatula.net/proc/muse/index.src - -DEPRECATED= Broken on all supported FreeBSD releases for more than an year -EXPIRATION_DATE= 2023-08-16 -BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' -BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' -BROKEN_FreeBSD_14= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' -BROKEN_mips= fails to compile: muse.c: storage size of 'vmstats' isn't known -BROKEN_mips64= fails to compile: muse.c: storage size of 'vmstats' isn't known - -USES= uidfix - -PLIST_FILES= bin/muse man/man1/muse.1.gz - -.include diff --git a/sysutils/muse/distinfo b/sysutils/muse/distinfo deleted file mode 100644 index 681643c947eab..0000000000000 --- a/sysutils/muse/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (muse-0.2.tar.gz) = 7a993f0170edfd126593e08fff563ad8eb19f03bf36e327e930d8c056dc3d802 -SIZE (muse-0.2.tar.gz) = 2589 diff --git a/sysutils/muse/pkg-descr b/sysutils/muse/pkg-descr deleted file mode 100644 index efdce2eb17432..0000000000000 --- a/sysutils/muse/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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(1). - -It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's -mem /c.