From owner-svn-ports-head@FreeBSD.ORG Wed Apr 29 16:50:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 083D74C3; Wed, 29 Apr 2015 16:50:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0C041885; Wed, 29 Apr 2015 16:50:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3TGoVm8006311; Wed, 29 Apr 2015 16:50:31 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3TGoVPJ006308; Wed, 29 Apr 2015 16:50:31 GMT (envelope-from db@FreeBSD.org) Message-Id: <201504291650.t3TGoVPJ006308@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 29 Apr 2015 16:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384994 - head/comms/quisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 16:50:32 -0000 Author: db Date: Wed Apr 29 16:50:30 2015 New Revision: 384994 URL: https://svnweb.freebsd.org/changeset/ports/384994 Log: 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 Modified: head/comms/quisk/Makefile head/comms/quisk/distinfo (contents, props changed) Modified: head/comms/quisk/Makefile ============================================================================== --- head/comms/quisk/Makefile Wed Apr 29 16:46:53 2015 (r384993) +++ head/comms/quisk/Makefile Wed Apr 29 16:50:30 2015 (r384994) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= quisk -PORTVERSION= 3.6.20 +PORTVERSION= 3.6.21 CATEGORIES= comms hamradio MASTER_SITES= http://james.ahlstrom.name/quisk/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=shurd +MASTER_SITE_SUBDIR=db MAINTAINER= hamradio@FreeBSD.org COMMENT= Software Defined Radio (SDR) Modified: head/comms/quisk/distinfo ============================================================================== --- head/comms/quisk/distinfo Wed Apr 29 16:46:53 2015 (r384993) +++ head/comms/quisk/distinfo Wed Apr 29 16:50:30 2015 (r384994) @@ -1,2 +1,2 @@ -SHA256 (quisk-3.6.20.tar.gz) = ec9f66585f270f65cf93695d2fcc323a058cda2fac4728adceca0b7bbf749f0f -SIZE (quisk-3.6.20.tar.gz) = 1143006 +SHA256 (quisk-3.6.21.tar.gz) = e9cf1b870943389396804b375a8982990e74f8ddc0d0af79cbb93a06e40998ca +SIZE (quisk-3.6.21.tar.gz) = 1148149