Index: audio/welle.io/Makefile =================================================================== --- audio/welle.io/Makefile (nonexistent) +++ audio/welle.io/Makefile (working copy) @@ -0,0 +1,54 @@ +# $FreeBSD$ + +PORTNAME= welle.io +DISTVERSION= 2.2 +CATEGORIES= audio hamradio +MASTER_SITES= https://github.com/albrechtl/welle.io/ + +MAINTAINER= nsonack@outlook.com +COMMENT= SDR DAB/DAB+ Receiver + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libfaad.so:audio/faad \ + libmp3lame.so:audio/lame \ + libmpg123.so:audio/mpg123 + +USES= cmake qt:5 +USE_QT= charts core declarative gui multimedia network quickcontrols2 \ + widgets qmake_build + +USE_GITHUB= yes +GH_ACCOUNT= AlbrechtL +GH_TAGNAME= c39d3420cc30281e03835b3182f34d8617eb7ebf + +OPTIONS_DEFINE= AIRSPY CLI FFTW RTLSDR SOAPY +OPTIONS_DEFAULT= FFTW RTLSDR + +RTLSDR_DESC= RTL-SDR support +AIRSPY_DESC= AirSpy support +SOAPY_DESC= SoapySDR support +FFTW_DESC= Use FFTW3 instead of KISSFFT +CLI_DESC= Build the welle-cli tool + +RTLSDR_DEPENDS= rtl-sdr:comms/rtl-sdr +RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr +RTLSDR_CMAKE_BOOL= RTLSDR + +FFTW_CMAKE_BOOL_OFF= KISS_FFT +FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float + +CLI_CMAKE_BOOL= BUILD_WELLE_CLI +CLI_PLIST_FILES= bin/welle-cli \ + share/welle-io/html/index.html \ + share/welle-io/html/index.js + +SOAPY_CMAKE_BOOL= SOAPYSDR +SOAPY_LIB_DEPENDS= libSoapySDR.so:misc/soapysdr + +AIRSPY_CMAKE_BOOL= AIRSPY +AIRSPY_LIB_DEPENDS= libairspy.so:comms/airspy + +.include Property changes on: audio/welle.io/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/welle.io/distinfo =================================================================== --- audio/welle.io/distinfo (nonexistent) +++ audio/welle.io/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1603467804 +SHA256 (AlbrechtL-welle.io-2.2-c39d3420cc30281e03835b3182f34d8617eb7ebf_GH0.tar.gz) = 0fbb557b3529b85c6fb2bc7a8774aca84eac6bb43f8429952533862f29c54364 +SIZE (AlbrechtL-welle.io-2.2-c39d3420cc30281e03835b3182f34d8617eb7ebf_GH0.tar.gz) = 1651149 Property changes on: audio/welle.io/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/welle.io/pkg-descr =================================================================== --- audio/welle.io/pkg-descr (nonexistent) +++ audio/welle.io/pkg-descr (working copy) @@ -0,0 +1,5 @@ +welle.io is a graphical SDR DAB/DAB+ receiver built with Qt5 with extensive +hardware support. Possible backends are RTL-SDR, RTL_TCP, AirSpy, SoapySDR, +raw files as well as gr-osmosdr and uhd. + +WWW: https://www.welle.io/ Property changes on: audio/welle.io/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/welle.io/pkg-plist =================================================================== --- audio/welle.io/pkg-plist (nonexistent) +++ audio/welle.io/pkg-plist (working copy) @@ -0,0 +1,8 @@ +share/applications/welle-io.desktop +share/icons/hicolor/16x16/apps/welle-io.png +share/icons/hicolor/24x24/apps/welle-io.png +share/icons/hicolor/32x32/apps/welle-io.png +share/icons/hicolor/48x48/apps/welle-io.png +share/icons/hicolor/128x128/apps/welle-io.png +share/icons/hicolor/256x256/apps/welle-io.png +bin/welle-io Property changes on: audio/welle.io/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property