FreeBSD Bugzilla – Attachment 167226 Details for
Bug 207379
[NEW PORT] comms/libsdr A simple software defined radio (SDR) library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
LibSDR port
libsdr.shar (text/plain), 3.23 KB, created by
Jeffrey Baitis
on 2016-02-20 21:19:34 UTC
(
hide
)
Description:
LibSDR port
Filename:
MIME Type:
Creator:
Jeffrey Baitis
Created:
2016-02-20 21:19:34 UTC
Size:
3.23 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># libsdr ># libsdr/files ># libsdr/files/patch-CMakeLists.txt ># libsdr/pkg-descr ># libsdr/pkg-plist ># libsdr/Makefile ># libsdr/distinfo ># >echo c - libsdr >mkdir -p libsdr > /dev/null 2>&1 >echo c - libsdr/files >mkdir -p libsdr/files > /dev/null 2>&1 >echo x - libsdr/files/patch-CMakeLists.txt >sed 's/^X//' >libsdr/files/patch-CMakeLists.txt << '9c0259db1fb3e3e23bcde8fdf627dab4' >X--- CMakeLists.txt.orig 2015-01-12 13:06:37 UTC >X+++ CMakeLists.txt >X@@ -30,6 +30,7 @@ ENDIF(FFTW_FOUND) >X >X IF(PORTAUDIO_FOUND) >X set(SDR_WITH_PORTAUDIO ON) >X+ set(PORTAUDIO_LIBRARIES) >X ELSE(PORTAUDIO_FOUND) >X set(PORTAUDIO_LIBRARIES) >X ENDIF(PORTAUDIO_FOUND) >9c0259db1fb3e3e23bcde8fdf627dab4 >echo x - libsdr/pkg-descr >sed 's/^X//' >libsdr/pkg-descr << 'c342ef1b2cd843f136ba1113aae05bb8' >XA simple software defined radio (SDR) library. >XAlthough being simple, libsdr is sufficient to write a simple SDR receiver >Xapplication (http://github.com/hmatuschek/sdr-rx, above). This RX application >Xsupports several input sources (i.e. sound card, files, RTL2382 dongles etc.) >Xand modes (i.e. AM, FM, SSB, CW, etc.). >X >XWWW: https://github.com/hmatuschek/libsdr >c342ef1b2cd843f136ba1113aae05bb8 >echo x - libsdr/pkg-plist >sed 's/^X//' >libsdr/pkg-plist << '1d1429ad43e9d4a1aabc9179367e0233' >Xinclude/libsdr/autocast.hh >Xinclude/libsdr/baseband.hh >Xinclude/libsdr/buffer.hh >Xinclude/libsdr/buffernode.hh >Xinclude/libsdr/combine.hh >Xinclude/libsdr/config.hh >Xinclude/libsdr/demod.hh >Xinclude/libsdr/exception.hh >Xinclude/libsdr/fftplan.hh >Xinclude/libsdr/fftplan_fftw3.hh >Xinclude/libsdr/fftplan_native.hh >Xinclude/libsdr/filternode.hh >Xinclude/libsdr/firfilter.hh >Xinclude/libsdr/freqshift.hh >Xinclude/libsdr/interpolate.hh >Xinclude/libsdr/logger.hh >Xinclude/libsdr/math.hh >Xinclude/libsdr/node.hh >Xinclude/libsdr/operators.hh >Xinclude/libsdr/options.hh >Xinclude/libsdr/portaudio.hh >Xinclude/libsdr/psk31.hh >Xinclude/libsdr/queue.hh >Xinclude/libsdr/rtlsource.hh >Xinclude/libsdr/sdr.hh >Xinclude/libsdr/siggen.hh >Xinclude/libsdr/subsample.hh >Xinclude/libsdr/traits.hh >Xinclude/libsdr/utils.hh >Xinclude/libsdr/wavfile.hh >Xlib/libsdr.so >Xlib/libsdr.so.0.1.0 >1d1429ad43e9d4a1aabc9179367e0233 >echo x - libsdr/Makefile >sed 's/^X//' >libsdr/Makefile << '4622b145a6251410d08124249a1b585e' >X# Created by: Jeffrey Baitis <baitisj@pcbsd.org> >X# $FreeBSD$ >X >XPORTNAME= libsdr >XPORTVERSION= 0.1.0 >X >XCATEGORIES= comms hamradio >XUSE_GITHUB= yes >XGH_ACCOUNT= hmatuschek >XGH_PROJECT= libsdr >XGH_TAGNAME= 0982a68 >XMAINTAINER= baitisj@pcbsd.org >XCOMMENT= A simple software defined radio (SDR) library >XLICENSE= GPLv2 >X >XMAKE_JOBS_UNSAFE= yes >XUSES= cmake >XCMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE >XCMAKE_VERBOSE= 1 >X >X.include <bsd.port.mk> >4622b145a6251410d08124249a1b585e >echo x - libsdr/distinfo >sed 's/^X//' >libsdr/distinfo << '794eaa1a932ec13ca6e86cfbe1d5cd54' >XSHA256 (hmatuschek-libsdr-0.1.0-0982a68_GH0.tar.gz) = 2ee8fd0e7f9d495d8335cc054aa51913bda068fc47395a37873dc16ac250bccb >XSIZE (hmatuschek-libsdr-0.1.0-0982a68_GH0.tar.gz) = 108345 >794eaa1a932ec13ca6e86cfbe1d5cd54 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207379
: 167226
Working