Commit Graph

5807 Commits

Author SHA1 Message Date
Yuri Victorovich
457d88a2d0 comms/sdr++: update 20241022 → 20250105 2025-01-23 00:56:11 -08:00
Yuri Victorovich
c5192e31c3 comms/libfobos: Correct WWW 2025-01-23 00:51:49 -08:00
Loïc Bartoletti
5a8a337e93 x11-toolkits/py-wxPython4: Update to 4.2.2 2025-01-22 06:02:08 +01:00
Stephen Hurd
513f684dcf comms/syncterm: Update to v1.4
Summary:
Add support for JPEG XL graphics in addition to PPM
Massively improve output performance
Lower audio output volume by 12dB
Add option to configure audio output
Add support for ALT+XXX and ALT+0XXXXX key entry
Re-order BBS list entry fields
Support Shell connections on Windows 10+
Windows builds now include a .com (console) and a .exe (GUI) binary
Fix X11 mode scaling and fullscreen with minimal X servers
Fix crashes in text modes due to rip code being called
Better socket disconnect detection in SSH and telnets sessions
Reimplement status bar code
Fix various Prestel mode bugs
Fix error handling with telnets

PR:		284141
Approved by:	jrm
Differential Revision: https://reviews.freebsd.org/D48571
2025-01-21 11:30:32 -05:00
Yuri Victorovich
d4373152c5 comms/libfobos: update 2.3.1 → 2.3.2 2025-01-19 23:41:42 -08:00
Piotr Kubaj
9b0b85eade comms/rxtx: fix build on powerpc by using correct jdk directory
Also remove not necessary NOT_FOR_ARCHS.
2025-01-17 22:45:58 +01:00
Diane Bruce
98ec15bd96 comms/aldo: Updated to new version and changed Maintainer
* Switch MASTER_SITES to git snapshots from GNU Savannah
* Add second WWW for source code origin
* Correct the LICENSE to GNU GPLv2+, as stated on site and in file headers
* Switch from gmake to autoreconf+make
* Remove GNU_CONFIGURE_MANPREFIX as it's a default value from <bsd.port.mk>
* Patch configure.ac for new version of the program
* Improve pkg-descr

* As per request of Scott Lambert and with agreement of  Älven
  Älven  now has MAINTAINERSHIP see PR for more details

PR:		ports/282898
2025-01-17 14:02:18 -05:00
Xavier Beaudouin
0d2aafdd1d comms/py-ModbusTCP: Simple Modbus/TCP client for python
This port is a simple modbus TCP client for python.
A pure Python code without any extension or external module dependency

Approved by:    0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D48417
2025-01-14 17:29:48 +01:00
Charlie Li
2414cbd02b comms/svxlink: limit USES=tcl:86
While here, consolidate cmake args in OPTIONS and use USE_GNOME=libsigc++20
2025-01-08 19:59:39 -05:00
Juraj Lutter
aaf0188361 comms/zigbee2html: Update to 2.0.0
Update to 2.0.0, see

  https://github.com/Koenkk/zigbee2mqtt/discussions/24198

and/or UPDATING entry for details.
2025-01-08 10:56:49 +01:00
Jason E. Hale
7e3e6797d2 Qt6: Update to 6.8.1
December 02, 2024

We (Qt upstream) have released Qt 6.8.1 today. As a patch release,
Qt 6.8.1 does not introduce new features but contains more than 550 bug
fixes, security updates, and other improvements on top of Qt 6.8.0
release. See more information about the most important changes and bug
fixes from the Qt 6.8.1 release note.

Announcement: https://www.qt.io/blog/qt-6.8.1-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.1/release-note.md

We (kde@) skipped shipping Qt 6.8.0 due to waiting for a compatible
version of PyQt to be released, but here are the announcements and
release notes from Qt 6.8.0.

Announcement: https://www.qt.io/blog/qt-6.8-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.0/release-note.md

PySide6: Update to 6.8.0.2

PySide6 and its related components have been updated alongside the Qt
release for compatibility. Older versions will not build with Qt 6.8.x.

Announcement: https://www.qt.io/blog/qt-for-python-release-6.8

PyQt6: Update to 6.8.0

This release also introduces x11-toolkits/py-qt6-graphs, python bindings
for the Qt Graphs module. As with PySide6, older versions of PyQt6 will
not build with Qt 6.8.x.

Support tools like py-sip and py-qtbuilder have also been updated to their
latest versions.

Announcement: https://www.riverbankcomputing.com/news/PyQt_v6.8.0_Released

Special thanks to Kenneth Raplee for testing and to SponiX for providing
access to build hardware!

PR:		283290
Exp-run by:	antoine (x2)
2025-01-05 01:28:11 -05:00
Tijl Coosemans
5d17e8f667 devel/libtextstyle, devel/gettext*: Update to 0.23
comms/grig, deskutils/xpad, games/7kaa:
Fix problem between autopoint (gettext) and aclocal (automake).
First autopoint installs gettext m4 files in WRKSRC/m4 for the
version of gettext requested in configure.ac.  And then aclocal
should use those files.  These ports were either missing an "-I m4"
flag so aclocal didn't see the autopoint m4 files but used the ones
from LOCALBASE/share/aclocal, which are the wrong version, or they
used the --install flag that makes aclocal copy files from
LOCALBASE/share/aclocal overwriting the autopoint m4 files.

PR:		283536
Exp-run by:	antoine
2025-01-01 17:32:31 +01:00
Rene Ladan
42677a819c comms/libconcord: Remove expired port
2024-12-31 comms/libconcord: Logitech Harmony were officially discontinued in 2021, last major product in 2019.
2025-01-01 13:32:17 +01:00
Rene Ladan
bb9a1b4a97 comms/concordance: Remove expired port
2024-12-31 comms/concordance: Logitech Harmony were officially discontinued in 2021, last major product in 2019.
2025-01-01 12:26:22 +01:00
Muhammad Moinur Rahman
ac7a7d6fe1 Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.

Thanks to vvd for carefully going through this.

Reported by:	vvd
Approved by:	portmgr (blanket)
2024-12-31 15:39:30 +01:00
Muhammad Moinur Rahman
0835676e36 Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
2024-12-31 09:57:55 +01:00
Jason E. Hale
655ac59d93 comms/libimobiledevice-glue: Update to 1.3.1
https://github.com/libimobiledevice/libimobiledevice-glue/releases/tag/1.3.1
2024-12-31 03:45:26 -05:00
Hiroki Tagato
e4aa13fe7c comms/scrcpy: update to 3.1
Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v3.1

Reported by:	GitHub (watch releases)
2024-12-25 17:49:31 +09:00
Po-Chuan Hsieh
aa9b59b778 */*: Fix file permission (from 100755 to 100644) 2024-12-23 03:38:32 +08:00
Vladimir Kondratyev
680b86d5c5 comms/rtlbt-firmware: Update to 20240909
Sponsored by:	Future Crew LLC
PR:		282793
Approved by:	fuz
2024-12-22 06:41:49 +03:00
Älven
fc23d38191 comms/flamp: update 2.2.13 → 2.2.14
PR:	282914
2024-12-15 00:13:25 -08:00
Älven
a4e5a5f6d9 comms/iceoryx: update 2.0.5 → 2.0.6
PR:	282915
Approved by:	flo@purplekraken.com (maintainer's timeout; 22 days)
2024-12-14 22:38:21 -08:00
Hiroki Tagato
acd53b28cb comms/scrcpy: update to 3.0.2
Changelog:
- https://github.com/Genymobile/scrcpy/releases/tag/v3.0
- https://github.com/Genymobile/scrcpy/releases/tag/v3.0.1
- https://github.com/Genymobile/scrcpy/releases/tag/v3.0.2

Reported by:	GitHub (watch releases)
2024-12-07 14:35:37 +09:00
Älven
e25415d034 comms/cyclonedds: update 0.10.4 → 0.10.5
PR:	282915
2024-12-03 22:32:34 -08:00
Älven
8cebc306e8 comms/nec2c: update 1.3.1 → 1.3.2
PR:	282918
2024-12-03 22:15:31 -08:00
Ganael LAPLANCHE
319d776a47 comms/gqrx: Update to 2.17.6 2024-12-03 15:43:07 +01:00
Juraj Lutter
6c055a3d87 comms/zigbee2mqtt: Update to 1.42.0 2024-12-02 21:14:33 +01:00
Stephen Hurd
cc31024702 comms/syncterm: Update to 1.3
Updates SyncTERM to 1.3 and fixes some portlint errors.

Submitter becomes maintainer.

PR:		282954
2024-12-02 15:27:35 +01:00
Juraj Lutter
17cd25f005 comms/zigbee2mqtt: Fix plist and node_modules distfile
Re-roll distfile with node_modules that previously was
rolled with ARCH-dependent artifacts.
2024-11-27 14:44:55 +01:00
Juraj Lutter
6ef0c15871 comms/zigbee2mqtt: Add new port
zigbee2mqtt allows you to use your Zigbee devices without the vendor's
bridge or gateway.

It bridges events and allows you to control your Zigbee devices via
MQTT. In this way you can integrate your Zigbee devices with whatever
smart home infrastructure you are using.
2024-11-26 14:55:19 +01:00
Nuno Teixeira
73202fb63e */*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree
2024-11-25 12:07:22 +00:00
Gleb Popov
5505c50fcc *: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by:	Future Crew, LLC
2024-11-23 11:31:00 +03:00
Jason E. Hale
501ccfe6dd Qt5: Update to 5.15.16
Update devel/pyside2* and devel/shiboken2 to 5.15.16

Update www/qt5-webengine to include the latest security fixes in
the chromium submodule [1]

Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.16/release-note.md

MFH:		2024Q4
Security:	16e472d5-a8aa-11ef-b680-4ccc6adda413 [1]
2024-11-23 00:40:00 -05:00
Charlie Li
32a55d206d devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722
2024-11-22 17:31:54 -05:00
Dima Panov
312ee18b02 devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00
Charlie Li
48060e03b6 devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.

With hat: gnome
PR: 273722
2024-11-19 11:59:07 -05:00
Dima Panov
7dbd23b9e8 */*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00
Oleksii Samorukov
b4234e8c0f comms/ebusd: update to 24.1
ChangeLog: https://github.com/john30/ebusd/blob/master/ChangeLog.md
2024-11-12 23:09:03 +01:00
Dirk Meyer
a2e118fa21 comms/lrzsz: patch CVE-2018-10195
Security: CVE-2018-10195
MFC: 2024Q4
2024-11-08 18:45:36 +01:00
Dima Panov
3cc4fcb65d */*: port linux-qt5-* components from Rocky Linux 9
Added:
	comms/linux-rl9-qt5-qtconnectivity
	comms/linux-rl9-qt5-qtsensors
	comms/linux-rl9-qt5-qtserialbus
	comms/linux-rl9-qt5-qtserialport
	devel/linux-rl9-qt5-designer
	devel/linux-rl9-qt5-qtbase
	devel/linux-rl9-qt5-qtdeclarative
	devel/linux-rl9-qt5-qtscript
	devel/linux-rl9-qt5-qttools
	graphics/linux-rl9-qt5-qt3d
	graphics/linux-rl9-qt5-qtgraphicaleffects
	graphics/linux-rl9-qt5-qtimageformats
	graphics/linux-rl9-qt5-qtsvg
	graphics/linux-rl9-qt5-qtwayland
	textproc/linux-rl9-qt5-qtxmlpatterns
	www/linux-rl9-qt5-qtwebchannel
	www/linux-rl9-qt5-qtwebsockets
	x11-toolkits/linux-rl9-qt5-qtquickcontrols
	x11/linux-rl9-qt5-qtx11extras

Sponsored by:	Future Crew, LLC
2024-11-07 12:15:50 +03:00
Vladimir Kondratyev
59d5bea1b4 comms/rtlbt-firmware: New port
Firmware for the Realtek Bluetooth USB devices.
To be downloaded with rtlbtfw(8).

Sponsored by:	Future Crew LLC
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D46740
2024-11-07 02:37:55 +03:00
Yuri Victorovich
d758653367 comms/sdr++: update 1.0.4 → 20241022 2024-11-03 18:39:20 -08:00
Yuri Victorovich
347be70e14 comms/libfobos: New port: RigExpert Fobos SDR API 2024-11-03 18:39:19 -08:00
Yuri Victorovich
8db595fabf comms/sdr++: Broken on 15 with clang-19
Reported by:	fallout
2024-11-02 23:47:54 -07:00
Robert Clausecker
2effd5a3db comms/libusbsio: fix build on architectures where uname -p != uname -m
The source uses uname -m to build a subdirectory, but we used uname -p
to describe it.  A fix was already attempted, but only incidentally
correct on ppc.  Use the right variable to fix the build on arm64, too.

Approved by:	portmgr (build fix blanket)
2024-10-21 11:35:59 +02:00
Po-Chuan Hsieh
8465dd9828 comms/py-spsdk: Convert to USE_PYTHON=cryptography
- While I'm here, remove unnecessary py-cryptography from BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-21 17:17:38 +08:00
Po-Chuan Hsieh
d680779726 comms/py-pynitrokey: Convert to USE_PYTHON=cryptography
- While I'm here, remove unnecessary py-cryptography from BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-21 17:17:38 +08:00
Po-Chuan Hsieh
5bab8d6056 comms/py-nkdfu: Fix PEP 517 installation
- While I'm here, update version requirement of BUILD_DEPENDS

Approved by:	portmgr (blanket)
With hat:	python
2024-10-18 03:03:58 +08:00
Fukang Chen
2af78a41c2 comms/py-esptool: Update to 4.8.1
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.8.1
    https://github.com/espressif/esptool/releases/tag/v4.8.0

PR:	282000
2024-10-15 06:23:02 +00:00
Diane Bruce
ca63da4a69 comms/fldigi: update to 4.2.06
2024-10-11  dave-w1hkj  <w1hkj@bellsouth.net>

	5a0388d15: Version 4.2.06
	41e9ff797: mfsk for QRP Labs qmx/qmxp
	9aa594062: ADIF correction
	84488a2f8: FSQ rx/tx freq
	c012178f8: Main dialog position
	2037a0418: Micro modems
	9bd273df3: color prefs
	28a229b71: colors and scheme

2024-05-18  Gabor Molnar HA3MGA  <gabor.molnar21@gmail.com>

	f2eb13145: @QSY+ macro tag

2024-05-16  dave-w1hkj  <w1hkj@bellsouth.net>

	885926ca2: autotools
	0858be91c: fw / ww
	37f386474: Wordsworth keying
	af361f7d6: UDP/CLOUD log record
	6d87dd4dd: FMT thread
	03b6d3d97: Version 4.2.05

2024-04-23  kk5vd  <kk5vd@yahoo.com>

	ac7f2ae04: Documentation Update
	98504be5f: RSID Scripting

2024-04-20  dave-w1hkj  <w1hkj@bellsouth.net>

	b1cf7440a: winkeyer
	51554e4dc:  Main X-Y-W-H restore
	79c2f941d: pi-winkeyer
	467c17391: Wordsworth CW
	580fdc566: Default language
	e64e3bc15: RSID Min Bandwidth
	e2b68197f: OFDM documentation
	2d021cff7: Deprecate °
	7debbe875: DominoEX MFSK Thor s/n

2024-03-24  Steve Magnuson  <steve.magnuson@gmail.com>

	99db787dc: gpio ptt

2024-03-23  dave-w1hkj  <w1hkj@bellsouth.net>

	05d48ff12: fsq mod
	b40f6084f: Windows EXEC macro
	533b9d0c5: RsID
	2494dd84f: menu fonts
	4347ae589: Update po files
	1867fbb9f: Scope colors
2024-10-13 12:30:08 -04:00