non port: comms/quisk/Makefile |
SVNWeb
|
Number of commits found: 42 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Thu, 8 Dec 2022
|
[ 11:45 Gleb Popov (arrowd) Author: Jon Hopper ] 2aefc15
comms/quisk: Resurrect the port.
Reviewed By: arrowd
Differential Revision: https://reviews.freebsd.org/D37614
|
Sun, 17 May 2020
|
[ 05:55 lbartoletti ] (Only the first 10 of 79 ports in this commit are shown above. )
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808
|
Sat, 9 May 2020
|
[ 09:57 antoine ] (Only the first 10 of 22 ports in this commit are shown above. )
Deprecate a few ports using python 2.7
|
Sat, 29 Feb 2020
|
[ 18:24 lbartoletti ] (Only the first 10 of 30 ports in this commit are shown above. )
x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language
py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to
use wxWidgets with Python3.
- Add x11-toolkits/py-wxPython40
- Replace wxPython30 by wxPython40 when python wxWidgets is required
- Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix"
- Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0
- While I'm here fix portlint per emulators/playonbsd
- Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth
- Bump portversion
- Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship
PR: 241893
Reviewed by: koobs, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21915
Exp-run by: antoine
|
Wed, 19 Jun 2019
|
[ 06:52 shurd ]
Fix error in positioning sliders when the font size is larger than the
slider size introduced by r504514.
|
[ 06:39 shurd ]
Fix issue where if the height of the slider is greater than the height of
the text, the slider isn't displayed.
|
Tue, 18 Jun 2019
|
[ 23:48 shurd ]
Re-add unicode fix lost in r502312
|
[ 02:29 shurd ]
Fix SDR-IQ Support
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.
|
Sun, 9 Jun 2019
|
[ 16:55 yuri ]
comms/quisk: Update 4.1.39 -> 4.1.40
It's not a python library, hence add USE_PYTHON=noflavors.
Reported by: portscout
|
Sun, 26 May 2019
|
[ 02:30 yuri ]
comms/quisk: Broken on i386
Reported by: fallout
|
Thu, 23 May 2019
|
[ 06:13 yuri ]
comms/quisk: Update 4.1.26 -> 4.1.39
|
Wed, 1 May 2019
|
[ 19:35 rene ] (Only the first 10 of 128 ports in this commit are shown above. )
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Mon, 22 Apr 2019
|
[ 05:45 shurd ]
Fix multi-screen size handling, and fix test for wxWidgets
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
|
Fri, 19 Apr 2019
|
[ 15:59 shurd ]
Update to 4.1.26
|
Mon, 25 Feb 2019
|
[ 12:47 bapt ] (Only the first 10 of 66 ports in this commit are shown above. )
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
|
Sun, 17 Jun 2018
|
[ 14:42 db ]
Fix typo of locale.setlocal which should be locale.setlocale
Pointy hat to: @shurd
|
Mon, 11 Jun 2018
|
[ 22:57 shurd ]
Much better way to ensure a UTF-8 CODESET in the locale
No longer force language or country codes, always call setlocale()
|
[ 22:21 shurd ]
Fix unicode for 'C' locale.
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
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 22 Dec 2016
|
[ 22:57 db ]
Update to 4.1.3
Fix portaudio build link in setup.py there is no more portaudio2
Reported by: @portscout
|
Fri, 8 Apr 2016
|
[ 04:17 shurd ]
Update to latest release
|
[ 03:34 shurd ]
Bump PORTREVISION for Hermes change
|
Thu, 7 Apr 2016
|
[ 23:48 shurd ]
Update to latest release
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 27 Nov 2015
|
[ 20:57 shurd ]
Update to latest release.
|
Sat, 15 Aug 2015
|
[ 04:23 shurd ]
Update to 3.7.4
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.
|
Sat, 30 May 2015
|
[ 20:39 bapt ] (Only the first 10 of 68 ports in this commit are shown above. )
Update portaudio to v19/Remove portaudio2 [1]
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Tue, 12 May 2015
|
[ 09:13 shurd ]
Fix MASTER_SITE_LOCAL
|
Sat, 2 May 2015
|
[ 23:23 shurd ]
Update to latest version.
- 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
|
Wed, 29 Apr 2015
|
[ 16:50 db ]
Quisk Version 3.6.21 March 2015
===============================
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
|
Sun, 25 Jan 2015
|
[ 00:46 pawel ] (Only the first 10 of 15 ports in this commit are shown above. )
Fix detection of libportaudio libraries
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
|
Mon, 5 Jan 2015
|
[ 16:13 shurd ]
Update to 3.6.20
Some mixer changes and a new config file dictionary bandTransverterOffset[]
|
Fri, 7 Nov 2014
|
[ 11:54 shurd ]
Update to 3.6.19.
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
|
Sun, 19 Oct 2014
|
[ 07:50 mva ] (Only the first 10 of 22 ports in this commit are shown above. )
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sun, 31 Aug 2014
|
[ 16:36 tijl ] (Only the first 10 of 83 ports in this commit are shown above. )
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
|
Mon, 21 Jul 2014
|
[ 21:59 antoine ]
Fix LIB_DEPENDS
|
Sat, 5 Jul 2014
|
[ 19:23 wg ]
comms/quisk: use WX 3.0
Approved by: portmgr (bapt, blanket)
|
Thu, 3 Jul 2014
|
[ 20:55 shurd ]
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.
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
|
Number of commits found: 42 |