diff options
author | Diane Bruce <db@FreeBSD.org> | 2021-12-31 09:34:57 -0500 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2021-12-31 09:41:02 -0500 |
commit | 9c3c36590248370e6d70c69413ff547330982869 (patch) | |
tree | a8aedaa9856f1d6843ad0f7bcd4a2bae1a6cdf85 /comms/wsjtx/pkg-plist | |
parent | 2b4cfc8ff39b9c6afa6984ca1deb5e0ce612608b (diff) | |
download | freebsd-ports-9c3c36590248370e6d70c69413ff547330982869.zip |
comms/wsjtx: Update to 2.5.2
- Repair a longstanding regression that caused signal reports from
tail-ended Tx2 messages to be omitted from logged information
- Parse "dx-call-1 RR73; dx-call-2 <de-call> +nn" messages (i3=0,
n3=1 DXpedition mode) in regular 77-bit modes
- Repair a regression associated with setting the main window width
on program startup.
- Repair a problem with Q65 decodes of type 'q3' for messages of the
form "<Call_1> Call_2"
- Execute code associated with Q65 decodes of type 'q5' only when the
Max Drift control is set to 50. This fix prevents
double-incrementing of the message averaging counter on the first
decoding sequence.
- Polarization offset 'Dpol' from the astronomical data window is now
written to file azel.dat if environment variable
WSJT_AZEL_EXTRA_LINES has been defined as 1 or greater. Dpol is
especially useful for EME on the higher microwave bands.
- The Auto Log QSO option in "Settings->Reporting" now behaves the
same as the Prompt to log QSO option when not in a special
operating context mode.
- The Fast/Normal/Deep setting in Q65 mode is now a sticky setting
and is no longer reset to Fast on program startup or when Settings
has been opened. The user selection is used for automatic decodes,
but Deep is used for any subsequent manual decode attempts.
- New hamlib code to correct minor flaws in controlling several rigs.
- Update the Chinese and Hong Kong translations of the user
interface.
PR: ports/260618
Reported by: hellocodebsd@gmail.com
Diffstat (limited to 'comms/wsjtx/pkg-plist')
-rw-r--r-- | comms/wsjtx/pkg-plist | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/comms/wsjtx/pkg-plist b/comms/wsjtx/pkg-plist index 68ae584a6a5c..e6471fb93ac5 100644 --- a/comms/wsjtx/pkg-plist +++ b/comms/wsjtx/pkg-plist @@ -1,6 +1,7 @@ bin/fcal bin/fmeasure bin/fmtave +bin/fst4sim bin/ft8code bin/jt4code bin/jt65code @@ -8,19 +9,28 @@ bin/jt9 bin/jt9code bin/message_aggregator bin/msk144code -bin/qra64code -bin/qra64sim +bin/q65code +bin/q65sim bin/rigctl-wsjtx bin/rigctlcom-wsjtx bin/rigctld-wsjtx bin/udp_daemon bin/wsjtx +bin/wsjtx_app_version bin/wsprd +man/man1/fcal.1.gz +man/man1/fmeasure.1.gz +man/man1/fmtave.1.gz +man/man1/fst4sim.1.gz +man/man1/ft8code.1.gz man/man1/jt4code.1.gz man/man1/jt65code.1.gz man/man1/jt9.1.gz man/man1/jt9code.1.gz man/man1/message_aggregator.1.gz +man/man1/msk144code.1.gz +man/man1/qra64code.1.gz +man/man1/qra64sim.1.gz man/man1/rigctl-wsjtx.1.gz man/man1/rigctlcom-wsjtx.1.gz man/man1/rigctld-wsjtx.1.gz @@ -29,15 +39,15 @@ man/man1/wsjtx.1.gz man/man1/wsprd.1.gz share/applications/message_aggregator.desktop share/applications/wsjtx.desktop -share/doc/WSJT-X/AUTHORS -share/doc/WSJT-X/BUGS -share/doc/WSJT-X/COPYING -share/doc/WSJT-X/INSTALL -share/doc/WSJT-X/NEWS -share/doc/WSJT-X/README -share/doc/WSJT-X/THANKS -share/doc/WSJT-X/changelog.Debian.gz -share/doc/WSJT-X/copyright -share/doc/WSJT-X/wsjtx-main-%%PORTVERSION%%.html +share/doc/wsjtx/AUTHORS +share/doc/wsjtx/BUGS +share/doc/wsjtx/COPYING +share/doc/wsjtx/NEWS +share/doc/wsjtx/README +share/doc/wsjtx/THANKS +share/doc/wsjtx/copyright +share/doc/wsjtx/wsjtx-main-%%PORTVERSION%%.html share/pixmaps/wsjtx_icon.png %%DATADIR%%/JPLEPH +%%DATADIR%%/cty.dat +%%DATADIR%%/cty.dat_copyright.txt |