Index: head/comms/freedv/Makefile =================================================================== --- head/comms/freedv/Makefile (revision 479500) +++ head/comms/freedv/Makefile (revision 479501) @@ -1,34 +1,32 @@ # $FreeBSD$ PORTNAME= freedv -PORTVERSION= 1.2.2 -PORTREVISION= 1 +DISTVERSION= 1.3.1 CATEGORIES= comms hamradio -MASTER_SITES= https://freedv.com/wp-content/uploads/sites/8/2017/10/ \ - LOCAL/db +MASTER_SITES= https://hobbes1069.fedorapeople.org/freetel/freedv/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Narrow band digital voice LICENSE= LGPL21 LIB_DEPENDS= libcodec2.so:audio/codec2 \ libportaudio.so:audio/portaudio \ libhamlib.so:comms/hamlib \ libsamplerate.so:audio/libsamplerate \ libsox.so:audio/sox \ libsndfile.so:audio/libsndfile \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp USES= cmake:outsource compiler:c++11-lib tar:xz USE_WX= 3.0+ CMAKE_ARGS+= -DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \ -DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \ -DUSE_STATIC_CODEC2=FALSE \ -DUSE_STATIC_PORTAUDIO=FALSE \ -DUSE_STATIC_SOX=FALSE \ -DUSE_STATIC_SPEEXDSP=FALSE INSTALLS_ICONS= yes .include Index: head/comms/freedv/distinfo =================================================================== --- head/comms/freedv/distinfo (revision 479500) +++ head/comms/freedv/distinfo (revision 479501) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508683454 -SHA256 (freedv-1.2.2.tar.xz) = 4884d2aaa283b3f091fc5d5594df3b5bb60078210c1bc50ea546901e2965ae1e -SIZE (freedv-1.2.2.tar.xz) = 529904 +TIMESTAMP = 1535511699 +SHA256 (freedv-1.3.1.tar.xz) = 9365459d4c8d478d32d91629f6fdf0cb6bd27cbb71ddc5a09b37e10df03dff65 +SIZE (freedv-1.3.1.tar.xz) = 536864 Index: head/comms/freedv/files/patch-src__fdmdv2_main.cpp =================================================================== --- head/comms/freedv/files/patch-src__fdmdv2_main.cpp (nonexistent) +++ head/comms/freedv/files/patch-src__fdmdv2_main.cpp (revision 479501) @@ -0,0 +1,15 @@ +--- src/fdmdv2_main.cpp.orig 2018-05-29 05:38:34 UTC ++++ src/fdmdv2_main.cpp +@@ -1198,10 +1198,12 @@ void MainFrame::OnTimer(wxTimerEvent &ev + sprintf(ber, "BER: %4.3f", b); wxString ber_string(ber); m_textBER->SetLabel(ber_string); + sprintf(resyncs, "Resyncs: %d", g_resyncs); wxString resyncs_string(resyncs); m_textResyncs->SetLabel(resyncs_string); + ++/* + sprintf(freqoffset, "FrqOff: %3.1f", g_stats.foff); + wxString freqoffset_string(freqoffset); m_textFreqOffset->SetLabel(freqoffset_string); + sprintf(syncmetric, "Sync: %3.2f", g_stats.sync_metric); + wxString syncmetric_string(syncmetric); m_textSyncMetric->SetLabel(syncmetric_string); ++*/ + + if (g_State) { + Property changes on: head/comms/freedv/files/patch-src__fdmdv2_main.cpp ___________________________________________________________________ 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: head/comms/freedv/pkg-descr =================================================================== --- head/comms/freedv/pkg-descr (revision 479500) +++ head/comms/freedv/pkg-descr (revision 479501) @@ -1,9 +1,9 @@ FreeDV is a Digital Voice mode for HF radio. FreeDV allows any SSB radio to be used for low bit rate digital voice. Speech is compressed down to 700-1600 bit/s then modulated onto a 1.25 kHz wide signal comprised of 16 QPSK carriers which is sent to the Mic input of a SSB radio. The signal is received by an SSB radio, then demodulated and decoded by FreeDV. FreeDV 700(B) rivals SSB in it's low SNR performance. At high SNRs FreeDV 1600 sounds like FM, with no annoying analog HF radio noise. -WWW: http://freedv.org/tiki-index.php +WWW: https://freedv.org/