Index: head/comms/Makefile =================================================================== --- head/comms/Makefile (revision 360455) +++ head/comms/Makefile (revision 360456) @@ -1,186 +1,187 @@ # $FreeBSD$ # COMMENT = Communication utilities SUBDIR += acfax SUBDIR += aldo SUBDIR += amtterm SUBDIR += anyremote SUBDIR += aprsd SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce SUBDIR += bforce-kst SUBDIR += birda SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ SUBDIR += callsign SUBDIR += cdr_read SUBDIR += chirp SUBDIR += chu SUBDIR += comserv SUBDIR += concordance SUBDIR += congruity SUBDIR += conserver SUBDIR += conserver-com SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += dabstick-radio SUBDIR += dcf77pi SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util 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 += gammu SUBDIR += gammu-devel SUBDIR += ge-x2212 SUBDIR += geoid SUBDIR += gkermit SUBDIR += gmfsk SUBDIR += gnocky SUBDIR += gnokii SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gpsk31 SUBDIR += gqrx SUBDIR += gr-osmosdr SUBDIR += grig SUBDIR += gscmxx SUBDIR += gsmlib SUBDIR += gstreamer1-plugins-spandsp SUBDIR += gtkmmorse 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 += kremotecontrol SUBDIR += libconcord SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += libticables2 SUBDIR += libticalcs2 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 += nokryptia SUBDIR += o2sms SUBDIR += obexapp SUBDIR += openobex 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-libconcord SUBDIR += py-libimobiledevice SUBDIR += py-lirc SUBDIR += py-serial SUBDIR += pyla SUBDIR += qico SUBDIR += qpage SUBDIR += qrq SUBDIR += qsstv + 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 += spandsp-devel SUBDIR += splat SUBDIR += sredird SUBDIR += svxlink SUBDIR += syncterm SUBDIR += tcpser 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 += wspr SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse SUBDIR += xnec2c SUBDIR += xnecview SUBDIR += xwota SUBDIR += yagiuda SUBDIR += yaps SUBDIR += yfklog SUBDIR += zmtx-zmrx SUBDIR += zssh .include Index: head/comms/quisk/Makefile =================================================================== --- head/comms/quisk/Makefile (nonexistent) +++ head/comms/quisk/Makefile (revision 360456) @@ -0,0 +1,34 @@ +# Created by: Stephen Hurd +# $FreeBSD$ + +PORTNAME= quisk +PORTVERSION= 3.6.18 +CATEGORIES= comms hamradio +MASTER_SITES= http://james.ahlstrom.name/quisk/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=shurd + +MAINTAINER= hamradio@FreeBSD.org +COMMENT= A Software Defined Radio (SDR) + +LICENSE= GPLv2 + +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ + portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libasound.so:${PORTSDIR}/audio/alsa-lib \ + libpulse.so:${PORTSDIR}/audio/pulseaudio + +USE_PYTHON= 2.7+ +USE_WX= 2.8+ +WANT_UNICODE= yes +WX_COMPS= python +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +post-extract: + ${RM} ${WRKSRC}/_quisk.so ${WRKSRC}/sdriqpkg/sdriq.so + +post-patch: + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py + +.include Property changes on: head/comms/quisk/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/quisk/distinfo =================================================================== --- head/comms/quisk/distinfo (nonexistent) +++ head/comms/quisk/distinfo (revision 360456) @@ -0,0 +1,2 @@ +SHA256 (quisk-3.6.18.tar.gz) = 851e13193ed43ea992345f438b34ae968e0ed5e44c6635a6e4503459932cdce8 +SIZE (quisk-3.6.18.tar.gz) = 1106206 Property changes on: head/comms/quisk/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/quisk/files/patch-quisk.c =================================================================== --- head/comms/quisk/files/patch-quisk.c (nonexistent) +++ head/comms/quisk/files/patch-quisk.c (revision 360456) @@ -0,0 +1,11 @@ +--- quisk.c.orig 2014-06-28 19:10:12.000000000 -0700 ++++ quisk.c 2014-06-28 19:10:48.000000000 -0700 +@@ -1156,7 +1156,7 @@ + if (filter_bandwidth < 19000) { // No filtering for wide bandwidth + for (i = 0; i < nSamples; i++) + cSamples[i] = dRxFilterOut(cSamples[i], bank); +- measure_audio_sum += cSamples[i] * conj(cSamples[i]); ++ measure_audio_sum = measure_audio_sum + cSamples[i] * conj(cSamples[i]); + measure_audio_count += 1; + } + break; Property changes on: head/comms/quisk/files/patch-quisk.c ___________________________________________________________________ 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/quisk/files/patch-setup.py =================================================================== --- head/comms/quisk/files/patch-setup.py (nonexistent) +++ head/comms/quisk/files/patch-setup.py (revision 360456) @@ -0,0 +1,13 @@ +--- setup.py.orig 2014-06-01 15:30:01.000000000 -0700 ++++ setup.py 2014-06-01 15:31:15.000000000 -0700 +@@ -11,8 +11,8 @@ + fp.close() + + module1 = Extension ('quisk._quisk', +- #include_dirs = ['.'], +- #library_dirs = ['.'], ++ include_dirs = ['%%LOCALBASE%%/include/portaudio2', '%%LOCALBASE%%/include'], ++ library_dirs = ['%%LOCALBASE%%/lib/portaudio2', '%%LOCALBASE%%/lib'], + libraries = ['asound', 'portaudio', 'pulse-simple', 'fftw3', 'm'], + sources = ['quisk.c', 'sound.c', 'sound_alsa.c', 'sound_portaudio.c', 'sound_pulseaudio.c', + 'is_key_down.c', 'microphone.c', 'utility.c', Property changes on: head/comms/quisk/files/patch-setup.py ___________________________________________________________________ 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/quisk/pkg-descr =================================================================== --- head/comms/quisk/pkg-descr (nonexistent) +++ head/comms/quisk/pkg-descr (revision 360456) @@ -0,0 +1,10 @@ +This is QUISK, a Software Defined Radio (SDR). +- Quisk can control the HiQSDR. +- As a receiver it can use the SDR-IQ by RfSpace as a sample source. +- As a receiver it can use your soundcard as a sample source. +- Quisk can control SoftRock hardware for both receive and transmit. +- As a transmitter it can accept microphone input and send that to your + transmitter for SSB operation. For CW, QUISK can mute the audio and + substitute a side tone. + +WWW: http://james.ahlstrom.name/quisk/ Property changes on: head/comms/quisk/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