aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* comms/wsjtz: Fix file modesJose Alonso Cardenas Marquez2021-12-049-0/+0
| | | | Reported by: olgeni
* comms/wsjtz: update to 2.5.0-1.10Jose Alonso Cardenas Marquez2021-12-0410-20/+22
| | | | ChangeLog at: https://sourceforge.net/projects/wsjt-z/files/
* comms/tlf: unbreak build after 8e39e791b0a9Jan Beich2021-12-042-0/+11
| | | | | | | | | | | | | | sendqrg.c:103:6: error: use of undeclared identifier 'FILPATHLEN' FILPATHLEN - 1); ^ sendqrg.c:120:52: error: use of undeclared identifier 'FILPATHLEN' strncpy(my_rig->state.pttport.pathname, ptt_file, FILPATHLEN); ^ sendqrg.c:122:52: error: use of undeclared identifier 'FILPATHLEN' strncpy(my_rig->state.dcdport.pathname, dcd_file, FILPATHLEN); ^ Reported by: pkg-fallout
* comms/hamlib: Bad pkg-plistDiane Bruce2021-12-032-2/+1
| | | | | | Missed some old pkg-plist items that I did not see reported somehow during poudriere runs. Mea culpa but fixed now.
* comms/hamlib: Major updates needed for other programsDiane Bruce2021-12-034-40/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "it is necessary to update https://github.com/Hamlib/Hamlib/releases/tag/4.3.1 for the functioning of new programs like wsjtz / wsjtx / cqrlog / fldigi tks lu9dce" From Hamlib NEWS Hamlib -- History of visible changes. Copyright (C) 2000-2003 Frank Singleton Copyright (C) 2000-2021 Stephane Fillod, and others Copyright (C) 2000-2021 Michael Black W9MDB, and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net Version 4.3.1 * 2021-09-14 * Bug fix release - Do not do vfo_fixup on satmode rigs - Fix compilation of misc.c with gmtime_r replacement function for mingw - Fix python build. For some reason casting tp vfo_t in the RIG_VFO_N macro broke the swig parsing - Append the missing information to build hamlib v4.3 for Android NDK - Change set_icom_set_mode_with_data to not change mode unless necessary - Since Icom rigs default to filter 2 if a filter is not selected we will do the same when turning on data mode - Fix segfault in kenwood_set_vfo - scripts: Update example in readme, since 4.0 817 is 1020 - Make testlibusb.c compatible with libusb < 1.0.23 Note: On systems with libusb < 1.0.23 a warning will be emmitted but compliation should proceed without error. - Update testlibusb.c warning to "may be" instead of "will be" - Change kenwood to only set VFOA default on 1st rig_open call Version 4.3 * 2021-09-01 * libusb-1.0.23 or greater is now required or use --without-libusb * Generating documentation now requires GNU source-highlighter. * Added IC-575 * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX * Dual rotator control in rotctl -R option * Started work on simulators -- very crude right now but usable to debug some things * Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it Starting VFO does not matter -- rig will end up on RX VFO S VFOA 1 VFOB S VFOB 1 VFOA S Main 1 Sub S Sub 1 Main Version 4.2 * 2021-05-17 * New rig_get_mode_bandwidths -- returns token set for bandwidths for given mode Rig command: \get_mode_bandwidths CW Mode=CW Normal=500Hz Narrow=50Hz Wide=2400Hz * New rig_get_info -- returns token set for all vfos where order does not matter This is a string return to allow for easy future expansion without changing the API New tokens may be introduced and can be skipped if not used by clients Rig command: \get_rig_info VFO=Main Freq=145000000 Mode=None Width=0 RX=1 TX=1 VFO=VFOB Freq=145000000 Mode=FM Width=15000 RX=0 TX=0 Split=0 SatMode=0 Rig=Dummy App=Hamlib Version=20210429 CRC=0xf49f4708 * New rig_get_vfo_info Rig command: \get_vfo_info VFOA Freq: 145000000 Mode: None Width: 0 Split: 0 SatMode: 0 * FILPATHLEN has changed to HAMLIB_FILPATHLEN * USRP lib and gnuradio are deprecated and will be removed in 5.0 * Added Radan rotator * Added Malachite SDR * Major rework for PRM80 * Add twiddle_timeout and twiddle_rit --set-conf options rigctld --set-conf=twiddle_timeout=5,twiddle_rit=1 This will set the twiddle timeout to 5 seconds and turn on twiddle_rit For twiddle timeout VFOB will not be polled for 5 seconds after VFO twiddling is detected * rigctld --twiddle is deprecated and will be removed in 5.0 along with get_twiddle and set_twiddle * Rework Doxygen manual including default layout for Doxygen 1.9.1. So far the amplifier, rotator, and utilities API sections have been updated. The rig (radio) section remains to be updated. Version 4.1 2021-01-31 * rigctld and rigs should be more robust for disconnect problems * Several fixes for Icom and Yaesu rigs * Nobody should need to use rig->caps or rig->state anymore If you need a variable added please contact us. Note that rig->state abstraction is not implemented yet...no need known * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values * New rig_get_function to replace using caps-> function pointers * Fix shared library problem with WSJTX, JTDX, and JS8Call * New model Barrett 950 Version 4.0 2020-11-29 * API/ABI changes, advance ABI to 4 0 0. * Add GPIO and GPION options for DCD. Jeroen Vreeken * New backend: ELAD FDM DUO. Giovanni, HB9EIK. * New RIG_LEVEL_RFPOWER_METER_WATTS level * All channel functions now take a vfo argument * New rotator backend: iOptron. Bob, KD8CGH * New model: Icom IC-R8600. Ekki, DF4OR * New utility: rigctlcom. Mike, W9MDB * New model: FT847UNI for unidirectional early serial numbers. Mike, W9MDB * Remove GNU Texinfo files and build system dependency. * Rig model numbers have changed to allow future growth * Fix a lot of static code analysis errors and warnings. Mike, W9MDB * Rearrange directory structure to put rigs and rotators sources under their own subdirectories. Mike, W9MDB * rig_get_channel changed to add read_only flag. * rigctl(d) f command also returns VFO now. * caching of vfo, frequency, mode, and ptt speeds up rigctld for all. * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX. * rig_get_channel now has read_only flag but it still needs to be implemented based on rig behavior, so if you use rig_get_channel you may get a RIG_ENIMPL error to contact us for fixing it. * New rig backend for Elecraft K4. * New rig backend for PowerSDR (Flex and Apache users). * Many fixes and enhancements. Mike, W9MDB and many contributors * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable PR: ports/260065 Reported by: castilloeduardo@outlook.com.ar
* comms/scrcpy: update to 1.21Hiroki Tagato2021-12-024-19/+19
| | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.21
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* comms/ebusd: Update to 21.3 versionOleksii Samorukov2021-11-242-4/+4
| | | | Changelog: https://github.com/john30/ebusd/releases/tag/v21.3
* comms/scrcpy: update to 1.20Hiroki Tagato2021-11-242-7/+9
| | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.20
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* comms/py-esptool: Update to 3.2Fukang Chen2021-11-202-16/+6
| | | | | | | | Changelog: https://github.com/espressif/esptool/releases/tag/v3.2 MFH: No (feature release)
* comms/py-fritzconnection: Update to 1.7.2Michael Büker2021-11-172-4/+4
| | | | | | | | | | Upstream changes since last port version: - Tests extended for Python 3.10 - bugfix: logger disabled by default - documentation updated PR: 259895
* comms/spandsp: Update to 3.0.0Fernando Apesteguía2021-11-105-49/+35
| | | | | | | | Patch consumers and bump PORTREVISION where appropriate. PR: 258999 Reported by: jailbird@fdf.net (maintainer) Reviewed by: madpilot@
* comms/scrcpy: update to 1.19Hiroki Tagato2021-11-083-6/+19
| | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.18 - https://github.com/Genymobile/scrcpy/releases/tag/v1.19
* comms/rubygem-serialport: Update to 1.3.2Thibault Jouan2021-11-072-6/+5
| | | | | | | | | | | | This version supports Ruby 3.0. While here, * Switch to DISTVERSION * Pet portlint Changes: https://github.com/hparra/ruby-serialport/commits/v1.3.2 PR: 259396
* comms/klog: Update to 1.8.5Michael Reifenberger2021-10-302-20/+19
| | | | Fix translations path as well.
* comms/rtl-433: Fix maintainer email addressRodrigo Osorio2021-10-291-1/+1
|
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-293-3/+3
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev2021-10-251-1/+1
| | | | | | | | | ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
* comms/py-hidapi: Update to 0.11.0.p2Emanuel Haupt2021-10-222-5/+6
|
* comms/fldigi: don't enable -march=nativePiotr Kubaj2021-10-221-1/+2
| | | | Breaks compilation on non-x86 and causes runtime issues for package users on x86.
* comms/aprsd: Spell SUB_LIST correctly and unbreak rc scriptTobias Kortkamp2021-10-192-5/+5
| | | | Reported by: portscan (unreferenced variable)
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-192-2/+0
| | | | Submitted by: portedit
* comms/py-esptool: Update to 3.1Fukang Chen2021-10-192-11/+34
| | | | | | | | | | Changelog: https://github.com/espressif/esptool/releases/tag/v3.1 PR: 259235 Submitted by: Tomasz "CeDeROM" CEDRO <tomek@cedro.info> (based on) MFH: No (feature release)
* comms/kermit: the port had been updated and cleaned up (+)Alexey Dokuchaev2021-10-165-409/+10
| | | | | | | | | | - Update C-Kermit to version 9.0.305 Alpha.04 which integrates both modern and legacy OpenSSL support (thus drop our local patch) - Do not install essentially empty dot-files as examples; they also contain references to full *.ini files which are no longer shipped as part of the C-Kermit distribution - The only useful documentation now is README.TXT, install it in the dedicated option helper target
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-165-14/+15
|
* comms/libusbmuxd: Fix build after last commitBernhard Froehlich2021-10-141-1/+0
| | | | Reported by: tobik
* comms/picocom: Add CPE informationStefan Eßer2021-10-141-0/+2
| | | | Approved by: portmgr (blanket)
* comms/libusbmuxd: Add CPE informationStefan Eßer2021-10-141-1/+3
| | | | Approved by: portmgr (blanket)
* *: Clean up some thingsTobias Kortkamp2021-10-122-2/+1
| | | | | | | | | | | | - Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* comms/gqrx: Update to 2.14.6Ganael LAPLANCHE2021-10-112-4/+4
|
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-104-4/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* comms/py-fritzconnection: Update to 1.7.0Wen Heping2021-10-092-4/+4
| | | | | PR: 259009 Reported by: freebsd@michael-bueker.de(maintainer)
* comms/hidapi: Switch from cmake back to autoreconf buildEmanuel Haupt2021-10-072-9/+16
| | | | | | | | Switch from cmake back to to autoreconf build as this broke comms/py-hidapi. Once this has been investigated and fixed we can switch back to cmake. Notified by: pkg-fallout
* */*: Remove extra CPE_VENDOR=horde which is already present in USES=hordeBernhard Froehlich2021-10-072-5/+2
| | | | Approved by: portmgr (blanket)
* comms/hidapi: Update to 0.11.1Emanuel Haupt2021-10-063-19/+14
| | | | | | Switch to cmake due to upstream deprecation warning Release notes: https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0
* comms/hcidump: Fix a link errorCy Schubert2021-10-051-1/+1
| | | | | | | | | | | | | | Fix the following by adding -fPIE to CFLAGS: /usr/local/bin/x86_64-unknown-freebsd14.0-ld: ../parser/libparser.a(hidp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE /usr/local/bin/x86_64-unknown-freebsd14.0-ld: final link failed: nonrepresentable section on output cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [hcidump] Error code 1 MFH: 2021Q4
* comms/pear-Horde_SyncMl: Add CPE informationBernhard Froehlich2021-10-051-1/+3
| | | | Approved by: portmgr (blanket)
* comms/pear-Horde_ActiveSync: Add CPE informationBernhard Froehlich2021-10-051-1/+2
| | | | Approved by: portmgr (blanket)
* comms/mgetty+sendfax: Add CPE informationBernhard Froehlich2021-10-051-1/+2
| | | | Approved by: portmgr (blanket)
* comms/hylafax: Add CPE informationBernhard Froehlich2021-10-051-1/+1
| | | | Approved by: portmgr (blanket)
* comms/gqrx: Update to 2.14.5Ganael LAPLANCHE2021-10-052-5/+4
|
* *: re-assign kuriyama@s ports to the pool, commit bit safekeptRene Ladan2021-10-041-1/+1
| | | | With hat: portmgr-secretary
* comms/svxlink: Unbreak qtelDiane Bruce2021-10-021-2/+2
| | | | | - Unbreak qtel by adding GH_PROJECT to svxlink - remove redundant REINPLACE
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-18/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* comms/dfu-util: Update version 0.10=>0.11Muhammad Moinur Rahman2021-09-252-4/+4
| | | | Relnotes: https://sourceforge.net/p/dfu-util/dfu-util/ci/master/tree/ChangeLog
* comms/hcidump: Mark as broken on aarch64.Mikael Urankar2021-09-241-0/+2
|
* comms/predict: fix ncurses with ports and futur split in baseBaptiste Daroussin2021-09-242-9/+3
| | | | While here, avoid useless call on sed where easily possible
* */*: Reset MAINTAINER due to repeat fatal email bouncesRyan Steinmetz2021-09-211-1/+1
|
* comms/snap7: Add CPE informationBernhard Froehlich2021-09-201-1/+3
| | | | Approved by: portmgr (blanket)