Index: head/comms/Makefile =================================================================== --- head/comms/Makefile (revision 409845) +++ head/comms/Makefile (revision 409846) @@ -1,203 +1,204 @@ # $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 += libcodec2 SUBDIR += libconcord SUBDIR += libfap SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += librs232 + SUBDIR += libsdr 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-connectivity SUBDIR += qt5-sensors 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/libsdr/Makefile =================================================================== --- head/comms/libsdr/Makefile (nonexistent) +++ head/comms/libsdr/Makefile (revision 409846) @@ -0,0 +1,29 @@ +# Created by: Jeffrey Baitis +# $FreeBSD$ + +PORTNAME= libsdr +PORTVERSION= 0.1.0 +CATEGORIES= comms hamradio + +MAINTAINER= baitisj@pcbsd.org +COMMENT= Simple software defined radio (SDR) library + +LICENSE= GPLv2 + +LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + librtlsdr.so:${PORTSDIR}/comms/rtl-sdr + +USE_GITHUB= yes +GH_ACCOUNT= hmatuschek +GH_PROJECT= libsdr +GH_TAGNAME= 0982a68 + +MAKE_JOBS_UNSAFE= yes +USES= cmake pkgconfig +CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE +CMAKE_VERBOSE= 1 +USE_LDCONFIG= yes + +.include Property changes on: head/comms/libsdr/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/libsdr/distinfo =================================================================== --- head/comms/libsdr/distinfo (nonexistent) +++ head/comms/libsdr/distinfo (revision 409846) @@ -0,0 +1,2 @@ +SHA256 (hmatuschek-libsdr-0.1.0-0982a68_GH0.tar.gz) = 2ee8fd0e7f9d495d8335cc054aa51913bda068fc47395a37873dc16ac250bccb +SIZE (hmatuschek-libsdr-0.1.0-0982a68_GH0.tar.gz) = 108345 Property changes on: head/comms/libsdr/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/libsdr/files/patch-CMakeLists.txt =================================================================== --- head/comms/libsdr/files/patch-CMakeLists.txt (nonexistent) +++ head/comms/libsdr/files/patch-CMakeLists.txt (revision 409846) @@ -0,0 +1,10 @@ +--- 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) Property changes on: head/comms/libsdr/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/libsdr/pkg-descr =================================================================== --- head/comms/libsdr/pkg-descr (nonexistent) +++ head/comms/libsdr/pkg-descr (revision 409846) @@ -0,0 +1,7 @@ +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.). + +WWW: https://github.com/hmatuschek/libsdr Property changes on: head/comms/libsdr/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/libsdr/pkg-plist =================================================================== --- head/comms/libsdr/pkg-plist (nonexistent) +++ head/comms/libsdr/pkg-plist (revision 409846) @@ -0,0 +1,32 @@ +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 Property changes on: head/comms/libsdr/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