Port details |
- qt6-serialport Qt functions to access serial ports
- 6.4.2 comms
=0 Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2022-08-22 14:48:15
- Last Update: 2023-01-05 17:28:10
- Commit Hash: a306a2f
- License: LGPL21
- Description:
- Qt Serial Port provides the basic functionality, which includes configuring,
I/O operations, getting and setting the control signals of the RS-232 pinouts.
The following items are not supported by this module:
* Terminal features, such as echo, control CR/LF, and so on.
* Text mode.
* Configuring timeouts and delays while reading or writing.
* Pinout signal change notification.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qt6-serialport>0:comms/qt6-serialport
- To install the port:
- cd /usr/ports/comms/qt6-serialport/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/qt6-serialport
- pkg install qt6-serialport
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qt6-serialport
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672934689
SHA256 (KDE/Qt/6.4.2/qtserialport-everywhere-src-6.4.2.tar.xz) = 336d95919037800184b3c3de8ccb6f62954b20f3756c05adce8d5010504340fa
SIZE (KDE/Qt/6.4.2/qtserialport-everywhere-src-6.4.2.tar.xz) = 319000
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- vulkan-headers>0 : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libudev.so : devel/libudev-devd
- libQt6Core.so : devel/qt6-base
- This port is required by:
- for Libraries
-
- comms/qt6-serialbus
- devel/py-qt6-pyqt
- devel/qt6-positioning
- devel/qtcreator
- for Run
-
- devel/qt6
Configuration Options:
- No options to configure
- Options name:
- comms_qt6-serialport
- USES:
- cmake compiler:c++11-lib pkgconfig qt-dist:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.2 05 Jan 2023 17:28:10
    |
Tobias C. Berner (tcberner)  |
Qt: Update Qt 6 to 6.4.2
As a patch release, Qt 6.4.2 does not introduce any new features but
contains ~ 150 bug fixes, security updates, and other improvements to
the top of the Qt 6.4.1 release. See more information about the most
important changes and bug fixes from Qt 6.4.2 release note.
Announcement: https://www.qt.io/blog/qt-6.4.2-released
Release
Notes: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.2/release-note.md |
6.4.1 16 Nov 2022 07:01:03
    |
Tobias C. Berner (tcberner)  |
Qt: Update Qt6 to 6.4.1
Qt 6.4.1 release is a patch release made on the top of Qt 6.4.0. As a
patch release, Qt 6.4.1 does not add any new functionality but provides
bug fixes and other improvements and maintains both forward and backward
compatibility (source and binary) with Qt 6.4.0.
For detailed information about Qt 6.4, refer to the online documentation
included in this distribution. The documentation is also available
online:
https://doc.qt.io/qt-6/index.html
Changelog:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.1/release-note.md |
6.4.0 01 Oct 2022 13:55:15
    |
Tobias C. Berner (tcberner)  |
Qt: Update Qt6 to 6.4.0
Relase Notes: https://www.qt.io/blog/qt-6.4-released |
6.3.2 09 Sep 2022 16:39:24
    |
Tobias C. Berner (tcberner)  |
QT: Update Qt 6 to 6.3.2 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.3.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.3.1 22 Aug 2022 14:44:50
    |
Tobias C. Berner (tcberner)  |
www/qt6-serialport: new port
This adds the missing Qt 6 serialport module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them. |