aboutsummaryrefslogtreecommitdiff
path: root/comms/quisk
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in positioning sliders when the font size is larger than theStephen Hurd2019-06-192-5/+4
| | | | | | | slider size introduced by r504514. Notes: svn path=/head/; revision=504516
* Fix issue where if the height of the slider is greater than the height ofStephen Hurd2019-06-192-1/+21
| | | | | | | the text, the slider isn't displayed. Notes: svn path=/head/; revision=504514
* Re-add unicode fix lost in r502312Stephen Hurd2019-06-182-1/+17
| | | | Notes: svn path=/head/; revision=504508
* Fix SDR-IQ SupportStephen Hurd2019-06-182-0/+42
| | | | | | | | | Previously, only if the device name started with the literal string "/dev/ttyUSB" was the device treated as a tty. The new patch uses isatty() to decide if the device is a tty. Notes: svn path=/head/; revision=504463
* comms/quisk: Update 4.1.39 -> 4.1.40Yuri Victorovich2019-06-092-5/+5
| | | | | | | | | It's not a python library, hence add USE_PYTHON=noflavors. Reported by: portscout Notes: svn path=/head/; revision=503844
* comms/quisk: Broken on i386Yuri Victorovich2019-05-261-0/+2
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=502669
* comms/quisk: Update 4.1.26 -> 4.1.39Yuri Victorovich2019-05-237-46/+29
| | | | Notes: svn path=/head/; revision=502312
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-1/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* Fix multi-screen size handling, and fix test for wxWidgetsStephen Hurd2019-04-223-5/+29
| | | | | | | | | | | | | wx was imported in setup just to test if it was installed, then the script prompted the user to continue. Comment this out. The screen size was not properly checked. This caused issues on multi-monitor systems. Fixed. Reported by: db Notes: svn path=/head/; revision=499604
* Update to 4.1.26Stephen Hurd2019-04-196-31/+72
| | | | Notes: svn path=/head/; revision=499373
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-1/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Fix typo of locale.setlocal which should be locale.setlocaleDiane Bruce2018-06-172-5/+5
| | | | | | | Pointy hat to: @shurd Notes: svn path=/head/; revision=472607
* Much better way to ensure a UTF-8 CODESET in the localeStephen Hurd2018-06-112-5/+7
| | | | | | | No longer force language or country codes, always call setlocale() Notes: svn path=/head/; revision=472215
* Fix unicode for 'C' locale.Stephen Hurd2018-06-112-0/+15
| | | | | | | | | | | | wxPython 3.0 uses the current locale when wx is imported to decide on the default text encoding. When the locale is 'C' this means only US-ASCII is supported, corrupting the disaply quite badly. As a hack, if the encoding is US-ASCII, force LC_ALL to en_US.UTF-8 which allows unicode to work. Reported by: db Notes: svn path=/head/; revision=472212
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 4.1.3Diane Bruce2016-12-224-9/+10
| | | | | | | | | Fix portaudio build link in setup.py there is no more portaudio2 Reported by: @portscout Notes: svn path=/head/; revision=429198
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Update to latest releaseStephen Hurd2016-04-082-4/+3
| | | | Notes: svn path=/head/; revision=412716
* Bump PORTREVISION for Hermes changeStephen Hurd2016-04-081-0/+1
| | | | Notes: svn path=/head/; revision=412712
* Add subdirectory for HermesStephen Hurd2016-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> Notes: svn path=/head/; revision=412711
* Update to latest releaseStephen Hurd2016-04-072-3/+3
| | | | Notes: svn path=/head/; revision=412697
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update to latest release.Stephen Hurd2015-11-274-7/+18
| | | | Notes: svn path=/head/; revision=402493
* Update to 3.7.4Stephen Hurd2015-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. Notes: svn path=/head/; revision=394268
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-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 Notes: svn path=/head/; revision=387982
* MASTER_SITES cleanup.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=386312
* Upstream tarball re-rolled. Minor comment and documentation changes.Stephen Hurd2015-05-121-2/+2
| | | | Notes: svn path=/head/; revision=386131
* Fix MASTER_SITE_LOCALStephen Hurd2015-05-121-1/+1
| | | | Notes: svn path=/head/; revision=386130
* Update to latest version.Stephen Hurd2015-05-022-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 Notes: svn path=/head/; revision=385225
* Quisk Version 3.6.21 March 2015Diane Bruce2015-04-292-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 Notes: svn path=/head/; revision=384994
* Fix detection of libportaudio librariesPawel Pekala2015-01-251-1/+1
| | | | | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Notes: svn path=/head/; revision=377845
* Update to 3.6.20Stephen Hurd2015-01-052-3/+3
| | | | | | | Some mixer changes and a new config file dictionary bandTransverterOffset[] Notes: svn path=/head/; revision=376305
* Update to 3.6.19.Stephen Hurd2014-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 Notes: svn path=/head/; revision=372256
* - Convert ports from cad/, chinese/, comms/ and converters/ to newMarcus von Appen2014-10-191-3/+2
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371172
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Fix LIB_DEPENDSAntoine Brodin2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362503
* comms/quisk: use WX 3.0William Grzybowski2014-07-051-4/+4
| | | | | | | Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=360807
* This is QUISK, a Software Defined Radio (SDR).Stephen Hurd2014-07-035-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 Notes: svn path=/head/; revision=360456