git: 243f4ee98fc7 - main - sysutils/muse: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 19:01:53 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=243f4ee98fc7459b05a3966bfb0869a772350efc commit 243f4ee98fc7459b05a3966bfb0869a772350efc Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-08-22 19:01:44 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-08-22 19:01:44 +0000 sysutils/muse: Remove expired port 2023-08-16 sysutils/muse: Broken on all supported FreeBSD releases for more than an year --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/muse/Makefile | 22 ---------------------- sysutils/muse/distinfo | 2 -- sysutils/muse/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 31 deletions(-) diff --git a/MOVED b/MOVED index 797c4d16a4d0..07a2cfa5abf9 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 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.