Port details |
- sdbus-cpp High-level C++ D-Bus library
- 1.2.0 devel
=0 1.2.0Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2021-11-22 19:57:04
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: LGPL21+
- Description:
- sdbus-c++ is a high-level C++ D-Bus library for Linux designed to
provide expressive, easy-to-use API in modern C++. It adds another
layer of abstraction on top of sd-bus, a nice, fresh C D-Bus
implementation by systemd.
sdbus-c++ has been written primarily as a replacement of dbus-c++,
which currently suffers from a number of (unresolved) bugs,
concurrency issues and inherent design complexities and
limitations. sdbus-c++ has learned from dbus-c++ and has chosen a
different path, a path of simple yet powerful design that is intuitive
and friendly to the user and inherently free of those bugs.
Even though sdbus-c++ uses sd-bus library, it is not necessarily
constrained to systemd and can perfectly be used in non-systemd
environments as well.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sdbus-cpp>0:devel/sdbus-cpp
- To install the port:
- cd /usr/ports/devel/sdbus-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sdbus-cpp
- pkg install sdbus-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sdbus-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1660031433
SHA256 (Kistler-Group-sdbus-cpp-v1.2.0_GH0.tar.gz) = 7f7231904abb6a996b8c18ddc5fb50078ef5dff5191649abf9f127aff41d24e9
SIZE (Kistler-Group-sdbus-cpp-v1.2.0_GH0.tar.gz) = 205798
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libbasu.so : devel/basu
- libexpat.so : textproc/expat2
- libepoll-shim.so : devel/libepoll-shim
- This port is required by:
- for Libraries
-
- sysutils/pass-secrets
Configuration Options:
- No options to configure
- Options name:
- devel_sdbus-cpp
- USES:
- cmake:testing compiler:c++17-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.2.0 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 ) |
1.2.0 09 Aug 2022 16:05:48
    |
Jan Beich (jbeich)  |
devel/sdbus-cpp: update to 1.2.0
Changes: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0
Reported by: GitHub (watch releases) |
1.1.0 22 Dec 2021 13:10:37
    |
Jan Beich (jbeich)  |
devel/sdbus-cpp: update to 1.1.0
Changes: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.1.0
Reported by: GitHub (watch releases) |
1.0.0 22 Nov 2021 19:53:24
    |
Jan Beich (jbeich)  |
devel/sdbus-cpp: add new port
sdbus-c++ is a high-level C++ D-Bus library for Linux designed to
provide expressive, easy-to-use API in modern C++. It adds another
layer of abstraction on top of sd-bus, a nice, fresh C D-Bus
implementation by systemd.
sdbus-c++ has been written primarily as a replacement of dbus-c++,
which currently suffers from a number of (unresolved) bugs,
concurrency issues and inherent design complexities and
limitations. sdbus-c++ has learned from dbus-c++ and has chosen a
different path, a path of simple yet powerful design that is intuitive
and friendly to the user and inherently free of those bugs.
Even though sdbus-c++ uses sd-bus library, it is not necessarily
constrained to systemd and can perfectly be used in non-systemd
environments as well.
https://github.com/Kistler-Group/sdbus-cpp |
Number of commits found: 5
|