132385 Commits

Author SHA1 Message Date
bket
051fc78ccb +py-kiwisolver,python32, which was forgotten in an earlier commit 2018-10-18 16:50:05 +00:00
jeremy
47526ad29e Don't pickup gmkdir during libuv build
Should fix issue that hit espie@.  No bump as this only affects building.
2018-10-18 16:30:31 +00:00
bket
00d574c386 +py-subprocess32 2018-10-18 14:31:03 +00:00
bket
42983d553c Import py-subprocess32-3.5.2.
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@
2018-10-18 14:29:06 +00:00
bket
7ea1d81208 +py-kiwisolver 2018-10-18 14:20:56 +00:00
bket
22f573eb6d Import py-kiwisolver-1.0.1.
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@
2018-10-18 14:08:52 +00:00
naddy
4109a05f37 update to 5.61 2018-10-18 13:56:48 +00:00
bket
2ddc908684 Import py-kiwisolver-1.0.1.
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@
2018-10-18 13:56:12 +00:00
gonzalo
4e4b0ac1c1 Update for SMTube to 18.9.0
OK benoit@
2018-10-18 11:50:29 +00:00
gonzalo
3c4013b8d0 Update for SMPlayer to 18.9.0
OK benoit@
2018-10-18 11:49:05 +00:00
espie
780865564e update to 7.60
tweak plist according to update-plist improvements
(DRUPAL-SA-CONTRIB-2018-006)
2018-10-18 10:28:36 +00:00
espie
80ff67ad9a do not pass TRUEPREFIX through, as it's subpackage independent
adjust post update-plist changes
2018-10-18 09:38:32 +00:00
rsadowski
3ab97bf688 add python as build depends
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@
2018-10-18 09:29:21 +00:00
landry
ace1c0073e Update to mapserver 7.2.1 2018-10-18 08:08:38 +00:00
landry
df2a95ae8e Update to buildbot 1.5.0. 2018-10-18 08:08:12 +00:00
fcambus
30d2f07a10 Add ttyplot. 2018-10-18 06:52:27 +00:00
fcambus
e191cc83f4 Import sysutils/ttyplot.
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@
2018-10-18 06:51:41 +00:00
jsg
e182b9354e update to the latest raspberrypi-firmware commit and update config.txt
instructions
2018-10-17 22:30:37 +00:00
jsg
606d72a78f Change from CONFIG_OF_EMBED to CONFIG_OF_BOARD in rpi targets, avoids
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@
2018-10-17 22:21:29 +00:00
espie
3fd74c7a5d update, make it work again with dailymotion
okay kn@
2018-10-17 21:04:13 +00:00
sthen
d99df233e3 update to rspamd-1.8.1 2018-10-17 20:38:34 +00:00
sthen
55067c0145 update to librenms-1.44 2018-10-17 20:24:38 +00:00
ajacoutot
cdfe9f2e5d Update to aws-shell-0.2.1 to unbreak runtime. 2018-10-17 16:33:23 +00:00
fcambus
aea4d2694d Add termtosvg. 2018-10-17 16:16:15 +00:00
fcambus
cedebf76b1 Import graphics/termtosvg.
termtosvg is a Unix terminal recorder written in Python that renders
your command line sessions as standalone SVG animations.

OK solene@, sthen@
2018-10-17 16:15:26 +00:00
fcambus
c863f0cf8f Add py-pyte. 2018-10-17 16:11:59 +00:00
fcambus
ebd9c5a01d Import devel/py-pyte.
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@
2018-10-17 16:10:42 +00:00
sthen
aae6f62d0d set DPB_PROPERTIES lonesome on i386, linking takes too much memory
on a system building anything else simultaneously. (may also need
--disable-debug-symbols to avoid it being too annoying, but trying
without first).
2018-10-17 15:07:20 +00:00
benoit
75ced59251 Update to highlight-3.47. 2018-10-17 14:43:35 +00:00
sthen
7def6f9c33 update to p5-DBD-Sybase-1.16 2018-10-17 14:43:32 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
sthen
63025870b7 add comments about py3 and (beta) librenms-service.py, no pkg change 2018-10-17 13:40:04 +00:00
sthen
a0370164da @sample the bash_completion.d files 2018-10-17 13:36:48 +00:00
sthen
8c40c6d028 - use SUBST_CMD instead of a perl regex for sample config for apache httpd's
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).
2018-10-17 12:44:02 +00:00
ajacoutot
89caf6cfc3 Update to appstream-glib-0.7.14. 2018-10-17 11:53:36 +00:00
ajacoutot
1fcc97bbff Update to awscli-1.16.35. 2018-10-17 10:33:32 +00:00
ajacoutot
696e65ba9a Update to py-botocore-1.12.25. 2018-10-17 10:33:15 +00:00
ajacoutot
9974baddf8 Update to py-boto3-1.9.25. 2018-10-17 10:33:05 +00:00
ajacoutot
bfe622f81f Update to gegl04-0.4.10. 2018-10-17 10:08:16 +00:00
rpointel
9379b9fb8d update theHarvester to 3.0. 2018-10-17 09:19:44 +00:00
rpointel
b96683d9fd update yamllint to 1.12.1. 2018-10-17 09:10:57 +00:00
bentley
3bea5e4811 Oops, these libraries must stay in sync.
Build failure reported by ajacoutot@
2018-10-17 09:00:49 +00:00
benoit
5dadc6a8a8 Update to rocksndiamonds-4.1.1.0. 2018-10-17 08:48:34 +00:00
ajacoutot
92d83c59b8 +libdsm 2018-10-17 08:41:14 +00:00
ajacoutot
792f62fcce Import libdsm-0.3.0.
A minimalist and read-only implementation of SMB using Plain'Ol C.

ok robert@
2018-10-17 08:40:44 +00:00
ajacoutot
85514ee306 Resolve file collision with py-six by removing the copy of Six shipped
with LLVM and add a build depends on py-six.

From Brad (maintainer)
2018-10-17 08:35:55 +00:00
ajacoutot
156bee275c Minor update to lighttpd-1.4.51.
from Brad (maintainer)
2018-10-17 08:34:03 +00:00
ajacoutot
ccafbcfd4a Update to x265-2.9.
from Brad (maintainer)
2018-10-17 08:32:21 +00:00
ajacoutot
a162a1093f Update to dtc-1.4.7.
from Brad
2018-10-17 08:27:44 +00:00
ajacoutot
6df43325f6 * Cleanup WANTLIB/LIB_DEPENDS a bit
* Backport patches from upstream:
- Switch AAC encoder from twoloop coder to fast coder
- Add support for extended channel layouts using PCEs

from Brad (maintainer)
2018-10-17 08:25:07 +00:00