git: cd1d44486574 - main - audio/splaytk: Remove expired port:

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

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

commit cd1d4448657459b268bbb9a1b58f878c261f173d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 13:33:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:33 +0000

    audio/splaytk: Remove expired port:
    
    2023-03-31 audio/splaytk: Abandonware, no development in 20 years and uses obsolete decoding library
---
 MOVED                                  |  1 +
 audio/Makefile                         |  1 -
 audio/splaytk/Makefile                 | 34 ----------------------------------
 audio/splaytk/distinfo                 |  2 --
 audio/splaytk/files/patch-splay-tk.tcl | 12 ------------
 audio/splaytk/pkg-descr                |  1 -
 audio/splaytk/pkg-plist                |  8 --------
 7 files changed, 1 insertion(+), 58 deletions(-)

diff --git a/MOVED b/MOVED
index 1b280aca4461..50f5ad6862ec 100644
--- a/MOVED
+++ b/MOVED
@@ -17839,3 +17839,4 @@ audio/kexis||2023-03-31|Has expired: Abandonware, niche format that never got an
 audio/libworkman||2023-03-31|Has expired: Abandonware, no development in 20+ years
 audio/mp3c||2023-03-31|Has expired: Abandonware, last release in 2009. Please consider using audio/cyanrip or audio/abcde
 audio/soundkonverter||2023-03-31|Has expired: Unsupported upstream, consider using audio/cyanrip or audio/abcde (ripping CDs), audio/rsgain (ReplayGain scanning) and multimedia/ffmpeg (transcoding)
+audio/splaytk||2023-03-31|Has expired: Abandonware, no development in 20 years and uses obsolete decoding library
diff --git a/audio/Makefile b/audio/Makefile
index 6bb3248bc7cd..de7306639a7d 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -766,7 +766,6 @@
     SUBDIR += spiralsynth
     SUBDIR += spiralsynthmodular
     SUBDIR += splay
-    SUBDIR += splaytk
     SUBDIR += spotify-player
     SUBDIR += spotify-qt
     SUBDIR += spotify-tui
diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile
deleted file mode 100644
index 77ea4209a2f7..000000000000
--- a/audio/splaytk/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME=	splaytk
-PORTVERSION=	2.0
-PORTREVISION=	2
-CATEGORIES=	audio
-MASTER_SITES=	SUNSITE/apps/sound/players
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Tk based interface for splay
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Abandonware, no development in 20 years and uses obsolete decoding library
-EXPIRATION_DATE=2023-03-31
-
-RUN_DEPENDS=	splay:audio/splay
-
-NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/splay-tk-${PORTVERSION}
-
-USES=		tk:wrapper
-
-DATADIR=	${PREFIX}/share/splay-tk
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/splay-tk.tcl
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/splay-tk.tcl ${STAGEDIR}${PREFIX}/bin/splay-tk
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/*.xbm ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/splay-tk.gif ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/audio/splaytk/distinfo b/audio/splaytk/distinfo
deleted file mode 100644
index 83070cc33ffe..000000000000
--- a/audio/splaytk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (splaytk-2.0.tar.gz) = f30036c4811f894b35f45b85d640500f7ff78ad2ded76a412bd323d5fa7a5954
-SIZE (splaytk-2.0.tar.gz) = 15753
diff --git a/audio/splaytk/files/patch-splay-tk.tcl b/audio/splaytk/files/patch-splay-tk.tcl
deleted file mode 100644
index cab55c47847a..000000000000
--- a/audio/splaytk/files/patch-splay-tk.tcl
+++ /dev/null
@@ -1,12 +0,0 @@
---- splay-tk.tcl.orig	1997-04-06 12:36:35 UTC
-+++ splay-tk.tcl
-@@ -1,3 +1,9 @@
-+#!/bin/sh
-+# start up wish \
-+exec wish "$0" "$@"
-+
-+set libdir %%DATADIR%%
-+set images ${libdir}
- #####################################################################
- # SPlaY-Tk v2.0p1, (C) Andrew Hobgood                               #
- #                                                                   #
diff --git a/audio/splaytk/pkg-descr b/audio/splaytk/pkg-descr
deleted file mode 100644
index 3e94e13f9a12..000000000000
--- a/audio/splaytk/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This is a Tcl/Tk interface to `splay' audio player.
diff --git a/audio/splaytk/pkg-plist b/audio/splaytk/pkg-plist
deleted file mode 100644
index beb6e005f750..000000000000
--- a/audio/splaytk/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/splay-tk
-%%DATADIR%%/dirs.xbm
-%%DATADIR%%/files.xbm
-%%DATADIR%%/pause.xbm
-%%DATADIR%%/play.xbm
-%%DATADIR%%/quit.xbm
-%%DATADIR%%/stop.xbm
-%%DATADIR%%/splay-tk.gif