172264 Commits

Author SHA1 Message Date
jsg
e2d0a37a97 update inteldrm firmware to 20221214
no binary change
2022-12-20 08:46:21 +00:00
jsg
174c73205e update radeon firmware to 20221214
no binary change
2022-12-20 08:44:16 +00:00
jsg
d3f9fde163 update amdgpu firmware to 20221214
includes initial Navi 31 (Radeon RX 7900 XT/XTX) firmware
2022-12-20 08:42:04 +00:00
ajacoutot
fe748bd664 Update to exoscale-cli-1.62.0. 2022-12-20 08:21:46 +00:00
ajacoutot
84313d590d Unbreak: removing MAINTAINER requires a bump. 2022-12-20 08:04:27 +00:00
ajacoutot
280abb7ef8 Unbreak: removing MAINTAINER requires a bump. 2022-12-20 08:03:33 +00:00
tb
8841a7393a Update to rust-openssl-tests 20221220 2022-12-20 00:06:40 +00:00
bluhm
294a33c8b6 update p5-Syntax-Keyword-Defer to 0.08 2022-12-19 22:22:49 +00:00
tb
675de58cf7 Update to openssl-ruby-tests 20221219 2022-12-19 22:02:26 +00:00
sdk
14c37b0204 Update mu 1.8.11 => 1.8.13, bugfix release
Changes (since 1.8.11; there was no 1.8.12 release):

* Make server buffer invisible
* Fix mu-headers-toggle-setting user feedback
* Improve browse-url-handlers
* Update some tests, avoid compiler warnings

OK op
2022-12-19 18:38:39 +00:00
ajacoutot
1a95f2de44 Missing BDEP on net/telepathy/telepathy-glib. 2022-12-19 16:39:29 +00:00
ajacoutot
07c5d77f2a Add multiple missing RDEP. 2022-12-19 16:32:30 +00:00
ajacoutot
049a47f547 telepathy-idle is back 2022-12-19 16:31:49 +00:00
ajacoutot
56b8ac2cef Resurrect telepathy-idle; it's required by polari.
ok robert@
2022-12-19 16:28:21 +00:00
ajacoutot
438e11d0e0 Simplify computing MASTER_SITES. 2022-12-19 15:55:15 +00:00
ajacoutot
d13a932664 Update to xournal-0.4.8.2016. 2022-12-19 15:18:53 +00:00
ajacoutot
912287a731 Register removal of caribou. 2022-12-19 15:03:25 +00:00
ajacoutot
f668f4ff63 Remove caribou; nothing else uses it in tree and the only thing that could
use it is cinnamon which we don't ship.
2022-12-19 15:03:08 +00:00
ajacoutot
97cbecc010 x11/gnome/caribou is not needed anymore. 2022-12-19 14:46:41 +00:00
sthen
0cda1cc14f update to py3-tox-4.0.14 2022-12-19 13:29:08 +00:00
sthen
5eb43ccf9e py-fields doesn't actually use py-tox for tests, remove TDEP 2022-12-19 13:16:38 +00:00
sthen
9e1d2e0c59 py-semver doesn't actually use py-tox for tests, remove TDEP 2022-12-19 13:15:38 +00:00
sthen
e2832ebdc4 use MODPY_PYBUILD=setuptools_scm rather than BDEPs on setuptools-scm 2022-12-19 13:05:01 +00:00
sthen
2ba62a9c19 +py-pyproject-api 2022-12-19 12:55:18 +00:00
sthen
73b6d5d54e import ports/devel/py-pyproject-api, ok landry@
pyproject-api aims to abstract away interaction with pyproject.toml
style projects in a flexible way.
2022-12-19 12:54:52 +00:00
sthen
82df6f5183 use MODPY_PYBUILD=setuptools_scm instead of BUILD_DEPENDS on
devel/py-setuptools_scm${MODPY_FLAVOR}.
2022-12-19 12:17:57 +00:00
landry
61b86b53c2 devel/py-tox: add missing RDEP on py-toml
noticed by claudio@, ok sthen@
2022-12-19 11:51:35 +00:00
landry
8a88a4c40f geo/pygeoapi: add RDEP on geo/py-geofilter 2022-12-19 10:55:16 +00:00
landry
6663a6f770 +{textproc/py-{lark,dateparser},geo/py-geo{if,filter}},python3 2022-12-19 10:54:17 +00:00
landry
231a40473f Import geo/py-geofilter 0.1.2.
Pygeofilter is a pure Python parser implementation of OGC filtering
standards:
* CQL as defined in CSW 2.0
* CQL JSON as defined in OGC API - Features - Part 3: Filtering and
  the Common Query Language (CQL)
* JSON Filter Expressions (JFE)

ok sthen@
2022-12-19 10:52:04 +00:00
landry
15f221b90d Import geo/py-geoif 0.7.
PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data.

You may think of pygeoif as a shapely ultralight which lets you
construct geometries and perform very basic operations like reading and
writing geometries from/to WKT, constructing line strings out of points,
polygons from linear rings, multi polygons from polygons, etc. It was
inspired by shapely and implements the geometries in a way that when you
are familiar with shapely you feel right at home with pygeoif.

Not porting 1.0.0 since pygeofilter isnt compatible with it yet, cf
https://github.com/geopython/pygeofilter/issues/57

ok sthen@
2022-12-19 10:50:57 +00:00
landry
9422e96cd1 Import textprocy/py-lark 1.1.5
Lark is a modern parsing library for Python. Lark can parse any context-free grammar.
Lark provides:
* Advanced grammar language, based on EBNF
* Three parsing algorithms to choose from: Earley, LALR(1) and CYK
* Automatic tree construction, inferred from your grammar
* Fast unicode lexer with regexp support, and automatic line-counting

ok sthen@
2022-12-19 10:49:06 +00:00
landry
841897b99e Import textproc/py-dateparser 1.1.4.
a date parsing library designed to parse dates from HTML pages:
* Generic parsing of dates in over 200 language locales plus numerous
  formats in a language agnostic fashion.
* Generic parsing of relative dates like: '1 min ago', '2 weeks ago',
  '3 months, 1 week and 1 day ago', 'in 2 days', 'tomorrow'.
* Generic parsing of dates with time zones abbreviations or UTC
  offsets like: 'August 14, 2015 EST', 'July 4, 2013 PST',
  '21 July 2013 10:15 pm +0500'.
* Date lookup in longer texts.
* Support for non-Gregorian calendar systems.

ok sthen@
2022-12-19 10:48:10 +00:00
sthen
cc35a954ba update to py3-curl-7.45.2 2022-12-19 09:15:29 +00:00
sthen
6abadd3bb6 update to py3-cares-4.3.0 2022-12-19 09:15:25 +00:00
sthen
076b2bdac9 update to websockify-0.11.0 2022-12-19 09:15:20 +00:00
landry
a3e8139ab7 comms/hylafax: fix build with tiff 4.5.0.
tiff 4.5 doesnt export anymore private symbols/functions that hylafax
was never supposed to have used anyway in the first place - copy them
from tiff 4.4 source into hylafax where needed.

cf https://gitlab.com/libtiff/libtiff/-/issues/504
2022-12-19 08:52:15 +00:00
landry
f7d5bb5879 graphics/tiff: update to 4.5.0.
see https://libtiff.gitlab.io/libtiff/releases/v4.5.0.html
- bump major, libs now uses a symbol map cf
  https://gitlab.com/libtiff/libtiff/-/merge_requests/361
- some private symbols were used by comms/hylafax, which will be fixed in a few.
- drop patch-Makefile_in, use --disable-contrib instead (prompted by naddy@)
- disable sphinx, install provided built doc
- enable debug packages (prompted by naddy@)
- switch to an https homepage (prompted by rsadowski@)
- drop str* patches, some were merged upstream in
  72e90d07fb,
others are pointless (discussed with sthen@)

a switch to cmake might happen later.

tested in a bulk build by ajacoutot@, thanks !
2022-12-19 08:50:38 +00:00
ajacoutot
dbfe8c612b Update to arc-theme-{solid,transparent}-20221218. 2022-12-19 08:21:27 +00:00
kirby
5b0bb59cf9 update to flare-1.14 2022-12-19 06:13:06 +00:00
ajacoutot
c381250a17 Update to gnucash-4.13. 2022-12-18 22:28:49 +00:00
ajacoutot
e0d42a3f4f Update to gnucash-docs-4.13. 2022-12-18 22:28:34 +00:00
thfr
193f85ac44 face reality - remove myself from MAINTAINER 2022-12-18 18:48:08 +00:00
thfr
8e10606582 update to fnaify 3.1
Release Notes: https://github.com/rfht/fnaify/releases/tag/3.1

Main change is that it no longer removes bundled Steamworks.NET.dll. If
you want to run a game that usually bundles it, but has been installed
or run with a previous version of fnaify, you may need to do this:

$ mv fnaify-backup/Steamworks.NET.dll .

Tested with most of the catalogue of FNA/fnaify supported games.
2022-12-18 18:43:04 +00:00
thfr
7b432b24a1 add patch-* files missed in last commit 2022-12-18 18:39:05 +00:00
thfr
93068e3d3d Add API stubs to hlsteam; this will allow recent version of Northgard
to run.

Don't install Steamworks.NET.dll. This CIL library stub has outlived
its usefulness. .NET games (e.g. with fnaify) that needed are now
expected to use the Steamworks.NET.dll that they bundle and the lower
level native libraries (libcsteamworks, goldberg_emulator) will stub
the calls to the non-existent Steam client.

Tested extensively with practically the whole catalogue of FNA/fnaify
games.
2022-12-18 18:37:59 +00:00
thfr
b7196ba4fa update to HashLink 1.12
Release Notes: https://github.com/HaxeFoundation/hashlink/releases/tag/1.12

adds a library for sqlite3 support
tested and runs latest versions of the games Northgard and Dead Cells
2022-12-18 18:26:46 +00:00
visa
9ac5ea8291 Update mips64 adastrap again.
OK pascal@ (maintainer)
2022-12-18 16:19:26 +00:00
caspar
93c48b84ea Tor Browser: update to 12.0.1
OK landry@
2022-12-18 15:55:09 +00:00
sdk
287871a07a Update fnc to version 0.13
Changes:
* improve reporting of invalid diff command arguments (reported by Dan Shearer)
* accept libfossil global -V|--verbose option for all commands
* plug memleak when using the p keymap in blame view
* fix fnc blame -r and make it behave like fossil blame -o for familiarity
* improve fnc timeline <path> lookup of repository paths not in the work tree
* make tree navigation more intuitive when opening repository subtrees
* implement [ & ] keymaps to navigate to the previous/next hunk in the diff
* allow fnc stash get to take an optional <stash_id> argument
* document fnc(1) missing W diff view keymap to ignore end-of-line whitespace
* document optional <stash_id> argument of fnc stash pop [stash_id]
* fix typo producing gcc 12.1.0 compiler warning (comparison always true)
* improve scope matching for function prototype in diff hunk headers
* ifdef out A_BOLD attr on OpenBSD to fix diff view line highlight in xterm(1)
* display checkout hash and build date with fnc -v like fossil(1)
* miscellaneous diff API implementation improvements
* protect against out-of-bound reads now line_type array is optionally populated
* add -b|--brief option to fnc diff and b diff view keymap
* general fnc(1) manual page markup, syntax, and documentation improvements
* rename FNC_DIFF_COLOUR_CHUNK to FNC_DIFF_COLOUR_HUNK to match internal naming
* (breaking change: existing FNC_DIFF_COLOUR_CHUNK will be silently ignored)
* ensure diff parser does not internally mark modified files as renamed
* improve const correctness with fsl_uuid_cstr where possible
* fix contrived empty diff case when work tree root is passed to fnc diff
* improve path handling of files on disk vs. files in the repository database
* produce less verbose output on error by not presumptuously dumping help
* zap unnecessary allocation and minor refactor in the path parser
* don't display empty diff in contrived modified checkout edge case
* catch missed fsl_content_get() fsl_unlink_file() & fsl_mprintf() return codes
* miscellaneous style(9) fixes
* fix missed format specifier argument in blame path error message
* ensure fnc stash (get|pop) doesn't report updated files as renames
* use "(checkout)" label in diff header when diffing or stashing the work tree
* internal stash refactor in preparation to move code into libfossil
* catched missed SIGINT and SIGTERM signals
* use CHAR_BIT for bitstring manipulation macros
* fix assumption of invalid command argument as a path to pass to fnc timeline
* merge upstream libfossil with various changes

OK op@
2022-12-18 12:40:42 +00:00