mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
a1aef2b4a5
commit
d24795b1f4
1
MOVED
1
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
|
||||
|
@ -53,7 +53,6 @@
|
||||
SUBDIR += bamp-lv2
|
||||
SUBDIR += bangr-lv2
|
||||
SUBDIR += baresip
|
||||
SUBDIR += baudline
|
||||
SUBDIR += bcg729
|
||||
SUBDIR += bchoppr-lv2
|
||||
SUBDIR += beep
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (baudline_1.08_linux_i686.tar.gz) = 4b42e8d03c9fe9738ec66ee51a8d594a60a5770e8e22bb1d73ae38566fb951f1
|
||||
SIZE (baudline_1.08_linux_i686.tar.gz) = 1945014
|
@ -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.
|
@ -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
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user