diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-08-22 19:01:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-08-22 19:01:44 +0000 |
commit | 243f4ee98fc7459b05a3966bfb0869a772350efc (patch) | |
tree | d09c2050b34bef8d84627ebc5e273e1cc9f9d270 | |
parent | ae3962a3e90c8bd3a6abbc485a4c3c06c2a144b8 (diff) | |
download | ports-243f4ee98fc7459b05a3966bfb0869a772350efc.tar.gz ports-243f4ee98fc7459b05a3966bfb0869a772350efc.zip |
sysutils/muse: Remove expired port
2023-08-16 sysutils/muse: Broken on all supported FreeBSD releases for more than an year
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/muse/Makefile | 22 | ||||
-rw-r--r-- | sysutils/muse/distinfo | 2 | ||||
-rw-r--r-- | sysutils/muse/pkg-descr | 6 |
5 files changed, 1 insertions, 31 deletions
@@ -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 237544057f90..d61b53b58c3e 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 a6e2fabc93e6..000000000000 --- 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 <bsd.port.mk> diff --git a/sysutils/muse/distinfo b/sysutils/muse/distinfo deleted file mode 100644 index 681643c947ea..000000000000 --- 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 efdce2eb1743..000000000000 --- 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. |