aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-02-01 18:09:31 +0000
committerRene Ladan <rene@FreeBSD.org>2024-02-01 18:09:31 +0000
commitd24795b1f4c70759c3d742be64eb3349a071185e (patch)
treec19953dcc371f19d9ee4d23fc2014aab4d287ff9
parenta1aef2b4a5608018e3113bea99185cd2cd0e85c3 (diff)
downloadports-d24795b1f4c70759c3d742be64eb3349a071185e.tar.gz
ports-d24795b1f4c70759c3d742be64eb3349a071185e.zip
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
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/baudline/Makefile49
-rw-r--r--audio/baudline/distinfo2
-rw-r--r--audio/baudline/pkg-descr8
-rw-r--r--audio/baudline/pkg-message10
6 files changed, 1 insertions, 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
-}
-]