git: 57221e542b87 - main - audio/kexis: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:01:24 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57221e542b87b5ec015fe1f71132401bdc921bf5

commit 57221e542b87b5ec015fe1f71132401bdc921bf5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 13:18:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:31 +0000

    audio/kexis: Remove expired port:
    
    2023-03-31 audio/kexis: Abandonware, niche format that never got any traction and no release in 18 years. Consider using audio/flac or audio/wavpack instead
---
 MOVED                            |  1 +
 audio/Makefile                   |  1 -
 audio/kexis/Makefile             | 20 --------------------
 audio/kexis/distinfo             |  2 --
 audio/kexis/files/patch-Makefile | 10 ----------
 audio/kexis/pkg-descr            |  3 ---
 6 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/MOVED b/MOVED
index 6195c097754e..b1ac6d4ffde4 100644
--- a/MOVED
+++ b/MOVED
@@ -17835,3 +17835,4 @@ audio/dekagen||2023-03-31|Has expired: Abandonware, last release in 2004. Please
 audio/gervill||2023-03-31|Has expired: Integrated as of JDK6
 audio/id3ed||2023-03-31|Has expired: Abandonware and obsolete, doesn't support ID3v2 tagging
 audio/id3ren||2023-03-31|Has expired: Abandonware and obsolete, doesn't support ID3v2 tagging
+audio/kexis||2023-03-31|Has expired: Abandonware, niche format that never got any traction and no release in 18 years. Consider using audio/flac or audio/wavpack instead
diff --git a/audio/Makefile b/audio/Makefile
index b6e84b26acfd..a7d5cf98cce6 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -327,7 +327,6 @@
     SUBDIR += juke
     SUBDIR += julius
     SUBDIR += kapitonov-plugins-pack-lv2
-    SUBDIR += kexis
     SUBDIR += kid3
     SUBDIR += klystrack
     SUBDIR += kmix
diff --git a/audio/kexis/Makefile b/audio/kexis/Makefile
deleted file mode 100644
index e5a7408c9777..000000000000
--- a/audio/kexis/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	kexis
-PORTVERSION=	0.2.2
-CATEGORIES=	audio
-MASTER_SITES=	SF/${PORTNAME}/Kexis/${PORTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Lossless WAV file compressor
-WWW=		https://sourceforge.net/projects/kexis/
-
-DEPRECATED=	Abandonware, niche format that never got any traction and no release in 18 years. Consider using audio/flac or audio/wavpack instead
-EXPIRATION_DATE=2023-03-31
-
-USES=		tar:tgz
-WRKSRC=		${WRKDIR}/${PORTNAME}
-PLIST_FILES=	bin/kexis
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/kexis ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/audio/kexis/distinfo b/audio/kexis/distinfo
deleted file mode 100644
index 5b15d46d1243..000000000000
--- a/audio/kexis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kexis-0.2.2.tgz) = 059d77fc009fae9c2f3ece906f0f4c8de792a5071d7b7c958e2b434c7d54b353
-SIZE (kexis-0.2.2.tgz) = 39350
diff --git a/audio/kexis/files/patch-Makefile b/audio/kexis/files/patch-Makefile
deleted file mode 100644
index 189c8f892892..000000000000
--- a/audio/kexis/files/patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig	2000-09-22 20:12:48 UTC
-+++ Makefile
-@@ -1,7 +1,5 @@
--DESTDIR =
- SOURCE=encode.c decode.c header.c predictor.c bits.c rice.c kexis.c
- OBJ = $(SOURCE:.c=.o)
--CC=gcc
- 
- #PROFILE_OPTS = -g3 -pg -a
- 
diff --git a/audio/kexis/pkg-descr b/audio/kexis/pkg-descr
deleted file mode 100644
index b372a7cb3d28..000000000000
--- a/audio/kexis/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Kexis - A lossless WAV file compressor. Kexis' main goal is to develop
-prediction and encoding schemes to minimize compressed file size. Kexis
-strives to be the premier lossless sound encoder.