150311 Commits

Author SHA1 Message Date
jasper
363a4d665c remove py-carddav, it's python-2 only and upstream has also declared this
"officially dead" 3 years ago. productivity/khal would be an alternative.

ok aja@
2020-09-13 13:21:00 +00:00
kmos
437be5045a Update quirks for py-termcolor removal 2020-09-13 13:04:53 +00:00
kmos
6f2586b3f9 Remove py-termcolor. It has no consumers and there hasn't been a release
since 2011. (It's only presence seems to be its PyPI page).

ok kn
2020-09-13 13:03:26 +00:00
rsadowski
a23000d486 Fix thread stack base detection in devel/kf5/kjs
The old patch points to the TOP and not to the base(end) of the thread stack.

OK mpi@
2020-09-13 12:29:31 +00:00
ajacoutot
1ec3183e4b Probably needs an EPOCH (1.3.4 -> 1.0.0 even if the pkgname changes). 2020-09-13 12:24:12 +00:00
ajacoutot
f65ac0fcdd Move to py3.
Fix bogus patch and regen PLIST while here.
2020-09-13 12:21:24 +00:00
kirby
e96c658875 fix build on sparc64 2020-09-13 12:11:30 +00:00
ajacoutot
4393060154 'rgain' => 'rgain3' 2020-09-13 12:05:37 +00:00
ajacoutot
214d9e4fd3 Move to and update to rgain3, forked of rgain (which is unmaintained):
https://github.com/chaudum/rgain
It's now py3.
2020-09-13 12:04:50 +00:00
ajacoutot
5e65e8af1f Update to webkitgtk4-2.30.0. 2020-09-13 10:28:44 +00:00
ajacoutot
c7d9caa8d2 Move to py3 and unbreak. 2020-09-13 10:10:07 +00:00
ajacoutot
549a57a0d0 Move to py3.
Add a time_t patch while here.
2020-09-13 08:53:59 +00:00
jasper
2b5b8d6d31 catch up with recent removals 2020-09-13 08:50:20 +00:00
jasper
7752bc8097 remove goocanvas2 for it's depending on the python2 version of
devel/py-gobject3 which will soon be python3-only.

ok aja@
2020-09-13 08:50:02 +00:00
jasper
5a54eb1324 remove ocrfeeder after it was fed goocanvas2. the latter is going away
and ocrfeeder is following suit. aja agreed its no longer useful for him either.

ok aja@
2020-09-13 08:48:57 +00:00
jasper
5124c87643 remove libgda-ui, it's unused and depends on goocanvas2 which is
going the way of the dodo.

ok aja@
2020-09-13 08:46:54 +00:00
ajacoutot
a66db43ac7 'py-keyring' => 'py3-keyring'
'py-secretstorage' => 'py3-secretstorage'
2020-09-13 08:17:49 +00:00
ajacoutot
3a567da392 -py-keyring
-py-secretstorage
2020-09-13 08:15:32 +00:00
ajacoutot
b2ee3ab662 Move to py3 only. 2020-09-13 08:15:10 +00:00
jasper
0fa8eb2713 make this python3-only 2020-09-13 08:10:16 +00:00
tb
b2b86bb510 Only retry the write on a non-blocking socket
Jussi Laako reported seeing a busy loop when Thunderbird or mobile users
connected to the Alpine based imapd mail server. One of them is doing
non-blocking I/O and the added retry short-circuited the select call
and retry causing a busy loop. Simplify the retry logic while there.

tested by procter, with help from beck
2020-09-13 08:05:08 +00:00
jasper
68e15d0112 update to fastnetmon-1.1.7 2020-09-13 07:59:58 +00:00
landry
34a135b89a Add /usr/lib r to unveil.content to unbreak WebGL on some configurations
Reported/tested by Jesper Wellin and Joe Gidi, also discussed on bugs@.
Seems i had completely forgot about this one..
2020-09-13 06:34:08 +00:00
ajacoutot
c3a8018727 Remove bogus comment. 2020-09-13 06:14:19 +00:00
pamela
6ced396d44 +py-blurhash 2020-09-13 03:18:23 +00:00
pamela
3478840ab4 Import py-blurhash, a python implementation of the blurhash algorithm,
used by the mastodon software to hide sensitive images using compact
placeholders.

OK kmos phessler
2020-09-13 03:15:53 +00:00
kmos
2707d7cf95 Update audio/picard 2.3.1 -> 2.4.2
From Stefan Hagen - Thanks!
2020-09-12 22:10:09 +00:00
pamela
d170ceb93c +mypaint 2020-09-12 21:01:13 +00:00
pamela
d65a694f4e Import MyPaint 2.0.1
MyPaint is a simple drawing and painting program that works well
with Wacom-style graphics tablets. Its brush engine is versatile and
configurable, and it provides useful, productive tools. The standard
brushes can emulate traditional media like charcoal, pencils, ink, or
paint.

with and OK phessler, OK sthen
2020-09-12 20:57:21 +00:00
kmos
0c6b072810 Hook py-brotli up to build 2020-09-12 20:39:31 +00:00
kmos
0cbba5f6f5 python bindings for Brotli, a generic-purpose lossless compression
algorithm that compresses data using a combination of a modern
variant of the LZ77 algorithm, Huffman coding and 2nd order context
modeling, with a compression ratio comparable to the best currently
available general-purpose compression methods. It is similar in
speed with deflate but offers more dense compression.

Original version by thfr. Moved to current python port standards by
me. Typo fix pointed out by sthen.

ok sthen
2020-09-12 20:38:14 +00:00
kmos
dc67d68183 Hook py-lz4 up to build 2020-09-12 20:35:56 +00:00
kmos
32851efa4c This package provides python bindings for the LZ4 compression library.
The bindings provided in this package cover the frame format, the
block format, and the streaming format specifications. The frame
format bindings are the recommended ones to use, as this guarantees
interoperability with other implementations and language bindings.

Needed for thfr's pending py-unitypy port and another port I have in progress

Some details picked up from thfr's version. Tweak from sthen.

ok sthen
2020-09-12 20:35:13 +00:00
pamela
fbff7e2238 +mypaint-brushes2 2020-09-12 20:34:46 +00:00
pamela
a00f065bf0 Import 2.x branch of mypaint-brushes.
Brushes used by MyPaint and other software using libmypaint.

Tweaks and OK sthen, OK phessler
2020-09-12 20:33:11 +00:00
sthen
a6fda83cb0 update unifi/testing to 6.0.20-rc 2020-09-12 20:28:59 +00:00
phessler
9998ff7c55 gtk+2 and gtk+3 are in the dep chain for huge amounts of the ports tree,
so add a parallel flag so they use multiple CPUs while building.  this
is noticably faster at unlocking lots of buildable ports on aarch64
keep gtk+4 in sync with them

has been in arm64 package snaps for at least a year

OK ajacoutot@ (a while ago)
2020-09-12 19:44:11 +00:00
phessler
c7b76e7e50 twich dot tv changed their api, so this app no longer works
mark as BROKEN

OK bcallah@ (MAINTAINER)
2020-09-12 19:36:59 +00:00
sthen
5a89463f17 asterisk: update the description around -fblocks failing on clang arches,
patch and tweak the port Makefile to make it easier to test this
2020-09-12 19:35:37 +00:00
phessler
363d1e1609 Update Alephone engine to 1.3.1, after 5 years of development.
see https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20200904
and https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20200830
for more detail

pew pew pew testing by myself (solo games), and pamela@ and kmos@ in multiplayer

OK pamela@
2020-09-12 19:30:08 +00:00
phessler
aee8348557 Update Alephone engine to 1.3.1, after 5 years of development.
see https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20200904
and https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20200830
for more detail

pew pew pew testing by myself (solo games), and pamela@ and kmos@ in multiplayer

OK pamela@
2020-09-12 19:29:40 +00:00
rsadowski
ddeda13cbf Unbreak nethack
- Move lib/X11/app-defaults/NetHack-${V} to PFRAG.no-no_x11.
- Remove lib/X11/app-defaults/NetHack-${V} from PLIST
  (My fault in the last commit).
- Remove PFRAG.no-qt-no-no_x11.

Checked: nethack-3.4.3p16 installs lib/X11/app-defaults/NetHack-3.4.3 an
nethack-3.4.3p16-no_x11 not.

Input form espie, Spotted by naddy, jasper, sorry for the noise.
2020-09-12 18:39:59 +00:00
ians
f36911770a update to htop-3.0.1
ok rsadowski
2020-09-12 17:25:21 +00:00
naddy
c8e25eca48 and bump for actual WANTLIB change 2020-09-12 17:12:41 +00:00
naddy
0874b7d12c Restore REVISION. Spectacle has its own VERSION, independent of the
KDE Applications update.
2020-09-12 16:11:24 +00:00
kmos
52978ed65b Update devel/py-pathspec 0.5.9 -> 0.8.0
From Wen Heping - thanks again

With tweaks by me to have it use MODPY_PYTEST
2020-09-12 15:50:11 +00:00
jasper
aeb6c4582b mop up after apache-activemq removal 2020-09-12 15:33:51 +00:00
jasper
2daed53c4d remove apache-activemq; it's not directly used by any ports, it's not been
updated in 3 years and as such there are a bunch of unfixed security issues.
do everyone a service and just drop it. rabbitmq can be used as an alternative.

ok kmos@
2020-09-12 15:33:31 +00:00
jasper
45d2cb59e9 remove mentions of the activemq package from the readme for it's going away. 2020-09-12 15:30:02 +00:00
jasper
299b18603e +tls-attacker 2020-09-12 14:37:23 +00:00