Port details |
- librtcdcpp Simple WebRTC DataChannels library
- g20210129 www
=0 g20210129Version of this port present on the latest quarterly branch.
- BROKEN: build breaks with fmt-9.1.0, see https://github.com/chadnickbok/librtcdcpp/issues/44
DEPRECATED: Dead upstream fails to build This port expired on: 2024-05-31 IGNORE: is marked as broken: build breaks with fmt-9.1.0, see https://github.com/chadnickbok/librtcdcpp/issues/44
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-04-10 01:29:21
- Last Update: 2024-06-11 15:41:55
- Commit Hash: 0e36c9b
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://github.com/chadnickbok/librtcdcpp
- Description:
- librtcdcpp is a simple C++ implementation of the WebRTC DataChannels API.
It was originally written by Andrew Gault and Nick Chadwick, and was inspired in
by librtcdc.
Its goal is to be the easiest way to build native WebRTC DataChannels apps
across PC/Mac/Linux/iOS/Android.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- librtcdcpp>0:www/librtcdcpp
- No installation instructions:
- This port has been deleted.
- PKGNAME: librtcdcpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1621201033
SHA256 (chadnickbok-librtcdcpp-g20210129-2fe92c38b48b6acf1217a8a812c2408310dec437_GH0.tar.gz) = b7a0748d39892d6e7ef2363472304b02d3a3eee9bf44eff9ce6f9ee38eaf3c72
SIZE (chadnickbok-librtcdcpp-g20210129-2fe92c38b48b6acf1217a8a812c2408310dec437_GH0.tar.gz) = 5152080
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:
-
- spdlog>0 : devel/spdlog
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libnice.so : net-im/libnice
- libusrsctp.so : net/libusrsctp
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_librtcdcpp
- USES:
- cmake compiler:c++14-lang gnome ssl
- 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 |
g20210129 11 Jun 2024 15:41:55 |
Rene Ladan (rene) |
www/librtcdcpp: Remove expired port
2024-05-31 www/librtcdcpp: Dead upstream fails to build |
g20210129 11 May 2024 14:35:30 |
Daniel Engberg (diizzy) |
www/librtcdcpp: Deprecate and set expiration date to 2024-05-31
Dead upstream fails to build, marked BROKEN for over a year
Approved by: portmgr (blanket) |
g20210129 31 Dec 2022 06:22:51 |
Yuri Victorovich (yuri) |
www/librtcdcpp: Broken after fmt-9.1.0 update
Reported by: fallout |
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) |
g20210129 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 ) |
g20210129 16 May 2021 21:50:41 |
Yuri Victorovich (yuri) |
www/librtcdcpp: Update g20180627 -> g20210129 |
g20180627_5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20180627_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20180627_5 29 Jan 2021 21:52:47 |
yuri |
net/libusrsctp: Update 0.9.4.0 -> 0.9.5.0
Reported by: portscout |
g20180627_4 07 Sep 2020 21:19:41 |
tobik |
devel/libfmt: Update to 7.0.3
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
g20180627_3 31 Jul 2020 17:07:19 |
tobik |
devel/libfmt: Update to 7.0.2
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
g20180627_2 20 Jul 2020 16:27:43 |
tobik |
devel/libfmt: Update to 7.0.1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
g20180627_1 10 May 2020 07:43:45 |
tobik |
devel/libfmt: Update to 6.2.1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.0
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
g20180627 10 Apr 2020 01:29:13 |
yuri |
New port: www/librtcdcpp: Simple WebRTC DataChannels library |