diff options
author | mef <mef@pkgsrc.org> | 2014-11-23 13:39:02 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-23 13:39:02 +0000 |
commit | ef4d6bb509b7b4d4fa951a7f8c095a1936aba5d3 (patch) | |
tree | 87eb626d2e914ffdf8c34363f4a56a02d89bd1c2 /ham | |
parent | 89221909ac929848c904c84d27a821d8bf53b072 (diff) | |
download | pkgsrc-ef4d6bb509b7b4d4fa951a7f8c095a1936aba5d3.tar.gz |
Update 3.21.83 to 3.22.01
2014-10-19 David Freese <w1hkj@w1hkj.com>
9bbef87: Macro Buttons
b123fc1: Thumb drive
01bc010: Power Squelch
e7de40b: Documentation update
287e692: TxID control via xmlrpc
880df3d: Analysis modem
2014-10-17 John Phelps <kl4yfd@gmail.com>
91bda2b: Gray-mapped 8PSK and soft-decision
- Upgraded 8psk to Gray mapped constellation
- Implemented Soft-Decision decoder based on Gray constellation
- Even when the received phase is distorted by +- 1 phase-position:
- One of the bits is still known with 100% certianty.
- Only up to 1 bit can be in error.
- Increased gain for noisy/weak/HF channels
2014-10-16 Robert Stiles <kk5vd@yahoo.com>
60c78c0: XMLRPC Character measurement issues with 8PSK modems
2014-10-16 David Freese <w1hkj@w1hkj.com>
5040224: View/Hide Smeter
d103209: CW matched filter
ea853a8: flarq update
e7d9cc4: 8PSK/16PSK modes
6fcf11d: KISS interface
=Version 3.22.00=
a798037: Remove Mixer controls
f3f8c9a: FTextDisplay
674da9c: Freq Control
bfb001b: Touch Screen UI
d7bb247: UI macrobars
cad1c86: VSP boolean
2014-10-06 Robert Stiles <kk5vd@yahoo.com>
c4bfed9: Tabulated Widgets Font/Font Size Changes
80dc81b: Documentation
2014-10-06 David Freese <w1hkj@w1hkj.com>
1dd39cc: PACKAGE_PROJ
98cd7af: Win32 warnings
93b76d4: UI tweaks
ec3177b: Hide Packet Modem
9f2b358: Record loader
bbce20e: Delta macro
38d9bab: MEMMAP
3ef0433: WF drop rate
7448535: RsID time out
03ef903: Wizard crash fix
2014-10-06 Stelios Bounanos <vcs@enotty.net>
d7fe297: Fix log format string warnings
382452a: Build system fixes
2014-10-06 David Freese <w1hkj@w1hkj.com>
4ad7967: Default font
632eb8a: Power meter
1bf6f49: Smeter
73cdc07: regex.c fix
eb3eb25: fft-scan
5176ffb: home directory
830a1cb: Analysis modem
38d1589: TRX limit check
a0f43c9: Win32 Socket::close
cf16c3a: SITORB tx issue
2014-08-29 Robert Stiles <kk5vd@yahoo.com>
67a744b: Doxygen Inclusion
2014-08-29 David Freese <w1hkj@w1hkj.com>
82aeba5: ARQ stx handshake
4503c99: Virtual ports
d40998f: New User Exit Behavior
Diffstat (limited to 'ham')
-rw-r--r-- | ham/fldigi/Makefile | 5 | ||||
-rw-r--r-- | ham/fldigi/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index 4bf9a98359a..ac9defc6b2b 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2014/09/05 07:29:28 mef Exp $ -# $Id: Makefile,v 1.45 2014/09/05 07:29:28 mef Exp $ +# $NetBSD: Makefile,v 1.46 2014/11/23 13:39:02 mef Exp $ -DISTNAME= fldigi-3.21.83 +DISTNAME= fldigi-3.22.01 CATEGORIES= ham MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/ LICENSE= gnu-gpl-v3 diff --git a/ham/fldigi/distinfo b/ham/fldigi/distinfo index d39f60c078b..d371cbd43ff 100644 --- a/ham/fldigi/distinfo +++ b/ham/fldigi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2014/09/05 07:29:28 mef Exp $ +$NetBSD: distinfo,v 1.20 2014/11/23 13:39:02 mef Exp $ -SHA1 (fldigi-3.21.83.tar.gz) = 59a9278dd2add4dfa56a85bb4fb324ea7d81bd8d -RMD160 (fldigi-3.21.83.tar.gz) = 7923a1ec6f169ba9ae629a068be9cba6c944ca99 -Size (fldigi-3.21.83.tar.gz) = 2654359 bytes +SHA1 (fldigi-3.22.01.tar.gz) = 1b5a73e999ada4dc25c955adb2e9418d4af48197 +RMD160 (fldigi-3.22.01.tar.gz) = 4e2e5aad2c2001684e8c021b4b2352d7bb3c522c +Size (fldigi-3.22.01.tar.gz) = 2704273 bytes SHA1 (patch-src_dominoex_dominoex.cxx) = 39d2d2e75497ec5264148bc4927278df5adaa84d SHA1 (patch-src_include_qrunner.h) = 5dac7e9fd52f10c66978a854963bd03d39a729d0 SHA1 (patch-src_misc_configuration.cxx) = 4f1940b0ff9d51418b37d01636c1a45f9a392943 |