git: d24795b1f4c7 - main - audio/baudline: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 01 Feb 2024 18:09:42 UTC
The branch main has been updated by rene:

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

commit d24795b1f4c70759c3d742be64eb3349a071185e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-02-01 18:09:31 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-02-01 18:09:31 +0000

    audio/baudline: Remove expired port
    
    2024-02-01 audio/baudline: upstream has gone to subscription model and no longer distributes this version. Try comms/Inspectrum or audio/xanalyser instead
---
 MOVED                      |  1 +
 audio/Makefile             |  1 -
 audio/baudline/Makefile    | 49 ----------------------------------------------
 audio/baudline/distinfo    |  2 --
 audio/baudline/pkg-descr   |  8 --------
 audio/baudline/pkg-message | 10 ----------
 6 files changed, 1 insertion(+), 70 deletions(-)

diff --git a/MOVED b/MOVED
index 2f0336a65aad..e682f0febe27 100644
--- a/MOVED
+++ b/MOVED
@@ -2983,3 +2983,4 @@ emulators/wine7|emulators/wine|2024-01-30|Has expired: emulators/wine itself now
 security/py-service_identity|security/py-service-identity|2024-01-31|Has expired: Use security/py-service-identity
 www/lighttpd-mod_h264_streaming||2024-01-31|Has expired: Does not build with new lighttpd
 audio/stmp||2024-02-01|Has expired: Broken for more than a year
+audio/baudline||2024-02-01|Has expired: upstream has gone to subscription model and no longer distributes this version. Try comms/Inspectrum or audio/xanalyser instead
diff --git a/audio/Makefile b/audio/Makefile
index 193e88d2a747..bdb63fd3cdcb 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -53,7 +53,6 @@
     SUBDIR += bamp-lv2
     SUBDIR += bangr-lv2
     SUBDIR += baresip
-    SUBDIR += baudline
     SUBDIR += bcg729
     SUBDIR += bchoppr-lv2
     SUBDIR += beep
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
deleted file mode 100644
index cb0111cf97eb..000000000000
--- a/audio/baudline/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-PORTNAME=	baudline
-PORTVERSION=	1.08
-PORTREVISION=	2
-CATEGORIES=	audio linux
-# We did have permission from author Erik Olsen <erik@sigblips.net> for the
-# package cluster to automatically fetch baudline
-MASTER_SITES=	http://www.baudline.com/
-PKGNAMEPREFIX=	linux-
-DISTNAME=	baudline_${PORTVERSION:S/.p/pre/}_linux_i686
-
-MAINTAINER=	hamradio@FreeBSD.org
-COMMENT=	Real-time signal analysis and time-frequency browser
-WWW=		https://www.baudline.com/
-
-# Converted from RESTRICTED
-LICENSE=	BAUDLINE
-LICENSE_NAME=	baudline
-LICENSE_TEXT=	author requests no distribution except from their site
-LICENSE_PERMS=	auto-accept
-
-WRKSRC=		${WRKDIR}/${DISTNAME:S/i686/x86/}
-USES=		linux
-USE_LINUX=	xorglibs
-ONLY_FOR_ARCHS=	i386 amd64
-
-PORTDOCS=	README_unix.txt
-PLIST_FILES=	bin/baudline
-
-OPTIONS_DEFINE=		DOCS MPG123
-OPTIONS_DEFAULT=	MPG123
-
-MPG123_RUN_DEPENDS=	mpg123:audio/mpg123
-
-.include <bsd.port.pre.mk>
-DEPRECATED=	upstream has gone to subscription model and no longer distributes this version. Try comms/Inspectrum or audio/xanalyser instead
-EXPIRATION_DATE=	2024-02-01
-IGNORE=		upstream has removed distribution
-
-do-build:
-	${BRANDELF} -t Linux ${WRKSRC}/baudline
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/baudline ${STAGEDIR}${PREFIX}/bin
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-
-.include <bsd.port.post.mk>
diff --git a/audio/baudline/distinfo b/audio/baudline/distinfo
deleted file mode 100644
index c22b1185339c..000000000000
--- a/audio/baudline/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (baudline_1.08_linux_i686.tar.gz) = 4b42e8d03c9fe9738ec66ee51a8d594a60a5770e8e22bb1d73ae38566fb951f1
-SIZE (baudline_1.08_linux_i686.tar.gz) = 1945014
diff --git a/audio/baudline/pkg-descr b/audio/baudline/pkg-descr
deleted file mode 100644
index 450d7b235635..000000000000
--- a/audio/baudline/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-A real-time signal analysis tool and an offline time-frequency
-browser.  It has a built in tone generation capability and it can
-play back audio files with a multitude of effects and filters.
-Designed for environmental analysis missions that range from
-modulation parameter measurements to searching for transient signals
-that go bump in the night, baudline combines fast digital signal
-processing, versatile high-speed displays, and continuous capture
-tools for hunting down and studying elusive signal characteristics.
diff --git a/audio/baudline/pkg-message b/audio/baudline/pkg-message
deleted file mode 100644
index 257f8946a703..000000000000
--- a/audio/baudline/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-baudline requires linprocfs(5) to be mounted. If you don't
-have it mounted already, please add this line to /etc/fstab
-and run `mount linproc`:
-linproc /compat/linux/proc linprocfs rw 0 0
-EOM
-}
-]