Single header implementation of std::expected with functional-style extensions.
std::expected is proposed as the preferred way to represent object which will
either have an expected value, or an unexpected value giving information about
why something failed. Unfortunately, chaining together many computations which
may fail can be verbose, as error-checking code will be mixed in with the
actual programming logic. This implementation provides a number of utilities to
make coding with expected cleaner.
WWW: https://github.com/TartanLlama/expected
PR: 244550
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
After recent changes to lang/fpc port, x11-fm/doublecmd is failing to build.
FpPipe() function now requires 2 parameters instead of one.
The attached patch fixes it.
PR: 244655
Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
Details: Upstream changelog since last ports version:
2020.03.06:
- Fixed a problem in "H264or5VideoStreamFramer.cpp" that was allegedly causing problems
compiling for Windows.
2020.02.25:
- Added full support for the "LIVE555 HLS Proxy" ("live555HLSProxy") application, which
is documented at: http://live555.com/hlsProxy/
2020.02.24:
- Commented out a line of code that was preventing "RTSPClientConnection" objects from being
closed when a RTSP server handles a "TEARDOWN" command (on a RTP-over-TCP stream).
2020.02.23:
- Updated our (unicast) RTSP server implementation to handle "PAUSE" commands by calling
"stopGettingFrames()" on the input source. Normally, this is just a no-op, but might not
be for some input sources. (See below.)
- Fixed a bug in "H264or5VideoStreamFramer" that was causing it to not update its
presentation times properly following a pause. (Thanks to Micha Kalfon for reporting this.)
- Updated "openRTSP" to improve the handling of the "-R <port-num>" option. If the specified
port number cannot be used (e.g., because it's already in use), then "openRTSP" now exits.
the GCC 8.4 release this week, so the two are nearly identical.
This brings a backport for Fortran, code generation, and x86 each, and
a number of fixes for rs6000/powerpc.
Simple but efficient cli utility tool to manipulate
JSON data. Offering a powerful way to select one or
multiple elements from a source JSON and apply various
actions on the selected elements at once, e.g. wrap
selected elements into a new JSON, filter in/out,
sort elements, update elements, insert new elements,
remove, copy, move, compare, transform, swap around
and many other operations.
WWW: https://github.com/ldn-softdev/jtc
PR: 244643
Submitted by: Lewis Cook <vulcan@wired.sh>
It turns out that it is not so practical to require a very specific version
of a package using DISTVERSION because the dependency cannot be fulfilled
when the dependency port gets it PORTREVISION bumped.
While here, make it possible to run tests more than once in a row and set
standard testing environment. Also, fix a typo in RUN_DEPENDS.