Index: head/comms/Makefile =================================================================== --- head/comms/Makefile (revision 403765) +++ head/comms/Makefile (revision 403766) @@ -1,198 +1,199 @@ # $FreeBSD$ # COMMENT = Communication utilities SUBDIR += acfax SUBDIR += aldo SUBDIR += amtterm SUBDIR += anyremote SUBDIR += aprsd SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce-kst SUBDIR += birda SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ SUBDIR += cdr_read SUBDIR += chirp SUBDIR += chu SUBDIR += comserv SUBDIR += concordance SUBDIR += congruity SUBDIR += conserver SUBDIR += conserver-com SUBDIR += cqrlog SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += dabstick-radio SUBDIR += dcf77pi SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += dump1090 SUBDIR += dump1090_mr SUBDIR += ebook2cw SUBDIR += ebook2cwgui SUBDIR += echolinux SUBDIR += efax SUBDIR += efax-gtk SUBDIR += ems-flasher SUBDIR += esmska SUBDIR += fl_moxgen SUBDIR += fldigi SUBDIR += fllog SUBDIR += flrig SUBDIR += flwrap + SUBDIR += freedv SUBDIR += gammu SUBDIR += ge-x2212 SUBDIR += geoid SUBDIR += gkermit SUBDIR += gmfsk SUBDIR += gnocky SUBDIR += gnokii SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gqrx SUBDIR += gr-osmosdr SUBDIR += grig SUBDIR += gscmxx SUBDIR += gsmlib SUBDIR += gstreamer1-plugins-spandsp SUBDIR += gtkmmorse SUBDIR += hackrf SUBDIR += hamfax SUBDIR += hamlib SUBDIR += hcidump SUBDIR += hf SUBDIR += hidapi SUBDIR += hylafax SUBDIR += ibp SUBDIR += java-commapi SUBDIR += java-commapi-freebsd SUBDIR += jerm SUBDIR += jsdr SUBDIR += kb SUBDIR += kermit SUBDIR += klog SUBDIR += kremotecontrol SUBDIR += kvasd SUBDIR += libconcord SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += librs232 SUBDIR += libticables2 SUBDIR += libticalcs2 SUBDIR += libusbmuxd SUBDIR += linpsk SUBDIR += linrad SUBDIR += lirc SUBDIR += locator SUBDIR += lrzsz SUBDIR += lysdr SUBDIR += mgetty+sendfax SUBDIR += minicom SUBDIR += mlan3 SUBDIR += morse SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c SUBDIR += nmealib SUBDIR += nokryptia SUBDIR += o2sms SUBDIR += obexapp SUBDIR += openobex SUBDIR += owfs SUBDIR += p5-Cisco-UCS SUBDIR += p5-Device-Gsm SUBDIR += p5-Device-Modem SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-Nexmo-SMS SUBDIR += p5-SMS-SMS77 SUBDIR += p5-SMS-Send SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-NexmoUnicode SUBDIR += p5-SMS-Send-TW-HiAir SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-Qma SUBDIR += p5-SMS-Send-TW-ShareSMS SUBDIR += p5-SMS-Send-TW-Socket2Air SUBDIR += p5-SMS-Send-TW-chtsns SUBDIR += p5-SMS-Send-TW-emome SUBDIR += pear-Horde_ActiveSync SUBDIR += pear-Horde_SyncMl SUBDIR += picocom SUBDIR += pr SUBDIR += predict SUBDIR += py-bulksms SUBDIR += py-gammu SUBDIR += py-libconcord SUBDIR += py-libimobiledevice SUBDIR += py-lirc SUBDIR += py-qt5-serialport SUBDIR += py-serial SUBDIR += pyla SUBDIR += qico SUBDIR += qrq SUBDIR += qsstv SUBDIR += qt5-serialport SUBDIR += qtel SUBDIR += quisk SUBDIR += remserial SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios SUBDIR += rxtx SUBDIR += scmxx SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += seyon SUBDIR += sms_client SUBDIR += smstools3 SUBDIR += soundmodem SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird SUBDIR += svxlink SUBDIR += syncterm SUBDIR += tcpser SUBDIR += telldus-core SUBDIR += thebridge SUBDIR += tilp2 SUBDIR += tits SUBDIR += tkhylafax SUBDIR += tkscanfax SUBDIR += tlf SUBDIR += trustedqsl SUBDIR += twpsk SUBDIR += uarduno SUBDIR += uartlirc SUBDIR += uird SUBDIR += unixcw SUBDIR += usbmuxd SUBDIR += usrp SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjt SUBDIR += wsjtx SUBDIR += wspr SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir SUBDIR += xcwcp SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse SUBDIR += xnec2c SUBDIR += xnecview SUBDIR += xwota SUBDIR += yagiuda SUBDIR += yaps SUBDIR += yfklog SUBDIR += zssh .include Index: head/comms/freedv/Makefile =================================================================== --- head/comms/freedv/Makefile (nonexistent) +++ head/comms/freedv/Makefile (revision 403766) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= freedv +PORTVERSION= 1.1 +CATEGORIES= comms hamradio +MASTER_SITES= http://files.freedv.org/freedv/ \ + LOCAL/shurd + +MAINTAINER= hamradio@FreeBSD.org +COMMENT= Narrow band digital voice + +LIB_DEPENDS= libcodec2.so:${PORTSDIR}/audio/codec2 \ + libportaudio.so:${PORTSDIR}/audio/portaudio \ + libhamlib.so:${PORTSDIR}/comms/hamlib \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ + libsox.so:${PORTSDIR}/audio/sox \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libspeexdsp.so:${PORTSDIR}/audio/speex + +USE_WX= 3.0+ +USES= cmake:outsource compiler:c++11-lib tar:xz +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 Property changes on: head/comms/freedv/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: head/comms/freedv/distinfo =================================================================== --- head/comms/freedv/distinfo (nonexistent) +++ head/comms/freedv/distinfo (revision 403766) @@ -0,0 +1,2 @@ +SHA256 (freedv-1.1.tar.xz) = 3439930d73ebc9f58d39f4dff45356c3ee0e338a984e98ef8eb839eccaa44703 +SIZE (freedv-1.1.tar.xz) = 424420 Property changes on: head/comms/freedv/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/files/patch-CMakeLists.txt =================================================================== --- head/comms/freedv/files/patch-CMakeLists.txt (nonexistent) +++ head/comms/freedv/files/patch-CMakeLists.txt (revision 403766) @@ -0,0 +1,24 @@ +--- CMakeLists.txt.orig 2015-09-24 19:30:57 UTC ++++ CMakeLists.txt +@@ -72,7 +72,7 @@ endif() + + + # Set default build flags. +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") ++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11") + + # + # Setup cmake options +@@ -339,6 +339,12 @@ if(NOT USE_STATIC_SOX) + if(LIBSOX_LIBRARY AND LIBSOX_INCLUDE_DIR) + list(APPEND FREEDV_LINK_LIBS ${LIBSOX_LIBRARY}) + include_directories(${LIBSOX_INCLUDE_DIR}) ++ message(STATUS "Looking for static sox...") ++ find_library(STATIC_LIBSOX_LIBRARY libsox.a) ++ message(STATUS " static sox library: ${STATIC_LIBSOX_LIBRARY}") ++ if(STATIC_LIBSOX_LIBRARY) ++ list(APPEND FREEDV_LINK_LIBS ${STATIC_LIBSOX_LIBRARY}) ++ endif(STATIC_LIBSOX_LIBRARY) + else(LIBSOX_LIBRARY AND LIBSOX_INCLUDE_DIR) + message(FATAL_ERROR "sox library not found. + On Linux systems try installing: Property changes on: head/comms/freedv/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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 (nonexistent) +++ head/comms/freedv/pkg-descr (revision 403766) @@ -0,0 +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 Property changes on: head/comms/freedv/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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-plist =================================================================== --- head/comms/freedv/pkg-plist (nonexistent) +++ head/comms/freedv/pkg-plist (revision 403766) @@ -0,0 +1,6 @@ +bin/freedv +share/applications/freedv.desktop +share/icons/hicolor/128x128/apps/freedv.png +share/icons/hicolor/256x256/apps/freedv.png +share/icons/hicolor/48x48/apps/freedv.png +share/icons/hicolor/64x64/apps/freedv.png Property changes on: head/comms/freedv/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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