aboutsummaryrefslogtreecommitdiffstats
path: root/comms/quisk
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.1.3db2016-12-234-9/+10
| | | | | | Fix portaudio build link in setup.py there is no more portaudio2 Reported by: @portscout
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Update to latest releaseshurd2016-04-082-4/+3
|
* Bump PORTREVISION for Hermes changeshurd2016-04-081-0/+1
|
* Add subdirectory for Hermesshurd2016-04-081-2/+11
| | | | | | | -- was already there, just not included in the setup.py file for some reason PR: 208595 Submitted by: Jeffery Baitis <jeff@baitis.net>
* Update to latest releaseshurd2016-04-082-3/+3
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to latest release.shurd2015-11-284-7/+18
|
* Update to 3.7.4shurd2015-08-152-4/+3
| | | | | | | Major changes since 3.6.22: - Added support for the HermesLite radio. - Add repeater offset and CTCSS tone to favourites screen. - Support for full-screen mode.
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-311-1/+2
| | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Upstream tarball re-rolled. Minor comment and documentation changes.shurd2015-05-121-2/+2
|
* Fix MASTER_SITE_LOCALshurd2015-05-121-1/+1
|
* Update to latest version.shurd2015-05-032-3/+3
| | | | | | | | - Adds FreeDV support - Mouse wheel changes frequency - Configurable hamlib IP address - New IMD right-click menu - Spot can now transmit 0 amplitude carrier for noise testing
* Quisk Version 3.6.21 March 2015db2015-04-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | =============================== Quisk can now transmit a message from a WAV file. Record your message at a high level (near clipping) at 48 ksps, 16-bit, one channel (monophonic). Then enter the file name on the Config/Config screen. Press the "File play" button to transmit. Quisk will press the PTT button for you, and release it during pauses. To interrupt playback, press PTT or release FilePlay so you can answer. The "Split" button has been replaced with a "Splt" button and a "Rev" button. The "Splt" button splits Rx and Tx; and if you click it with the right mouse button instead of the left, it also locks the Tx frequency so tuning changes the Rx frequency. The "Rev" button reverses the Tx and Rx frequencies. These features were suggested by Mario, DH5YM. I added a new parameter mic_agc_level to the config file to control the mic AGC. Input levels below mic_agc_level are ignored. The default is 0.1. Increase this (up to 1.0) to reduce the AGC range, and reduce it to increase the AGC mic gain boost. Philip Lee contributed a patch to the PulseAudio code to set the play buffer size. Prompted by: portscout
* Fix detection of libportaudio librariespawel2015-01-251-1/+1
| | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others
* Update to 3.6.20shurd2015-01-062-3/+3
| | | | Some mixer changes and a new config file dictionary bandTransverterOffset[]
* Update to 3.6.19.shurd2014-11-073-15/+3
| | | | | | | | | | | From the changelog: I added device names to PulseAudio. The PulseAudio name "pulse" still refers to the default device. Otherwise, enter a PulseAudio name such as "pulse:alsa_input.pci-0000_00_1b.0.analog-stereo". PulseAudio support enables you to connect to recent versions of wsjt-x. To turn this off, set show_pulse_audio_devices = False in your config file. Submitted by: shurd
* - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-191-3/+2
| | | | | | USES=python Approved by: portmgr (implicit)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* math/fftw3:tijl2014-09-011-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* Fix LIB_DEPENDSantoine2014-07-221-1/+1
|
* comms/quisk: use WX 3.0wg2014-07-061-4/+4
| | | | Approved by: portmgr (bapt, blanket)
* This is QUISK, a Software Defined Radio (SDR).shurd2014-07-045-0/+70
- 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. PR: ports/190366 Submitted by: Stephen Hurd <shurd@FreeBSD.org> Reviewed by: db, skreuzer Approved by: db, skreuzer (mentors) Differential Revision: https://phabric.freebsd.org/D301