Commit cd1d4448 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

audio/splaytk: Remove expired port:

2023-03-31 audio/splaytk: Abandonware, no development in 20 years and uses obsolete decoding library
parent c36b50e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -766,7 +766,6 @@
    SUBDIR += spiralsynth
    SUBDIR += spiralsynthmodular
    SUBDIR += splay
    SUBDIR += splaytk
    SUBDIR += spotify-player
    SUBDIR += spotify-qt
    SUBDIR += spotify-tui

audio/splaytk/Makefile

deleted100644 → 0
+0 −34
Original line number Diff line number Diff line
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>

audio/splaytk/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (splaytk-2.0.tar.gz) = f30036c4811f894b35f45b85d640500f7ff78ad2ded76a412bd323d5fa7a5954
SIZE (splaytk-2.0.tar.gz) = 15753
+0 −12
Original line number Diff line number Diff line
--- 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                               #
 #                                                                   #
Loading