Commit graph

5225 commits

Author SHA1 Message Date
Rene Ladan
fd3a013440 comms/telldus-core: reset maintainer per request 2022-01-21 11:37:34 +01:00
Michael Büker
32e9573877 comms/py-fritzconnection: Update to 1.9.1
Changelog:	https://github.com/kbr/fritzconnection/releases/tag/1.9.1

PR:		261312
2022-01-18 20:21:23 -05:00
Michael Büker
31db98a005 comms/py-fritzconnection: Update to 1.9.0
Changelog:	https://github.com/kbr/fritzconnection/releases/tag/1.9.0

PR:		261174
2022-01-14 01:04:54 -05:00
Tobias C. Berner
654acd8140 math/gsl: bump portrevision of consumers after update to 2.7.1
PR:		260201
2022-01-12 20:41:22 +01:00
Max Brazhnikov
72811e6606 comms/minicom: update to 2.8
- Switch to new upstream and update to the latest version
- Assign maintainership to submitter

PR:		260967
Submitted by:	Dustin Marquess
2022-01-12 21:50:22 +03:00
Diane Bruce
fe0911d463 comms/klog: Update to 1.8.6
Jan 2022 - 1.8.6

    Bugfix: Net rig & FLRig hamlib connections were not working propertly. (Closes #339) (TNX W5PNY)
    Bugfix: Some prefixes were not properly detected. (Closes #371) (Closes #367).
    Bugfix: Serial Hamlib rigs were not properly working. (TNX W5PNY)
    Bugfix: QRZ.com was disabled if user was not subscribed. (TNX EA5WA)
    Bugfix: QRZ.com data was not updated if the boxes were already filled. (TNX EA5WA)
    Bugfix: Callsigns formet were not always properly checked.
    Improvement: Hamlib 4.4 in binary packages (macOS & Windows) tested also in Linux.
    Improvement: RTS & DTR are defined to OFF by default in hamlib.
    Improvement:KLog differenciates QRZ.com subcribed users from non subscribed. (TNX EA5WA)

Reported by:	portscout
2022-01-12 12:37:14 -05:00
Ganael LAPLANCHE
e495dfb920 comms/gqrx: Update to 2.15.2 2022-01-12 12:17:09 +01:00
Diane Bruce
a9e3fd2a07 comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.

- Additional changes by @takefu

The distribution tarball uses patch applied to the following master branch because the build is broken.

baea7e8c9a (diff-9df9e2c313e694cf242534e90c1187fe119fac8de7c304ae438de0736209953b.patch)

The error message in build is as follows.
hamlibpy_wrap.c:48824:80: error: use of undeclared identifier 'RIG_FUNCTION_SEND_VOICE_MEM'; did you mean 'RIG_FUNCTION_SEND_MORSE'?
  SWIG_Python_SetConstant(d, "RIG_FUNCTION_SEND_VOICE_MEM",SWIG_From_int((int)(RIG_FUNCTION_SEND_VOICE_MEM)));

For a complete log of changes to Hamlib, please visit:

http://sourceforge.net/p/hamlib/code/commit_browser

Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable

PR:		ports/261105
Reported by:	takefu@airport.gm
2022-01-11 20:29:47 -05:00
Diane Bruce
763fc7004c comms/hamlib: Update to 4.4
- Some patches not needed now due to adrian@ patches sent upstream.

- Additional changes by @takefu added RIG_FUNC_SEND_VOICE_MEM from git

For a complete log of changes to Hamlib, please visit:

http://sourceforge.net/p/hamlib/code/commit_browser

Major changes in 4.0 affecting usage
Most rig model numbers have changed
RIG_LEVEL_VOX has been deprecated and replaced by RIG_LEVEL_VOXDELAY
rigctl 'f' command now returns VFO argument too
rigctl 'y' and 'Y' command now take/show antenna argument and option.
range_list items are undergoing changes towards a different model TBD
RTS/DTR PTT sharing is off by default now -- use serial_share=1 option to
enable

PR:		ports/261105
Reported by:	takefu@airport.gm
2022-01-11 20:06:38 -05:00
Diane Bruce
e045eef41a comms/nanovna-saver: Update to 3.10
- Fixed FreeBSD specifc Sysctl.py code so it will no longer core
  if no USB device plugged in
- changed delay in NanoVNA__V2.py since too fast for some devices
  see https://github.com/NanoVNA-Saver/nanovna-saver/issues/441

Changelog
=========

v0.3.10
------

- Default Band ranges for 5 and 9cm
- Layout should fit on smaller screens
- Fixed fixed axis settings
- Show VNA type in port selector
- Recognise tinySA (screenshot only)
- Some more cables in TDR
- Reference plane applied after calibration
- Calibration fixes by DiSlord

v0.3.9
------

- TX Power on V2
- New analysis
- Magnitude Z Chart
- VSWR Chart improvements

Reported by:	portscout
2022-01-11 14:10:45 -05:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Diane Bruce
4c67f395d9 comms/gnuradio: Fix plist problem
fix plist when PYTHON_VERSION != 3.8

PR:		ports/261060
Reported by:	eric@camachat.org
2022-01-09 11:00:17 -05:00
Emanuel Haupt
d302993ef2 comms/hidapi: Update to 0.11.2 2022-01-09 11:43:35 +01:00
Jochen Neumeister
7b8cff3b70 comms/pear-Horde_ActiveSync: Update to 2.41.5
Sponsored by:	Netzkommune GmbH
2022-01-08 17:03:48 +01:00
Ganael LAPLANCHE
ede5e16ab6 comms/gqrx: Update to 2.15.1 2022-01-06 16:12:26 +01:00
Alexey Dokuchaev
43c79b331e comms/kermit: update C-Kermit to version 9.0.305 Alpha.06. 2022-01-06 08:02:58 +00:00
Diane Bruce
2edd13595c comms/wsjtx: Update to 2.5.4
Release: WSJT-X 2.5.4
	             Dec 28, 2021
	        ----------------------

This is mostly a bug fix  release.  It has the following changes since
release 2.5.3:

WSJTX:
 - Repair a defect that caused occasional crashes when in QSO with
   stations using nonstandard callsigns.

Reported by:	@portscout
2022-01-04 19:34:42 -05:00
Diane Bruce
4c39934a15 comms/gnuradio: Update to 3.8.4
- Removed guile as it is not needed
(From CHANGELOG.md)

All notable changes to GNU Radio will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
starting with version 3.7.12.0.

Older Logs can be found in `docs/RELEASE-NOTES-*`.

API is compatible with C++ code written against previous v3.8 releases.

ABI (link time) compatibility is not guaranteed. Out-of-tree C++ code
linked to previous v3.8 releases should be rebuilt against this version.

- Fix drag and drop issue with Quartz
- Fix desync when dragging block
- Update disabled blocks if they depend on others
- Allow short and byte as valid types in an enum
- Fix evaluation of interdependent variables

- Set VERSION_PATH to 0 in new modules, instead of using GIT rev
- For Python3, return correct exeption ModuleNotFoundError instead of ImportError

- New Matrix Interleaver block

- Fix "hide" expressions in yml files

- Remove unused msg output port from Chunks To Symbols block yml

- Add "shift" parameter to Log Power FFT

- Fix: tags on the last sample were not shown

- Fix: U and V channels were reversed on sink blocks

At LEAST the following authors contributed to this release.

- Adrien Michel <adriengit@users.noreply.github.com>
- David Winter <david.winter@analog.com>
- Emmanuel Blot <emmanuel.blot@free.fr>
- Håkon Vågsether <hauk142@gmail.com>
- Jared Dulmage <jared.dulmage@caliola.com>
- Jason Uher <jason.uher@jhuapl.edu>
- Jeff Long <willcode4@gmail.com>
- Marc L <marcll@vt.edu>
- Marcus Müller <mmueller@gnuradio.org>
- Martin Braun <martin@gnuradio.org>
- Ron Economos <w6rz@comcast.net>
- Volker Schroer
2022-01-04 18:11:11 -05:00
Daniel Engberg
1eda5f7723 comms/xlog: Update to 2.0.24
Changelog: http://xlog.nongnu.org/xlog.changelog
This fixes compilation issue reported by pkg-fallout

Reported by:	pkg-fallout
2022-01-02 12:31:43 +01:00
Tobias C. Berner
6b3bece75a Qt: Switch Qt5 to use KDE's Qt patch collection
From [1]
    What's this?

	This is a set of git repositories based on the last public
	commits available for Qt 5.15 branches with a curated collection
	of patches on top to ensure open source products can be used
	comfortably until users transition to their Qt 6-based ports.

    Which patches does it include?

	This collection of patches includes patches that fix at least
	one of the following:

	    * Security issues
	    * Crashes
	    * Functional defects

	We only include patches that have been approved upstream in the
	Qt project. If a patch cannot be merged upstream for technical
	reasons (e.g. the class no longer exists), it can also be
	merged.

	The patches to merge will be decided based on their relevance
	towards Open Source products and their viability.

PR:		260548
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D33446

[1] https://community.kde.org/Qt5PatchCollection
2022-01-02 09:47:54 +01:00
Diane Bruce
9c3c365902 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
2021-12-31 09:41:02 -05:00
Rodrigo Osorio
326f523fe0 comms/rtl-433: update to v21.12
Major changes:
 * Added noise stats, autolevel, and squelch (#1763)
 * Added automatic file format detection from filename
 * Added support for SmartFire Proflame 2 remote control (#1905)
 * Added support for Lacrosse TX34 rain gauge (#1890)
 * Added support for Telldus-FT0385R (#1841)
 * Added support for GE Choice Alert wireless alarm sensors (#1768)
 * Added support for Porsche Boxter/Cayman TPMS
 * Added support for Funkbus/Instafunk (#1896)
 * Added support for Truck TPMS (#1893)
 * Added support for LaCrosse LTV-W1 wind sensor (#1855)
 * Added support for Auriol 4-LD5661 temperature/rain sensor (#1843)
 * Added support for Linear Megacode Remote (#1834)
 * Added support for EnOcean ERP1 decoder (#1829)
 * Added support for Acurite-01185M (#1824)
 * Added support for ATech-WS308 temperature sensor (#1605)
 * Added support for RainPoint sensor (#1781)
 * Added support for Inkbird ITH-20R
 * Added support for Clipsal CMR112 cent-a-meter power meter (#1814)
 * Added support for Govee Water Leak Detector H5054 and Govee Contact Sensor B5023 (#1653)
 * Added support for Markisol curtain remote (#1775)
 * Added support for Oregon Scientific BTHR918 (#1767)
 * Added UV index add decimals to Bresser-7in1 (#1789)
 * Changed InfluxDB output of 'mic' from field to tag (#1773)
 * Added biastee, digital_agc, direct_samp, offset_tune option for rtlsdr and rtl_tcp (#1788)
 * Added QoS to MQTT option

Full changelog: https://github.com/merbanan/rtl_433/releases/tag/21.12
2021-12-30 23:34:56 +01:00
Fernando Apesteguía
27132d3fda comms/xastir: Update to 2.1.8
ChangeLog: https://github.com/Xastir/Xastir/releases/tag/Release-2.1.8

While here:

* Remove gettext and python from USES. The port doesn't used them anymore.
* Remove comment
* Move patch to .am file instead of generated .in file
* Remove sparc64 patch (architecture is UNSUPPORTED in 13 and above)
* Add USES=autoreconf

This last item allows us to bypass bootstrap.sh. The language preprocessing is
already done in the config directory so there is no need to do it as a bootstrap
step.

PR:	259669
Reported by:	russo@bogodyn.org (xastir developer)
Approved by:	carl@stagecraft.cx (maintainer, timeout > 1 month)
2021-12-29 14:38:16 +01:00
Craig Leres
e237c91212 comms/py-pyserial: Add an EXAMPLES option
The pyserial distribution includes a handy tcp/serial port bridge
script called tcp_serial_redirect.py. Add an EXAMPLES option to
install this (along with other pyserial example scripts).

PR:		260328
Approved by:	sbz (maintainer timeout, 18 days)
2021-12-28 09:37:39 -08:00
Diane Bruce
836192413b comms/linrad: Really unbreak linrad on current
- I forgot to add the patch files somehow
2021-12-23 14:46:45 -05:00
Diane Bruce
e91198da77 comms/linrad: Unbreak on current
Unbreak on head of tree.
The port itself needs a major update. Patches welcome.
2021-12-23 13:01:04 -05:00
Guangyuan Yang
20e61d88db */*: Maintainer reset for Nicole Reid
There has been multiple consecutive maintainer timeouts for the ports
maintained by Nicole Reid <root@cooltrainer.org>. We thank Nicole for
all their efforts and hope to welcome them back in the future.

PR:		260036
2021-12-22 12:29:51 -05:00
Diane Bruce
1525c509eb comms/cubicsdr: Unbreak and update
Hamlib update broke port in tree port was badly out of date anyway.
Unfortunately no newer tag to use than 0.2.5
2021-12-18 17:15:37 -05:00
Diane Bruce
89db997b76 comms/direwolf: Update to 1.6
- Really update to 1.6 this time. Changes involved new buld system.
- Corrected non functioning SED
- petted portlint

- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance.

- README.md has a quick summary of the process.  More details in the ***User Guide***.

- "-X" option enables FX.25 transmission.  FX.25 reception is always enabled so you don't need to do anything special.  "What is FX.25?" you might ask.  It is forward error correction (FEC) added in a way that is completely compatible with an ordinary AX.25 frame.  See new document ***AX25\_plus\_FEC\_equals\_FX25.pdf*** for details.

- Receive AIS location data from ships.  Enable by using "-B AIS" command line option or "MODEM AIS" in the configuration file.  AIS NMEA sentences are encapsulated in APRS user-defined data with a "{DA" prefix.  This uses 9600 bps so you need to use wide band audio, not what comes out of the speaker.  There is also a "-A" option to generate APRS Object Reports.

- Receive Emergency Alert System (EAS) Specific Area Message Encoding (SAME).  Enable by using "-B EAS" command line option or "MODEM EAS" in the configuration file.  EAS SAME messages are encapsulated in APRS user-defined data with a "{DE" prefix.  This uses low speed AFSK so speaker output is fine.

- "-t" option now accepts more values to accommodate inconsistent handling of text color control codes by different terminal emulators.  The default, 1, should work with most modern terminal types.  If the colors are not right, try "-t 9" to see the result of the different choices and pick the best one.  If none of them look right, file a bug report and specify: operating system version (e.g. Raspbian Buster), terminal emulator type and version (e.g.  LXTerminal 0.3.2).   Include a screen capture.

- "-g" option to force G3RUH mode for lower speeds where a different modem type may be the default.

- 2400 bps compatibility with MFJ-2400.  See ***2400-4800-PSK-for-APRS-Packet-Radio.pdf*** for details

- "atest -h" will display the frame in hexadecimal for closer inspection.

- Add support for Multi-GNSS NMEA sentences.

PR:		ports/260483
Reported by:	hellocodebsd@gmail.com
2021-12-17 11:52:23 -05:00
Ganael LAPLANCHE
ef9735203e comms/gqrx: Update to 2.15
While here, update GH account.
2021-12-17 12:34:36 +01:00
Diane Bruce
6a80102dad comms/cubicsdr: Broken due to Hamlib update
Most recent Hamlib update broke the port.
2021-12-16 10:50:01 -05:00
Diane Bruce
2060da5464 comms/freedv: Broken due to Hamlib change
Port is also out of date. Am working on update silence
port building for now.
2021-12-16 09:39:24 -05:00
Dima Panov
58c60a94c8 comms/rtl-sdr: regen plist after doxygen update
Sponsored by:	Netzkommune GmbH
2021-12-16 11:49:51 +03:00
Tobias Kortkamp
feb95d6a41
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax

Reported by:	portscan
2021-12-14 14:02:26 +01:00
Diane Bruce
151a0d11f5 comms/direwolf: Update to 1.6
[From bug report]
Update is needed at 1.6 adds many new things
with the possibility of decoding AIS and linking it with Xastir

Thank you 73

LU9DCE

PR:		ports/260337
Reported by:	hellocodebsd@gmail.com
2021-12-12 08:16:55 -05:00
Diane Bruce
7e75ad93a0 comms/grig: update to grig to work with hamlib 4
- switch to fillods git

[git log]
commit 77ab785dcdd09a75f7108d9c92b5fa2415fb3e05
Author: Stephane Fillod <fillods@users.sf.net>
Date:   Sat Mar 13 09:55:18 2021 +0100

    Misc l10n update

commit 97c2ff30e9a4f6eec915a688bc47a01e5dbf99bf
Author: Stephane Fillod <fillods@users.sf.net>
Date:   Fri Mar 12 21:55:35 2021 +0100

    Align with Hamlib 4.x

commit 7498b7c875e8b86ad6b05a967432e6ab9c1f0361
Author: Stephane Fillod <fillods@users.sf.net>
Date:   Sun Dec 20 21:13:09 2015 +0000
2021-12-11 19:37:34 -05:00
Tobias C. Berner
45526ecbee framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test

If a dependency on the nox11 flavor is required, use for example

	USES=magick:nox11    resp.     USES=magick:7,nox11,run,test

See magick.mk for more details on the available flags.

The tree has been completely converted to make use of this.

Approved by:	bapt
Differential Revision: https://reviews.freebsd.org/D32754
2021-12-11 14:50:53 +01:00
Charlie Li
b040d3ad8f
comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib.

Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html

DOCS option removed since building it continues to be problematic,
and the upstream author encourages using the online documentation
anyway.

Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D33313
2021-12-07 10:42:30 -05:00
Gian-Simon Purkert
846f8bcdc5 comms/redsea: update to 0.20
Changelog: https://github.com/windytan/redsea/releases/tag/v0.20

PR:		259327
Reported by:	Gian-Simon Purkert <gspurki@gmail.com>
Approved by:	Andrew <morrand276@gmail.com> (maintainer)
2021-12-06 19:39:33 +09:00
Jose Alonso Cardenas Marquez
8922864beb comms/wsjtz: Fix file modes
Reported by:	olgeni
2021-12-04 18:55:39 -05:00
Jose Alonso Cardenas Marquez
0bc7dd9e63 comms/wsjtz: update to 2.5.0-1.10
ChangeLog at:	https://sourceforge.net/projects/wsjt-z/files/
2021-12-04 17:23:20 -05:00
Jan Beich
325ba0c274 comms/tlf: unbreak build after 8e39e791b0
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
2021-12-04 14:19:37 +00:00
Diane Bruce
d49a357a88 comms/hamlib: Bad pkg-plist
Missed some old pkg-plist items that I did not see reported
somehow during poudriere runs.
Mea culpa but fixed now.
2021-12-02 20:41:22 -05:00
Diane Bruce
8e39e791b0 comms/hamlib: Major updates needed for other programs
"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
2021-12-02 19:53:00 -05:00
Hiroki Tagato
4caa381794 comms/scrcpy: update to 1.21
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.21
2021-12-02 14:23:03 +09:00
Stefan Eßer
04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
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)
2021-11-25 22:40:11 +01:00
Oleksii Samorukov
36eaab838a comms/ebusd: Update to 21.3 version
Changelog: https://github.com/john30/ebusd/releases/tag/v21.3
2021-11-24 19:19:47 +00:00
Hiroki Tagato
fc6a3122a3 comms/scrcpy: update to 1.20
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.20
2021-11-24 21:53:17 +09:00
Stefan Eßer
5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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)
2021-11-23 23:11:40 +01:00
Fukang Chen
66c9da4eb6 comms/py-esptool: Update to 3.2
Changelog:

    https://github.com/espressif/esptool/releases/tag/v3.2

MFH:		No (feature release)
2021-11-20 16:02:56 +00:00
Michael Büker
0a7cac4f6e
comms/py-fritzconnection: Update to 1.7.2
Upstream changes since last port version:

- Tests extended for Python 3.10
- bugfix: logger disabled by default
- documentation updated

PR:		259895
2021-11-17 22:36:10 +08:00
Fernando Apesteguía
a55c182ab0 comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.

PR:	258999
Reported by:	jailbird@fdf.net (maintainer)
Reviewed by:	madpilot@
2021-11-10 07:20:12 +01:00
Hiroki Tagato
6a080dbb0f comms/scrcpy: update to 1.19
Changelog:
- https://github.com/Genymobile/scrcpy/releases/tag/v1.18
- https://github.com/Genymobile/scrcpy/releases/tag/v1.19
2021-11-08 15:58:43 +09:00
Thibault Jouan
1e999eb5b6 comms/rubygem-serialport: Update to 1.3.2
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
2021-11-08 08:44:36 +09:00
Michael Reifenberger
9d0ff00e97 comms/klog: Update to 1.8.5
Fix translations path as well.
2021-10-30 20:22:05 +02:00
Rodrigo Osorio
b8cea2c417 comms/rtl-433: Fix maintainer email address 2021-10-29 18:24:50 +02:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
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)
2021-10-29 11:50:18 +02:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
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.
2021-10-25 12:58:29 +00:00
Emanuel Haupt
01f82dc73f comms/py-hidapi: Update to 0.11.0.p2 2021-10-22 20:14:45 +02:00
Piotr Kubaj
97bd7b9963 comms/fldigi: don't enable -march=native
Breaks compilation on non-x86 and causes runtime issues for package users on x86.
2021-10-22 11:42:27 +00:00
Tobias Kortkamp
5290fb1d92
comms/aprsd: Spell SUB_LIST correctly and unbreak rc script
Reported by:	portscan (unreferenced variable)
2021-10-19 10:37:53 +02:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Fukang Chen
304a720bf8 comms/py-esptool: Update to 3.1
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)
2021-10-19 02:56:14 +00:00
Alexey Dokuchaev
994cdbddbc comms/kermit: the port had been updated and cleaned up (+)
- 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
2021-10-16 13:34:52 +00:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Bernhard Froehlich
f693aac998
comms/libusbmuxd: Fix build after last commit
Reported by:	tobik
2021-10-14 18:25:03 +00:00
Stefan Eßer
b9bae0d50e comms/picocom: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:34:45 +02:00
Stefan Eßer
13f1d93b8e comms/libusbmuxd: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:34:16 +02:00
Tobias Kortkamp
ae22a7846a
*: Clean up some things
- 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
2021-10-12 17:01:38 +02:00
Ganael LAPLANCHE
f805a01e02 comms/gqrx: Update to 2.14.6 2021-10-11 07:41:54 +02:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2021-10-10 21:44:42 +02:00
Wen Heping
93a7cc3965 comms/py-fritzconnection: Update to 1.7.0
PR:		259009
Reported by:	freebsd@michael-bueker.de(maintainer)
2021-10-09 10:02:48 +08:00
Emanuel Haupt
a25d8b2a68 comms/hidapi: Switch from cmake back to autoreconf build
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
2021-10-07 17:52:05 +02:00
Bernhard Froehlich
230540fefb */*: Remove extra CPE_VENDOR=horde which is already present in USES=horde
Approved by:    portmgr (blanket)
2021-10-07 15:04:45 +00:00
Emanuel Haupt
17e834af31 comms/hidapi: Update to 0.11.1
Switch to cmake due to upstream deprecation warning

Release notes:  https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0
2021-10-06 20:39:44 +02:00
Cy Schubert
b581f84ea5 comms/hcidump: Fix a link error
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
2021-10-05 14:01:44 -07:00
Bernhard Froehlich
4fc119d3f6
comms/pear-Horde_SyncMl: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 20:01:13 +00:00
Bernhard Froehlich
222203d658
comms/pear-Horde_ActiveSync: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:51 +00:00
Bernhard Froehlich
fa9ce35f81
comms/mgetty+sendfax: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:50 +00:00
Bernhard Froehlich
983b4f2f4d
comms/hylafax: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:48 +00:00
Ganael LAPLANCHE
3cfb24b1fb comms/gqrx: Update to 2.14.5 2021-10-05 12:08:49 +02:00
Rene Ladan
e56a7da894 *: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat:	portmgr-secretary
2021-10-04 21:58:01 +02:00
Diane Bruce
dffafc249b comms/svxlink: Unbreak qtel
- Unbreak qtel by adding GH_PROJECT to svxlink
- remove redundant REINPLACE
2021-10-02 19:03:24 -04:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
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
2021-09-30 23:23:30 +02:00
Muhammad Moinur Rahman
6931e94f43 comms/dfu-util: Update version 0.10=>0.11
Relnotes: https://sourceforge.net/p/dfu-util/dfu-util/ci/master/tree/ChangeLog
2021-09-25 18:00:41 -05:00
Mikael Urankar
55e7c52889 comms/hcidump: Mark as broken on aarch64. 2021-09-24 16:13:03 +02:00
Baptiste Daroussin
7bcdcaa543 comms/predict: fix ncurses with ports and futur split in base
While here, avoid useless call on sed where easily possible
2021-09-24 15:11:52 +02:00
Ryan Steinmetz
8703fc2c05
*/*: Reset MAINTAINER due to repeat fatal email bounces 2021-09-21 09:47:01 -04:00
Bernhard Froehlich
64a1455faf
comms/snap7: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:25:58 +00:00
Bernhard Froehlich
61f076c489
comms/nmealib: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:24:37 +00:00
Mikael Urankar
c99e872fa7 comms/snap7: port to aarch64 2021-09-14 19:56:05 +02:00
Bernhard Froehlich
24c8aa3509
comms/lrzsz: Add CPE information
Approved by:	portmgr (blanket)
2021-09-11 11:24:05 +00:00
Bernhard Froehlich
4a459facbb
comms/minicom: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:48 +00:00
Newton Terry
346d313e7e comms/iwmbt-firmware: Update distinfo.
PR:		253302

Tested by:	arrowd
2021-09-05 18:12:01 +03:00
Jose Alonso Cardenas Marquez
98516d34df comms/wsjtz: Fix build
- Add missing dependencies
- Add DOCS option
Reported by:	pkg-fallout
2021-09-03 02:31:04 -05:00
Bernhard Froehlich
789fd27a05
comms/libmodbus: Add CPE information
Approved by:    portmgr (blanket)
2021-09-02 15:18:46 +00:00
Jose Alonso Cardenas Marquez
30053e910d comms/wsjtz: Fix build
Reported by:	pkg-fallout
2021-09-01 19:20:44 -05:00
Bernhard Froehlich
f05331dd01
comms/openobex: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 19:35:39 +00:00
Alexey Dokuchaev
4eb0b49d47 Cleanup: for ports under c* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-29 12:09:44 +00:00
Jose Alonso Cardenas Marquez
897652465e comms/wsjtz: New port: Clone of WSJT-X software with additional features
WSJT ("Weak Signal Communication, by K1JT") offers specific digital protocols
optimized for meteor scatter, ionospheric scatter, and EME (moonbounce)
at VHF/UHF, as well as HF skywave propagation.  The program can decode
fraction-of-a-second signals reflected from ionized meteor trails and
steady signals 10 dB below the audible threshold.

WSJT-Z is a clone of WSJT-X software by Joe Taylor K1JT

Features

- Modified user interface, including a larger Band Activity window
- Extended filtering features
- Auto CQ and auto responding
- QRZ.COM integration
- Audio alerts
- DXCC / Continent Filtering

WWW: https://sourceforge.net/projects/wsjt-z/
2021-08-26 23:27:48 -05:00
Yuri Victorovich
4009f70492 comms/xdemorse: Update 3.6.4 -> 3.6.5
Reported by:	portscout
2021-08-24 23:07:50 -07:00
Yuri Victorovich
f54ea4b98f comms/flamp: Update 2.2.06 -> 2.2.07
Reported by:	portscout
2021-08-07 13:37:00 -07:00
Michael Büker
ebec65d575 comms/py-fritzconnection: New port
Python tool to communicate with AVM FritzBox routers.

PR:		256989
2021-08-06 10:16:44 -04:00
Yuri Victorovich
2d9155e7ed comms/flmsg: Update 4.0.17 -> 4.0.19
Reported by:	portscout
2021-08-05 15:16:24 -07:00
Yuri Victorovich
4aea306088 comms/flamp: Update 2.2.05 -> 2.2.06
Reported by:	portscout
2021-08-05 13:10:24 -07:00
Yuri Victorovich
3cf9d689ec comms/fldigi: Update 4.1.19 -> 4.1.20
Latest version is now available on http://www.w1hkj.com
2021-08-05 13:10:23 -07:00
Yuri Victorovich
5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00
Jose Alonso Cardenas Marquez
ced250d516 editors/lazarus[-qt5]: bump some ports dependants of lazarus
* bump PORTREVISION of cad/zcad: comms/cqrlog: editors/picpas:
  graphics/lazpaint: multimedia/winff: net-p2p/awgg:
  net-p2p/transmission-remote-gui: russian/emkatic:
  x11-fm/doublecmd
* editors/lazarus[-qt5] was updated to 2.0.12
2021-07-31 21:26:39 -05:00
Loïc Bartoletti
8b9c482b90 */*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0
Changes:
  - https://riverbankcomputing.com/news/QScintilla_2.13.0_Released
  - https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS
PR:	257308
Exp-run by:	antoine
2021-07-27 20:55:03 +02:00
Loïc Bartoletti
9713ff93f2 devel/qscintilla2: Update to 2.12.1
Changelog:
	https://riverbankcomputing.com/news/QScintilla_2.12.1_Released

PR:		257002
Exp-run by:	antoine
2021-07-12 14:36:11 +02:00
Diane Bruce
0e0f2f5444 comms/fldigi: Update to 4.1.19
N.B. C-Media and udev patched out for now as very Linux specific ATM

2021-06-24  dave-w1hkj  <w1hkj@bellsouth.net>

	4032048a8: Version 4.1.19
	887420331: C-Media PTT support
	8cdda8274: LNW macro tag
	439cc2c9c: Notes
	d396d4970: lower case tx

2021-05-01  John Phelps  <kl4yfd@gmail.com>

	d2efc4f77: Vestigial AFC fixes  * Fix OFDM and 8PSK AFC jumping randomly to noise-signals
2021-07-01 20:48:03 -04:00
Po-Chuan Hsieh
6464358c9b
comms/rubygem-ruby-termios: Update to 1.1.0
Changes:	https://github.com/arika/ruby-termios/commits/master
2021-07-01 04:44:06 +08:00
Fukang Chen
6edd405189 comms/py-pyserial: Add USE_PYTHON=concurrent
- Allow concurrent installation for bin/pyserial-{miniterm,ports}

Reviewed by:	koobs, sbz
Approved by:	koobs (ports, mentor), sbz (maintainer)
Differential Revision:	https://reviews.freebsd.org/D30920
MFH:		2021Q2 (ports compliance)
2021-06-29 09:27:30 +00:00
Loïc Bartoletti
8a3ac3c128 */py-qt5-*: Remove Digia's mention in pkg-descr
There was Trolltech, Nokia, Qt Project, Digia and today The Qt Company.
To avoid replacing the name at each structure, we will simply mention
that:
"PyQt5 is a set of Python bindings for Qt5 application framework"
2021-06-23 17:16:01 +02:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Rodrigo Osorio
e259367c29 comms/rtl-433: Fix typo in ports directory name
PR:		256360
Reported by:	ports-rtl433@shalott.net
2021-06-21 22:27:14 +02:00
Tobias C. Berner
63e653adaa math/gsl: update to 2.7
From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
2021-06-16 21:31:27 +02:00
Piotr Kubaj
1438d23a69 comms/syncterm: enable on powerpc 2021-06-15 08:41:54 +00:00
Rene Ladan
3f55f50337 */*: return shurd's ports to the pool ...
... after safekeeping his commit bit.

With hat:	portmgr-secretary
2021-06-07 19:36:24 +02:00
Yuri Victorovich
f3d67d1c03 comms/soapyairspy: Update 0.1.2 -> 0.2.0
Reported by:	portscout
2021-06-04 00:46:57 -07:00
Rodrigo Osorio
e623dcc8be comms/rtl-443: Fix pkg-plist for configuration files
Use @sample declaration for configuration files.
Bump PORTREVISION
2021-05-31 10:31:00 +02:00
Rodrigo Osorio
2ae62d5a2d comm/rtl-445: New port : Generic RF data receiver and decoder for ISM band device 2021-05-31 02:47:59 +02:00
Dmitry Marakasov
e4ed1967a3 comms/limesuite: fix plist
Approved by:	portmgr blanket
2021-05-14 22:51:49 +03:00
Danilo Egea Gondolfo
e01a4de40a comms/xlog: Update to 2.0.22
Drop maintainership.
2021-05-12 22:27:10 +01:00
Mateusz Piotrowski
ed992ff9d1 comms/py-hid: Add a new port 2021-05-11 11:04:19 +02:00
Ganael LAPLANCHE
e806a5b226 comms/rtl-sdr: Do not force gnu89 C std anymore
- gnu89 do not seem to be needed anymore
- also, remove useless dependency to gmake

PR:		255725
Reported by:	Nico Sonack <nsonack@outlook.com>
2021-05-10 12:32:41 +02:00
Kevin Bowling
312bd2a9db comms/picocom: New maintainer
PR:		255560
Approved by:	koobs, portmgr (unmaintained port)
MFH:		2021Q2
2021-05-08 15:29:58 -07:00
Mathieu Arnold
adb93122cb
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
2021-05-06 13:47:41 +02:00
Vladimir Kondratyev
676dbc240b comms/iwmbt-firmware: Update to 20210315 revision 2
This change adds firmwares for Intel wireless 7260/7265 adaptors

Approved by:	arrowd
PR:		253302
2021-05-05 02:15:57 +03:00
Baptiste Daroussin
952610c014 Prepare for libgnome removal
Remove the 2 last ports depending on libgnome
- comms/kb is an abandonware with no upstream left
- games/monster-masher is an abandonware
2021-05-01 15:26:11 +02:00
Yuri Victorovich
0cfd6d9e47 misc/soapysdr-rtlsdr: Move to comms/soapysdr-rtlsdr 2021-04-28 10:24:55 -07:00
Yuri Victorovich
6cf7f6b1cc Fix build of 8 ports broken by the update of misc/soapysdr
The modules directory in all of them is renamed.

Reported by:	fallout
2021-04-28 10:19:50 -07:00
Yuri Victorovich
c2d894c210 comms/xdemorse: Update 3.6.3 -> 3.6.4
Reported by:	portscout
2021-04-27 01:56:18 -07:00
Antoine Brodin
df6ec5e29e graphics/tiff: update to 4.3.0 2021-04-25 17:58:19 +00:00
Dmitry Marakasov
bc713e1c89 comms/hcidump: fix build 2021-04-24 13:46:45 +03:00
Dmitry Marakasov
2ef313347c comms/uartlirc: mark BROKEN on FreeBSD >= 13 2021-04-24 13:46:44 +03:00
Antoine Brodin
56d3caa4ad Cleanup LIB_DEPENDS 2021-04-23 20:56:21 +00:00
Yuri Victorovich
649bed92bc comms/airspy: Update 1.0.9-18 -> 1.0.10 2021-04-23 01:26:42 -07:00
Fukang Chen
d824c80f1d comms/py-adafruit-ampy: Update to 1.1.0
Approved by:	koobs (mentor, implicit)
MFH:		No (catch up with upstream new release)
2021-04-22 10:39:44 +00:00
Rene Ladan
59dc0b5edf comms/dcf77pi: pet portclippy 2021-04-21 10:01:03 +02:00
Tobias Kortkamp
1bf865fed5
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
2021-04-19 10:00:13 +02:00
Rene Ladan
a61f4b6b0c Remove expired ports:
2021-04-14 www/grafana4: Upstream end of life
2021-04-14 www/grafana5: Upstream end of life
2021-04-15 comms/py-lirc: No longer maintained and not compatible with Python 3
2021-04-15 x11-toolkits/qt5-gtkplatform: Archived upstream
2021-04-17 13:53:35 +02:00
Yuri Victorovich
925e342a40 x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
2021-04-16 00:52:45 -07:00
Piotr Kubaj
f4d591bd8b comms/snap7: actually add powerpc64le config 2021-04-15 14:19:47 +00:00
Piotr Kubaj
d038734eb8 comms/snap7: fix build on powerpc64le 2021-04-15 13:45:51 +00:00
Piotr Kubaj
9f5548dade comms/snap7: port to powerpc and powerpc64 2021-04-15 13:30:53 +00:00
Yuri Victorovich
c8c2fdcc1a comms/xdemorse: Update 3.6.2 -> 3.6.3
Reported by:	portscout
2021-04-14 01:37:18 -07:00
Matthias Fechner
911f04257e Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
2021-04-09 20:44:23 +02:00
Rene Ladan
5980fd40bc Remove expired ports:
2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/drm: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/cre: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 textproc/libcrm114: No known users, dead upstream
2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 devel/gb: Unmaintained and dead upstream
2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
2021-04-07 19:54:26 +02:00
Dmitry Marakasov
3934e58a5b comms/predict: fix LICENSE, update WWW
While here, minor whitespace fix

Approved by:	portmgr blanket
2021-04-07 14:59:22 +03:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Kai Knoblich
ea42eb4cde comms/py-lirc: Mark as DEPRECATED
* The package isn't compatible with Python 3 and has not received any
  updates by upstream for more than 15 years.

PR:		254271, 253815 (related)
Approved by:	maintainer timeout (14 days)
2021-03-29 16:36:39 +00:00
Alexey Dokuchaev
ee895ff14c Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
2021-03-22 10:17:43 +00:00
Tijl Coosemans
b8491948a5 The libusb project has adopted hidapi. Update to their latest release,
0.10.1.  Bump py-hidapi so it gets rebuilt to use new functions.
Hand over to maintainer of py-hidapi so the two can be maintained together.

Reported by:	Corey Stephan (marquette.edu)
Tested by:	ehaupt
2021-03-17 10:01:26 +00:00
Loïc Bartoletti
0b7a24020a PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR:		254218
Exp-run by:	antoine
2021-03-16 09:29:53 +00:00
Loïc Bartoletti
108f234f7f PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
2021-03-08 06:49:17 +00:00
Tobias Kortkamp
4d9773d24d Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories

Reported by:	portscan
2021-02-26 12:11:35 +00:00
Kevin Bowling
5be34e8c4f comms/birda: Fix build with default PIE.
PIE with static libraries is currently unsupported in FreeBSD, which
results in multiple errors when building with PIE. Explicitly disable
PIE for now.

PR:		253275
Submitted by:	Dawid Gorecki <dgr@semihalf.com>
Approved by:	mjl@luckie.org.nz (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28867
2021-02-22 23:57:48 +00:00
Sofian Brabez
58eb7b74b1 - Update to 3.5 2021-02-19 15:12:16 +00:00
Mateusz Piotrowski
a07da80d8d Set LICENSE_FILE 2021-02-18 13:17:53 +00:00
Mark Linimon
c448d40726 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-17 22:10:31 +00:00
Michael Landin
9cc54bba89 - change to MK_WERROR
PR:		        253548
Submitted by:	mike@sentex.net
2021-02-16 12:26:24 +00:00
Oleksii Samorukov
71cb205a37 cooms/ebusd: update to the v21.2 (Plum) Release
- added trailing wildcard to "ebuspicloader" port
- added more startup logging
- added colon as additional separator for "--log" option
- fix for publishing several MQTT updates at once
- optimized keep alive option for net devices
- fix for duplicate entry "minarbitrationmicros" in HTTP GET
- fix for extra send retry
- fix for newer compiler versions
- fix for potential illegal string usages
- fix for named net device not being resolvable during startup
2021-02-13 21:57:24 +00:00
Jason E. Hale
2e9e02d20a comms/usbmuxd: Revert the unnecessary change of ownership of the daemon added
in r564232.
2021-02-07 14:18:13 +00:00
Jason E. Hale
52457ab47a comms/usbmuxd: Add optional devd(8) configuration file to start and stop the
daemon as devices are attached and detached, respectively. (On by default)

Add GIDs/UIDs for usbmuxd to facilitate use with devd(8).

Patch configure.ac instead of configure since we are using autoreconf. Merge
post-patch target into this new patch for a cleaner Makefile.
2021-02-06 18:04:55 +00:00
Rene Ladan
291c34d237 comms/usbmuxd: fix build on 11.4 after r563570
Reported by:	swills
2021-02-05 09:23:43 +00:00
Jan Beich
739dfbf99f comms/cubicsdr: unbreak with libglvnd
Installing mesa-libs-20.2.3...
[...]
===>   cubicsdr-0.2.5_5 depends on shared library: libEGL.so - not found
*** Error code 1

Reported by:	antoine (via bug 246767 exp-run)
2021-02-04 17:12:48 +00:00
Diane Bruce
dbaee0f468 =Version 1.3.54=
2021-02-03  David Freese  <w1hkj@bellsouth.net>

	eb8160e3: PowerSDR
	8b81927c: TS2000
	c892e431: hcomm INVALID HANDLE VALUE
	30868e5f: External close command
	e59e9b72: Check PTT
	d727697f: xmlrpc server
	cbc11b5a: IC7300
	3b7c12bb: FT817ND
	970c43f8: FT847
	cc1d1faa: macOS serial ports
	ea2e4e8f: BigSur serial ports
	290c27e6: Break-in
	26451e33: Bands
	d5c96cb3: IC7300 power table
	b9030b31: Autostart
	eaeb7212: Pmax
	f197ce68: IC7100 auto ON/OFF
	6379d97f: Trace/Debug
	690e74bd: FT736R update
	9529d8b7: xmlrpcpp tracing
	f3e06222: TOD clock
	9bb871cb: Icom sliders
2021-02-04 15:38:16 +00:00
Rene Ladan
a7d2ae454e Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.

Submitted by:	rene
Reviewed by:	jbeich, mandree, mat, osa
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D28406
2021-02-01 12:42:53 +00:00
Diane Bruce
a1628e7c1b =Version 4.1.18=
2021-01-27  David Freese  <w1hkj@bellsouth.net>

	41e8fe6cf: Debug text
	21c65b649: WF fft controls
	fa1821f8f: flarq build
	8d4ae60e0: Exit processing
	321e00098: Scheduled Macro
	8c4658648: xmlrpc
	1aaf5eff6: flarq debug
	fdf43940e: Doc update

Reported by:	w1hkj@bellsouth.net
2021-01-29 18:03:23 +00:00
Sunpoet Po-Chuan Hsieh
1d1545c85e Fix r561520
/!\ wsjtx-2.1.2_2: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
set DISTNAME

*** Error code 1

Stop.
make: stopped in /usr/ports/comms/wsjtx

Approved by:	portmgr (blanket)
2021-01-26 17:55:56 +00:00
Yuri Victorovich
d8c27df47f comms/soapyplutosdr: Update 0.2.0 -> 0.2.1
Reported by:	portscout
2021-01-25 23:26:12 +00:00
Michael Reifenberger
0a27f106d4 Add libfftw3 dependency 2021-01-24 23:33:35 +00:00
Michael Reifenberger
5e93e43928 Readd hackrf-devel with missing files.
make index builds for me now.

Copy hackrf to hackrf-devel and update to a current snapshot of hackrf
2021-01-24 23:12:47 +00:00
Antoine Brodin
81b2eb18ac Revert r562478 to unbreak INDEX 2021-01-24 20:28:46 +00:00
Michael Reifenberger
3b3aa84648 Copy hackrf to hackrf-devel and update to a current snapshot of hackrf 2021-01-24 14:38:18 +00:00
Jason E. Hale
70540a8b17 comms/libimobiledevice: Update to 1.3.0
comms/libusbmuxd: Update to 2.0.2
comms/usbmuxd: Update to 1.1.1
devel/libplist: Update to 2.2.0

Resurrect comms/py-libimobiledevice, update to 1.3.0
Resurrect devel/py-libplist, update to 2.2.0

Take maintainership of the ports listed above.

Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library
names.
2021-01-21 14:37:31 +00:00
Loïc Bartoletti
661f174fd0 Update qscintilla2 to 2.11.6 2021-01-18 19:03:23 +00:00
Piotr Kubaj
4e40bf907b comms/syncterm: enable on powerpc64le 2021-01-17 01:39:23 +00:00
Guido Falsi
3f7982cae3 Fix build on current after commit 7fa2f2a62f04 2021-01-15 23:23:59 +00:00
Piotr Kubaj
3b935cc772 comms/syncterm: enable on powerpc64
MFH:		2021Q1
2021-01-15 20:46:44 +00:00
Jose Alonso Cardenas Marquez
82ac7a6add - lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports

PR:		251712
Reported by:	amdmi3
2021-01-14 21:11:15 +00:00
Danilo G. Baio
b53abbd839 Remove PY_SPHINX from ports using Python 3
Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
2021-01-14 14:34:38 +00:00
Piotr Kubaj
b20da2df07 comms/limesuite: fix build on GCC architectures, don't set -march=native
MFH:		2021Q1
2021-01-14 14:06:27 +00:00
Mark Linimon
f86c964117 Update GCC_DEFAULT from 9 to 10.
A few (mostly Fortran-based) ports need to be patched because GCC 10
is stricter.  A handful of ports need to be restricted to GCC 9 because
they fail with 10.

5 ports still fail with GCC 10.  However, seeing as this work has been
ongoing since 2020-05-24, it is simply time to make the commit and
notify the affected maintainers.

While here, pet portlint (Makevar order).

PR:		246700
Submitted by:	gerald
Approved by:	antoine (after many, many, -exp runs)
2021-01-13 23:03:31 +00:00
Guido Falsi
b44884b031 Fix plist after doxygen update in r560752. 2021-01-13 09:33:38 +00:00
Oleksii Samorukov
9298b6de5d comms/ebusd: update to v21.1
Bug Fixes
- fix for publishing several MQTT updates at once
- optimized keep alive option for net devices
- fix for duplicate entry "minarbitrationmicros" in HTTP GET
- fix for extra send retry
- fix for newer compiler versions
- fix for potential illegal string usages
- fix for named net device not being resolvable during startup

Features
- added Raspberry Pi docker image
- added support for Cygwin build
- added option to use "\*" as trailing wildcard for circuit and name in MQTT /list topic
- added "--mqttinsecure" option
- updated to newest version of enhanced protocol
- added adapter 3 PIC tool "ebuspicloader" for uploading new firmware and configuring fix IP address

Approved by:	krion
Differential Revision:	https://reviews.freebsd.org/D28112
2021-01-12 09:47:22 +00:00
Kyle Evans
aad85f9120 comms/acfax: fix the build against -CURRENT
libgnuregex has been removed in FreeBSD 13.0. The version in base had a
number of known or likely bugs associated with it, so just use the newer
and more stable port on all supported FreeBSD versions.

PR:		252247
MFH:		2021Q1
2021-01-10 17:56:20 +00:00
Rene Ladan
850accd611 Remove empty PY_ENUM34 from ports using Python 3.6+ 2021-01-10 14:05:32 +00:00
Hiroki Tagato
605480571c Update to 1.17
Changelog:
- https://github.com/Genymobile/scrcpy/releases/tag/v1.15
- https://github.com/Genymobile/scrcpy/releases/tag/v1.15.1
- https://github.com/Genymobile/scrcpy/releases/tag/v1.16
- https://github.com/Genymobile/scrcpy/releases/tag/v1.17

Reviewed by:	ehaupt
2021-01-08 10:49:48 +00:00
Dima Panov
2ec10e7dd9 devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
2021-01-08 07:47:02 +00:00
Diane Bruce
b33120aa6d fixes octave paths and adds debug that is enabled by default
PR:		ports/252350
Submitted by:	pcc <pcc@gmx.net>
2021-01-06 18:32:15 +00:00
Ganael LAPLANCHE
3a0ef7a3d4 Update to 2.14.4 2021-01-05 11:13:49 +00:00
Ganael LAPLANCHE
bfdce0d16e Update to 0.2.3 2021-01-05 11:13:21 +00:00
Dima Panov
135949b7f8 comms/qsstv: unbreak build after openjpeg update (r560097)
Reported by:	poudriere
Pointy hat to:	sunpoet for skip consumers test
Approved by:	portmgr blanket (build fix)
2021-01-05 08:55:52 +00:00
Diane Bruce
970a0e5394 Changelog
=========

v0.3.8
------

- Allow editing of bands above 2.4GHz
- Restore column layout on start
- Support for Nanovna-F V2
- Fixes a crash with S21 hack

Reported by:	portscout
2021-01-02 14:38:13 +00:00
Mark Linimon
f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00
Diane Bruce
ce86f1187c Lime Suite is a collection of software supporting several hardware platforms
including the LimeSDR, drivers for the LMS7002M transceiver RFIC, and other
tools for developing with LMS7-based hardware. Installing the Lime Suite
enables many SDR applications such as GQRX to work with supported hardware
through the bundled SoapySDR support module.

PR:		ports/252032
Submitted by:	tomek@cedro.info
2020-12-31 01:35:40 +00:00