comms/libsdr: Remove port

Leaf libraries not relevant to server environment
This commit is contained in:
Bastard Operator from Hell 2025-06-02 22:30:04 +02:00
parent 7dfd442564
commit 1488df1e26
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
7 changed files with 1 additions and 77 deletions

View File

@ -1315,6 +1315,7 @@ comms/inspectrum
comms/java-simple-serial-connector
comms/klog
comms/libfec
comms/libsdr
comms/libsdr-gui
comms/limesuite
comms/linux-rl9-qt5-qtconnectivity

View File

@ -45,7 +45,6 @@
SUBDIR += libirman
SUBDIR += libmodbus
SUBDIR += librs232
SUBDIR += libsdr
SUBDIR += libticables2
SUBDIR += libticalcs2
SUBDIR += libusbmuxd

View File

@ -1,26 +0,0 @@
PORTNAME= libsdr
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= comms hamradio
MAINTAINER= jeff@baitis.net
COMMENT= Simple software defined radio (SDR) library
WWW= https://github.com/hmatuschek/libsdr
LICENSE= GPLv2
LIB_DEPENDS= libportaudio.so:audio/portaudio \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
librtlsdr.so:comms/rtl-sdr
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
MAKE_JOBS_UNSAFE= yes
USES= compiler:c++11-lang cmake pkgconfig
CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1464768365
SHA256 (hmatuschek-libsdr-v0.1.0_GH0.tar.gz) = 3cb465b6e8537738b9ccee2050e18113e3578e95fc046541e6f5c0f77c1c53cd
SIZE (hmatuschek-libsdr-v0.1.0_GH0.tar.gz) = 108345

View File

@ -1,10 +0,0 @@
--- CMakeLists.txt.orig 2015-01-12 13:06:37 UTC
+++ CMakeLists.txt
@@ -30,6 +30,7 @@ ENDIF(FFTW_FOUND)
IF(PORTAUDIO_FOUND)
set(SDR_WITH_PORTAUDIO ON)
+ set(PORTAUDIO_LIBRARIES)
ELSE(PORTAUDIO_FOUND)
set(PORTAUDIO_LIBRARIES)
ENDIF(PORTAUDIO_FOUND)

View File

@ -1,5 +0,0 @@
A simple software defined radio (SDR) library.
Although being simple, libsdr is sufficient to write a simple SDR receiver
application (github.com/hmatuschek/sdr-rx, above). This RX application
supports several input sources (i.e. sound card, files, RTL2382 dongles etc.)
and modes (i.e. AM, FM, SSB, CW, etc.).

View File

@ -1,32 +0,0 @@
include/libsdr/autocast.hh
include/libsdr/baseband.hh
include/libsdr/buffer.hh
include/libsdr/buffernode.hh
include/libsdr/combine.hh
include/libsdr/config.hh
include/libsdr/demod.hh
include/libsdr/exception.hh
include/libsdr/fftplan.hh
include/libsdr/fftplan_fftw3.hh
include/libsdr/fftplan_native.hh
include/libsdr/filternode.hh
include/libsdr/firfilter.hh
include/libsdr/freqshift.hh
include/libsdr/interpolate.hh
include/libsdr/logger.hh
include/libsdr/math.hh
include/libsdr/node.hh
include/libsdr/operators.hh
include/libsdr/options.hh
include/libsdr/portaudio.hh
include/libsdr/psk31.hh
include/libsdr/queue.hh
include/libsdr/rtlsource.hh
include/libsdr/sdr.hh
include/libsdr/siggen.hh
include/libsdr/subsample.hh
include/libsdr/traits.hh
include/libsdr/utils.hh
include/libsdr/wavfile.hh
lib/libsdr.so
lib/libsdr.so.0.1.0