mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
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)
9 lines
438 B
Plaintext
9 lines
438 B
Plaintext
Wayland is an object oriented display protocol, which features request
|
|
and events. Requests can be seen as method calls on certain objects,
|
|
whereas events can be seen as signals of an object. This makes the
|
|
Wayland protocol a perfect candidate for a C++ binding.
|
|
|
|
The goal of this library is to create such a C++ binding for Wayland
|
|
using the most modern C++ technology currently available, providing an
|
|
easy to use C++ API to Wayland.
|