Saturday, September 30, 2023

Re: NEW: x11/qt6/{qtwebengine,qtwebview}

On Sat Sep 30, 2023 at 03:23:01PM +0200, Rafael Sadowski wrote:
> Hi porters@
>
> I know the ports tree is locked for new ports. I want to ask for OKs to
> import after the look. I also know that no one is willing to build such
> a monster of code. In addition, there is still no consumers for testing
> that uses it.
>
> Of course build tests are welcome. It's a good opportunity to heat your
> place.
>

phessler@ noticed that I missed to add x11/qt6/qtwebchannel.

Please find attached qtwebchannel.tar.gz

Information for inst:qt6-qtwebchannel-6.5.2

Comment:
Qt6 seamless HTML/JavaScript integration

Required by:
debug-qt6-qtwebchannel-6.5.2
debug-qt6-qtwebengine-6.5.2
debug-qt6-qtwebview-6.5.2
qt6-qtwebengine-6.5.2
qt6-qtwebview-6.5.2

Description:
Qt WebChannel bridges the gap between Qt applications and HTML/JavaScript.

Qt WebChannel enables peer-to-peer communication between the host
(QML/C++ application) and the client (HTML/JavaScript application). The
transport mechanism is supported out of the box by the two popular web
engines, Qt WebKit 2 and Qt WebEngine (experimental). It works on all
browsers that support Qt WebSockets, enabling Qt WebChannel applications
to run in any JavaScript runtime. Additionally, a custom transport
mechanism can also be implemented using Qt WebSockets to support Qt
WebChannel-based communication.

The module provides a JavaScript library for seamless integration of C++
and QML applications with HTML/JavaScript clients. The client must use the
JavaScript library to access the serialized QObjects published by the host
applications.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://www.qt.io/

No comments:

Post a Comment