This is a backport of the subprocess standard library module from
Python 3.2 - 3.5 for use on Python 2.
It includes bugfixes and some new features. On POSIX systems it is
guaranteed to be reliable when used in threaded applications. It
includes timeout support from Python 3.3 and the run() API from 3.5
but otherwise matches 3.2's API.
OK daniel@
Kiwi is an efficient C++ implementation of the Cassowary constraint
solving algorithm. Kiwi is an implementation of the algorithm based
on the seminal Cassowary paper. It is not a refactoring of the
original C++ solver. Kiwi has been designed from the ground up to
be lightweight and fast. Kiwi ranges from 10x to 500x faster than
the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python
bindings.
OK daniel@
Kiwi is an efficient C++ implementation of the Cassowary constraint
solving algorithm. Kiwi is an implementation of the algorithm based
on the seminal Cassowary paper. It is not a refactoring of the
original C++ solver. Kiwi has been designed from the ground up to
be lightweight and fast. Kiwi ranges from 10x to 500x faster than
the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python
bindings.
OK daniel@
It looks like qtcreator wants to build botan which needs python, even though
USE_SYSTEM_BOTAN is set. Nevertheless I do not see any use of botan.
Let's unbreak the bulk build
Spotted by ajacoutot@
ttyplot is a realtime plotting utility for terminals. It takes data from
stdin, and plots on a terminal or console.
It supports rate calculation for counters, and up to two plots on a single
display using reverse video for the second line.
OK sthen@
having to set device tree address in config.txt as the dtb address
passed via atags is used. Patch from Alexander Graf in openSUSE U-Boot
tree. Discussed with kettenis@
pyte is an in memory VTXXX-compatible terminal emulator. XXX stands for
a series of video terminals, developed by DEC between 1970 and 1995.
The first, and probably the most famous one, was VT100 terminal, which
is now a de-facto standard for all virtual terminal emulators.
OK solene@, sthen@
modphp, possible without pain now that we have UPDATE_PLIST_ARGS.
- install empty php-fpm.d directory and handle pkg_delete -c with @extraunexec
- cat www.conf to the end of php-fpm.conf on all of !5.6, previously this was
just done on 7.0. (not installing this to php-fpm.d/www.conf to avoid making
a conflicting config for updating users).
* Backport patches from upstream:
- Switch AAC encoder from twoloop coder to fast coder
- Add support for extended channel layouts using PCEs
from Brad (maintainer)