From 9c3c36590248370e6d70c69413ff547330982869 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Fri, 31 Dec 2021 09:34:57 -0500 Subject: 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 +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_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 --- comms/wsjtx/pkg-plist | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'comms/wsjtx/pkg-plist') 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 -- cgit v1.2.3