166030 Commits

Author SHA1 Message Date
fcambus
1667e45df7 Add cjson. 2022-04-27 13:25:01 +00:00
fcambus
842f5c4b49 Import devel/cjson.
cJSON aims to be the dumbest possible parser that you can get your job
done with. It's a single file of C, and a single header file.

OK tb@
2022-04-27 13:24:00 +00:00
op
9415ecca52 update sysutils/nnn to 4.5
diff from maintainer Martin Ziemer, thanks!

changelog: https://github.com/jarun/nnn/releases/tag/v4.5
port wise: drop the (upstreamed) patch-src_nnn_c
2022-04-27 10:39:15 +00:00
sthen
8253f5d5e5 update to dovecot-fts-xapian-1.5.5, fixing segfault with Dovecot 2.3.17+
From William Orr, plus drop Tom Wong-Cornall as maintainer as he's moved to
dovecot-fts-flatcurve.
2022-04-27 10:05:15 +00:00
giovanni
9f2c5aafb6 +p5-Net-LibIDN2 2022-04-27 09:21:40 +00:00
giovanni
29865bb6a6 Net::LibIDN2 - Perl bindings for GNU Libidn2
The port provides bindings for GNU Libidn2,
a C library for handling internationalized domain names
based on IDNA 2008, Punycode and TR46.

hints and ok sthen@
2022-04-27 09:11:04 +00:00
sthen
a6560ca032 kf5/kparts picks up gtar during build; add a BDEP 2022-04-27 08:48:14 +00:00
sthen
7e0635adb5 mark BROKEN 2022-04-27 08:46:54 +00:00
ajacoutot
907a9570d3 Update to google-cloud-sdk-383.0.0. 2022-04-27 08:05:28 +00:00
ajacoutot
eee3de8b06 Update to py3-chromecast-12.0.0. 2022-04-27 07:54:50 +00:00
ajacoutot
2a4ae38268 Update to zenity-3.42.1. 2022-04-27 07:51:03 +00:00
ajacoutot
4b6d02646f Update to ghex-42.2. 2022-04-27 07:48:55 +00:00
ajacoutot
51e6ea0987 Update to gnome-calendar-42.1. 2022-04-27 07:47:03 +00:00
ajacoutot
99827b2aa3 Update to gnome-control-center-42.1. 2022-04-27 07:25:01 +00:00
sthen
1f10eecb5c update to py3-sqlalchemy-1.4.36 2022-04-27 07:18:58 +00:00
sthen
71bb8f5980 update to p5-libwww-6.64 2022-04-27 07:16:02 +00:00
sthen
6e66d8524e update to icinga-web2-module-incubator-0.16.0 2022-04-27 07:14:55 +00:00
sthen
6559805c3a update to icinga-php-library-0.8.1 2022-04-27 07:14:43 +00:00
landry
6685219d9e sysutils/grafana: update to 7.5.15, from Lucas Raab
ok martin@
2022-04-27 06:58:50 +00:00
robert
d43243f3c3 update to 101.0.4951.41 2022-04-27 05:18:35 +00:00
abieber
a1ad5d21d1 Update restic to 0.13.1
OK sthen@
2022-04-27 02:27:32 +00:00
abieber
80cbb93c17 + shairport-sync 2022-04-27 02:21:09 +00:00
abieber
a60fb65d9c + _shairport 2022-04-27 02:20:03 +00:00
abieber
02a457079f Import shairport-sync, an AirPlay audio player.
DESCR:
Shairport Sync is an AirPlay audio player. It plays audio streamed from
iTunes, iOS, Apple TV and macOS devices and AirPlay sources such as Quicktime
Player and ForkedDaapd, among others.

tweaks from Paul de Weerd and OK/tweaks from sthen@
2022-04-27 02:19:25 +00:00
pvk
6d35ad94bd Update ansible 5.6.0 -> 5.7.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/5/CHANGELOG-v5.rst#v5-7-0
2022-04-26 21:49:32 +00:00
pvk
ee8ad254e6 Update ansible-core 2.12.4 -> 2.12.5
Changelog: https://github.com/ansible/ansible/blob/v2.12.5/changelogs/CHANGELOG-v2.12.rst#v2-12-5
2022-04-26 21:47:12 +00:00
pvk
cd426c2a54 Update vault 1.10.0 -> 1.10.1
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1101
2022-04-26 21:45:23 +00:00
giovanni
d159304ab9 update to 1.6.15
from Leo Unglaub, thanks
2022-04-26 20:40:26 +00:00
tb
9cf6f5e7a9 +py-jsonpatch,python3
+py-jsonpointer,python3
2022-04-26 19:53:22 +00:00
tb
1c3caca3af import textproc/py-jsonpatch. From portno12 protonmail com; ok sthen
Library to apply JSON Patches according to RFC 6902.

JSON Patch is a format identified by the "application/json-patch+json"                              media type for expressing a sequence of operations to apply to a target                             JSON document. It is suitable for use with the HTTP PATCH method.
2022-04-26 19:50:29 +00:00
tb
00ff845db9 import textproc/py-jsonpointer. From portno12 protonmail com, ok sthen
Library to resolve JSON Pointers according to RFC 6901.

JSON Pointer is a standardized (RFC6901) way to select a value inside
a JSON Document (DOM). This is analogous to XPath for an XML document.
However, JSON Pointer is much simpler, and a single JSON Pointer only
points to a single value.
2022-04-26 19:44:05 +00:00
jsing
b4c75e5e31 Update lang/go to 1.18.1. 2022-04-26 19:42:58 +00:00
tb
d59a47e36f sigh; wrong directory in import command 2022-04-26 19:42:38 +00:00
tb
cf7766d29b import textproc/py-jsonpointer. From portno12 protonmail com, ok sthen
Library to resolve JSON Pointers according to RFC 6901.

JSON Pointer is a standardized (RFC6901) way to select a value inside
a JSON Document (DOM). This is analogous to XPath for an XML document.
However, JSON Pointer is much simpler, and a single JSON Pointer only
points to a single value.
2022-04-26 19:40:10 +00:00
sdk
a67e59536b In update 3.3.1, the @shell PLIST annotation got lost.
Noticed by solene.
ok solene@
2022-04-26 18:30:12 +00:00
sthen
f1db4956d4 update to asterisk-19.3.3 2022-04-26 18:20:31 +00:00
sthen
5c98dee115 update to asterisk-18.11.3 2022-04-26 18:20:30 +00:00
sthen
d19241643c update to asterisk-16.25.3 2022-04-26 18:20:29 +00:00
jcs
d523acb376 update to crystal-1.4.1 2022-04-26 15:44:52 +00:00
landry
220fdf32fb geo/postgis: fix WANTLIB after qhull update 2022-04-26 14:50:08 +00:00
landry
6595b1f354 geo/gdal: fix WANTLIB after qhull update 2022-04-26 14:49:21 +00:00
landry
dddf1fb7f7 math/plplot: fix build with reentrant version of qhull
patch from debian:
https://salsa.debian.org/science-team/plplot/-/blob/master/debian/patches/reentrant-qhull.patch
2022-04-26 14:48:53 +00:00
landry
a0aa2b0fb2 math/octave: update to 7.1.0, from Volker Schlecht
adds an RDEP on gtar and adapt scripts to use it.
tested by/ok steven@ (MAINTAINER)
2022-04-26 14:47:40 +00:00
landry
bbccb799f7 math/qhull: update to 2020.2, from Volker Schlecht
now only installs the reentrant version of libqhull; consumers will be
adapted to cope.

tested by steven@
2022-04-26 14:46:21 +00:00
mestre
0a450ee8b5 update to 0.8.5
upstream commits since previous version:

* FAQ: fix a typo, patch -> path
* Fix overtyping wide characters
* Fix null pointer access in strhandle
* follow-up fix for OSC color sequences, return
* Add support for OSC color sequences
* fix possible rare crash when Xutf8TextPropertyToTextList fails
* fix a problem that the standard streams are unexpectedly closed
* Add 14th bit to XK_SWITCH_MOD bitmask
* Mild const-correctness improvements
* fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
* remove unused variable from previous patch
* ST: Add WM_ICON_NAME property support

ok sthen@
2022-04-26 13:54:55 +00:00
ajacoutot
1bf7a6f3ad Add missing DEP on x11/gnome/libadwaita.
this fixes build breakage because of missing gtk-update-icon-cache as
reported by sthen@
2022-04-26 13:30:57 +00:00
fcambus
e687005745 Update siege to 4.1.3. 2022-04-26 13:18:45 +00:00
fcambus
d22b1b2b6f Update libopenmpt to 0.6.2. 2022-04-26 13:17:45 +00:00
fcambus
fccd98761f Update libansilove to 1.3.1. 2022-04-26 13:16:47 +00:00
ajacoutot
886525c473 Merge patch from upstream. 2022-04-26 12:56:14 +00:00