150139 Commits

Author SHA1 Message Date
rsadowski
627b187d23 Add missing patches 2020-09-07 14:52:40 +00:00
rsadowski
a3244f1663 Update KDE Applications to 20.08.0
- x11/kde-applications/lokalize is marked as broken, this version
  depends on Qt 5.14+
- kdav moved from kde-applications to devel/kf
- As always, major bump all shared libs.
2020-09-07 14:49:10 +00:00
rsadowski
91061394f8 Update KDE Frameworks 5.73.0
- kdav moved from kde-applications to devel/kf
- As always, major bump all shared libs.
2020-09-07 14:48:43 +00:00
rsadowski
208c67dd91 Use MODPY_WANTLIB
OK edd
2020-09-07 14:45:49 +00:00
rsadowski
a999b057b9 Use MODPY_WANTLIB 2020-09-07 14:45:12 +00:00
naddy
964348a371 Fix aarch64 build by making sure that the aarch64-specific code that is
referenced elsewhere is actually built.  From a proposed upstream fix.
https://bugzilla.mozilla.org/show_bug.cgi?id=1662833
https://phabricator.services.mozilla.com/D87174
ok landry@
2020-09-07 14:10:07 +00:00
sthen
7d8b5c0044 use MODPY_WANTLIB 2020-09-07 12:53:00 +00:00
thfr
76f2a4f1ed +kitty 2020-09-07 12:22:16 +00:00
thfr
5840162dab import kitty, a GPU-accelerated terminal emulator
ok rsadowksi@
previous draft was tested by bcallah@ at the time

DESCR:
kitty is designed for power keyboard users. To that end all its controls work
with the keyboard (although it fully supports mouse interactions as well). Its
configuration is a simple, human editable, single file for easy reproducibility
(I like to store configuration in source control).

The code in kitty is designed to be simple, modular and hackable. It is written
in a mix of C (for performance sensitive parts) and Python (for easy hackability
of the UI). It does not depend on any large and complex UI toolkit, using only
OpenGL for rendering everything.

Finally, kitty is designed from the ground up to support all modern terminal
features, such as unicode, true color, bold/italic fonts, text formatting, etc.
It even extends existing text formatting escape codes, to add support for
features not available elsewhere, such as colored and styled (curly) underlines.
One of the design goals of kitty is to be easily extensible so that new features
can be added in the future with relatively little effort.

* Offloads rendering to the GPU for lower system load and buttery smooth
scrolling. Uses threaded rendering to minimize input latency.

* Supports all modern terminal features: graphics (images), unicode, true-color,
OpenType ligatures, mouse protocol, focus tracking, bracketed paste and several
new terminal protocol extensions.

* Supports tiling multiple terminal windows side by side in different layouts
without needing to use an extra program like tmux.

* Can be controlled from scripts or the shell prompt, even over SSH.

* Has a framework for Kittens, small terminal programs that can be used to
extend kitty's functionality. For example, they are used for Unicode input,
Hints and Side-by-side diff.

* Supports startup sessions which allow you to specify the window/tab layout,
working directories and programs to run on startup.

* Cross-platform: kitty works on Linux and macOS, but because it uses only
OpenGL for rendering, it should be trivial to port to other Unix-like platforms.

* Allows you to open the scrollback buffer in a separate window using arbitrary
programs of your choice. This is useful for browsing the history comfortably in
a pager or editor.

* Has multiple copy/paste buffers, like vim.
2020-09-07 12:19:52 +00:00
thfr
25bc5ac21a +shockolate 2020-09-07 12:16:51 +00:00
thfr
33f90671af import shockolate, a source port of the engine for System Shock
ok solene@ (minor tweaks to README since then)

DESCR:
Shockolate - System Shock, but cross platform! Based on the source code for
PowerPC released by Night Dive Studios, Incorporated. Shockolate is a cross
platform source port of System Shock, using SDL2. This runs well on OSX, Linux,
and Windows right now, with some missing features that need reviving due to not
being included in the source code that was released.

The end goal for this project is something like what Chocolate Doom is for Doom:
an experience that closely mimics the original, but portable and with some
quality of life improvements including an OpenGL renderer and mod support!
2020-09-07 12:14:33 +00:00
landry
5327d32fd5 Update to xfce4-notifyd 0.6.2.
See https://mail.xfce.org/pipermail/xfce-announce/2020-September/000896.html
2020-09-07 11:50:42 +00:00
landry
2d29bbee29 Update to py-buildbot{,-worker} 2.8.4. 2020-09-07 11:48:30 +00:00
sthen
9d96c3d96d update to lldpd-1.0.6 2020-09-07 11:42:46 +00:00
sthen
cabd9f9e09 update to FreeIPMI 1.6.6 2020-09-07 11:42:26 +00:00
sthen
2612319603 net-snmp -Wl,-no-undefined issue: switch to diff committed upstream 2020-09-07 10:18:14 +00:00
tb
d85d81da99 fetchmail: use OpenSSL 1.1 code path
Instead of relying on an untested code path that uses version fixed
TLS client methods and the made-up TLSv1_3_client_method() in case
TLS1_3_VERSION is defined, we can just use the code path provided for
the OpenSSL 1.1 API. While it seems reasonable to assume that such a
client method might be available, version fixed methods are deprecated.
TLSv1_3_client_method() never existed in either LibreSSL or OpenSSL.

This will make sure that the port works correctly now and will
continue to build and work correctly once LIBRESSL_HAS_TLS1_3
becomes publicly visible.

ok jsing
2020-09-07 09:40:53 +00:00
tb
b00e353659 Ensure pypy is ready for LIBRESSL_HAS_TLS1_3
Instead of checking for LIBRESSL_HAS_TLS1_3 directly, check for
availability of TLS1_3_VERSION in case we're using LibreSSL as
requested by jsing.

ok edd
2020-09-07 09:32:18 +00:00
tb
eb512b24d6 Ensure py-cryptography is ready for LIBRESSL_HAS_TLS1_3
Instead of checking for LIBRESSL_HAS_TLS1_3 directly, check for
availability of TLS1_3_VERSION in case we're using LibreSSL as
requested by jsing.
2020-09-07 09:32:15 +00:00
sthen
d2603b39d8 regen PLIST to unbreak following the doxygen update 2020-09-07 08:56:39 +00:00
rsadowski
66ae6e6874 Bump GCC_VER to keep the ports all in sync
Spotted and from Brad, thanks
2020-09-07 08:54:29 +00:00
sthen
ac707e1150 darktable: add BDEP on textproc/libxslt for xsltproc 2020-09-07 08:44:24 +00:00
sthen
24ec5370f5 update to dhcpcd-9.2.0 2020-09-07 08:42:55 +00:00
sthen
aa4fd04c8d p5-PDF-API2: add optional dep on p5-PDF-API2-XS 2020-09-07 08:42:02 +00:00
sthen
5bafd87eac +p5-PDF-API2-XS 2020-09-07 08:41:19 +00:00
sthen
5c04700947 import ports/textproc/p5-PDF-API2-XS, from wen heping with tweaks, fix/ok jca@
Compiled extension to speed up some operations of PDF::API2.
2020-09-07 08:40:54 +00:00
rsadowski
ea5b53f9cd Move kdav from x11/kde-applications to devel/kf5
kdav has changed from "KDE Applications" to "KDE Frameworks".
2020-09-07 04:44:56 +00:00
rsadowski
7a67a87ecb Update libtorrent-rasterbar to 1.2.10
Release notes:
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1.2.10

Form Nam Nguyen
2020-09-07 04:24:17 +00:00
cwen
66313e0a24 p5-JSON-MaybeXS: fix a typo so test depends are properly picked up
OK gnezdo@, bluhm@ (maintainer)
2020-09-06 22:46:50 +00:00
bentley
0216663558 Fix regression tests, which depend on libpng. 2020-09-06 22:33:59 +00:00
abieber
81aa067f76 + bombadillo 2020-09-06 13:59:10 +00:00
abieber
d18badcdaf Import bombadillo, a non-web browser designed for a growing list of protocols
operating outside of the web.

OK jasper@, tests from trondd at kagu-tsuchi dot com
2020-09-06 13:58:07 +00:00
thfr
f553a8c906 add sndio backend to godot
main work done by Omar Polo ( op AT omarpolo DOT com ), who is also
taking MAINTAINER of this port. Also thanks to ratchov@ for valuable
input.
2020-09-06 10:34:19 +00:00
jasper
efa516f513 update to grilo-0.3.13 2020-09-06 10:09:10 +00:00
jasper
9e07bd7733 update to grilo-plugins-0.3.12 2020-09-06 10:09:09 +00:00
jasper
40248c55a2 update to vala-0.48.10 2020-09-06 10:09:08 +00:00
ajacoutot
24fb0269c3 Update to gnome-user-docs-3.36.6. 2020-09-06 07:50:26 +00:00
ajacoutot
5597ff3a6e Update to terragrunt-0.23.40. 2020-09-06 07:33:15 +00:00
ajacoutot
aa25d778ef Update to gnome-music-3.36.5. 2020-09-06 07:15:21 +00:00
ajacoutot
183eb0c984 Update to py3-chromecast-7.3.0. 2020-09-06 07:06:01 +00:00
abieber
926d764f9a Bump beets to include an upstream fix:
31855a9394.patch
2020-09-05 22:24:01 +00:00
ajacoutot
a5753751ec gegl bundles libnsgif but can use the installed one, so use that.
breakage reported by naddy@ (dpb junking libnsgif)
2020-09-05 16:46:23 +00:00
ajacoutot
be52727cac Update to at-spi2-core-2.36.1. 2020-09-05 11:17:21 +00:00
ajacoutot
fc94a647d9 Update to gtk+3-3.24.23. 2020-09-05 11:16:30 +00:00
ajacoutot
4d94c5e83e Update to amazon-ssm-agent-3.0.161.0. 2020-09-05 11:10:16 +00:00
ajacoutot
1224cb60e5 Update to awscli-1.18.133. 2020-09-05 10:48:40 +00:00
ajacoutot
53e4f71a86 Update to py3-boto3-1.14.56. 2020-09-05 10:48:26 +00:00
ajacoutot
1a4ad61905 Update to py3-botocore-1.17.56. 2020-09-05 10:48:15 +00:00
ajacoutot
a951802eb7 Update to gspell-1.8.4. 2020-09-05 10:34:42 +00:00
ajacoutot
846c94a0bf Update to terraform-0.13.2. 2020-09-05 10:31:58 +00:00