Commit graph

355266 commits

Author SHA1 Message Date
markd
5d0ca04760 tex-palatino: update to 2021
changes unknown
2022-04-07 02:50:10 +00:00
markd
b18398fe8f tex-ncntrsbk: update to 2021
changes unknown
2022-04-07 02:49:36 +00:00
markd
1a08bb0d31 tex-helvetic: update to 2021
changes unknown
2022-04-07 02:48:59 +00:00
markd
535917bdcb tex-courier: update to 2021
changes unknown
2022-04-07 02:48:30 +00:00
markd
93cc8a8bba tex-bookman: update to 2021
changes unknown
2022-04-07 02:47:51 +00:00
markd
e61c238c53 tex-avantgar: update to 2021
changes unknown
2022-04-07 02:47:10 +00:00
gutteridge
0801ce4f74 vte3: also apply GCC_REQD bump in buildlink3.mk
(Missed in previous commit.)
2022-04-07 00:53:08 +00:00
gutteridge
f40056874a vte3: un-break builds with default GCC < 10
As of 0.68, this package expects C++20, and also fails if GCC < 10 or
clang < 11. (I don't see an equivalent to GCC_REQD for clang.) This
isn't necessarily a satisfactory fix, but at least gets it to build
again, un-breaking DE meta-pkgs like xfce4, mate, and gnome. It needs
further investigation.

The commit that enforces this new (high) bar in meson.build is:
eec33cce0b
I haven't had time to examine the code to see what C++20 features are
involved.
2022-04-07 00:31:14 +00:00
wiz
fdcefbc782 doc: Updated fonts/noto-emoji-ttf to 2.034 2022-04-06 22:46:22 +00:00
wiz
3aa094c39d noto-emoji-ttf: update to 2.034.
Unicode 14.0 support.
2022-04-06 22:46:13 +00:00
wiz
3963022bc4 doc: Added editors/emacs28-nox11 version 28.1 2022-04-06 22:41:45 +00:00
wiz
79a3c35d06 doc: Added editors/emacs28 version 28.1 2022-04-06 22:41:37 +00:00
wiz
c69cc21b14 editors/Makefile: + emacs28* 2022-04-06 22:41:26 +00:00
wiz
b76455d7c7 editors/emacs28-nox11: import emacs28-nox11-28.1
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 28.
2022-04-06 22:41:03 +00:00
wiz
cd96ca6289 editors/emacs28: import emacs28-28.1
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 28.
2022-04-06 22:40:38 +00:00
gdt
48765ae158 doc: Updated chat/lurch-purple to 0.7.0 2022-04-06 19:53:59 +00:00
gdt
cbdc91d32c chat/lurch-purple: Update to 0.7.0
Actually works with pidgin, talking to Conversations via federation!
(0.6.8 did not)


Upstream:

## [0.7.0] - 2021-02-12
### Added
- This file.
- An API reachable through _libpurple_ signals. See `lurch_api.h` for details and usage.
- Testing setup using _cmocka_ and tests for new modules.
- CI setup running the tests in _appveyor_ and reporting coverage results to _codecov_.
- The possibility to dynamically link against the submodule libaries. ([#151](https://github.com/gkdr/lurch/pull/151)) (thanks, [@fortysixandtwo](https://github.com/fortysixandtwo)!)

### Changed
- A new `/command` handler using the API, replacing the old implementation. The commands are a bit different and some are new.
- Updated _libomemo_ submodule to 0.7.1. See the [changelog](https://github.com/gkdr/libomemo/blob/master/CHANGELOG.md) for details.
- Updated _axc_ submodule to 0.3.4. See the [changelog](https://github.com/gkdr/axc/blob/master/CHANGELOG.md) for details.

### Removed
- The `lurch_initialised` setting in the `accounts.xml`.

### BUGFIXES
2022-04-06 19:53:52 +00:00
fcambus
97d210e816 doc: Updated devel/wabt to 1.0.28 2022-04-06 19:33:48 +00:00
fcambus
fdb6dc6393 wabt: update to 1.0.28.
No upstream ChangeLog.
2022-04-06 19:33:37 +00:00
brook
ca28495a06 mariadb105-client: no need to special case __APPLE__ for pkgsrc builds
The file client/mysql.cc uses the readline library, but it has preprocessor
conditionals specially for __APPLE__.  Pkgsrc expects a common readline,
however, and so the build fails.  Removing the special case handles __APPLE__
the same as other platforms.
2022-04-06 18:16:13 +00:00
brook
3a28bba374 mariadb106-client: no need to special case __APPLE__ for pkgsrc builds
The file client/mysql.cc uses the readline library, but it has preprocessor
conditionals specially for __APPLE__.  Pkgsrc expects a common readline,
however, and so the build fails.  Removing the special case handles __APPLE__
the same as other platforms.
2022-04-06 18:04:51 +00:00
nia
38524acda4 doc: Added audio/zam-plugins version 3.14 2022-04-06 16:32:33 +00:00
nia
b025e754ca add audio/zam-plugins
zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins for sound
processing. It includes:

* ZaMaximX2: brickwall limiter for mastering.
* ZamAutoSat: automatic saturation plugin.
* ZamComp: powerful mono compressor strip.
* ZamCompX2: stereo version of ZamComp with knee slew control.
* ZamEQ2: two band parametric equaliser with high and low shelving circuits.
* ZamGEQ31: 31 band graphic equaliser.
* ZamPhono: collection of phono filters for restoring vinyl records, or
  preparing to cut new ones.
* ZamGate: gate plugin for ducking low gain sounds.
* ZamGateX2: gate plugin for ducking low gain sounds, stereo version.
* ZamTube: distortion effect. wave digital filter physical model of a triode
  tube amplifier stage, with modelled tone stacks from real guitar amplifiers.
* ZamDelay: simple feedback delay unit with sync-to-host BPM feature and
  filter.
* ZamDynamicEQ: dynamic equalizer that changes its gain based on detecting
  a narrow band of frequencies.
* ZaMultiComp: mono multiband compressor, with 3 adjustable bands.
* ZaMultiCompX2: stereo version of ZaMultiComp, with individual threshold
  controls for each band and real-time visualisation of comp curves.
2022-04-06 16:32:21 +00:00
adam
ebb2e1181d Updated devel/py-nest-asyncio, devel/py-ipykernel, parallel/py-ipyparallel, devel/py-prompt_toolkit 2022-04-06 15:20:05 +00:00
adam
92323971e3 py-prompt_toolkit: updated to 3.0.29
3.0.29: 2022-04-04
------------------

New features:
- Accept 'handle_sigint' parameter in PromptSession.

Fixes
- Fix 'variable referenced before assignment' error in vt100 mouse bindings.
- Pass `handle_sigint` from `Application.run` to `Application.run_async`.
- Fix detection of telnet client side changes.
- Fix `print_container` utility (handle `EOFError`).

Breaking changes:
- The following are now context managers:
  `create_pipe_input`, `PosixPipeInput` and `Win32PipeInput`.
2022-04-06 15:19:43 +00:00
adam
0716bb500b py-ipyparallel: updated to 8.2.1
8.2.1 Fixes some compatibility issues with latest dask, ipykernel, and setuptools,
as well as some typos and improved documentation.
2022-04-06 15:17:17 +00:00
adam
46fbd29730 py-ipykernel: updated to 6.12.1
6.12.1

Maintenance and upkeep improvements

- Clean up test deps and test setup


6.12.0

Enhancements made

- use packaging instead of pkg_resources to parse versions

Bugs fixed

- Make cell_id optional
- Do not try to send on iostream if closed
2022-04-06 15:15:49 +00:00
adam
b15582a108 py-nest-asyncio: updated to 1.5.5
v1.5.5
Potential fix for issue 65
2022-04-06 15:08:31 +00:00
adam
0a82dbd6e8 Updated net/rabbitmq, textproc/ugrep 2022-04-06 14:50:15 +00:00
adam
9caa7fea21 ugrep: updated to 3.7.8
ugrep v3.7.8

New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Updated --stats reporting and other minor improvements.
2022-04-06 14:49:56 +00:00
adam
e3d6ede734 rabbitmq: updated to 3.9.14
RabbitMQ 3.9.14

Changes Worth Mentioning

Core Server

Bug Fixes

Restart of a node that hosted one or more stream leaders resulted in
their consumers not "re-attaching" to the newly elected leader.

Large fanouts experienced a performance regression when streams were not
enabled using a feature flag.

Stream management plugin did not support mixed version clusters.

Stream deletion did not result in a basic.cancel being sent to AMQP 0-9-1 consumers.

Stream clients did not receive a correct stream unavailability error in some
cases.

It is again possible to clear user tags and update the password in a single operation.

Enhancements

Forward compatibility with Erlang 25.

File handle cache efficiency improvements.

Uknown stream properties (e.g. those requested by a node that runs a newer version)
are now handled gracefully.

Temporary hostname resolution issues (attempts that fail with nxdomain)
are now handled more gracefully and with a delay of several seconds.

Build time compatibility with Elixir 1.13.

OAuth 2 AuthN/AuthZ Backend Plugin

Bug Fixes

auth_oauth2.additional_scopes_key in rabbitmq.conf was not converted correctly
during configuration translation and thus had no effect.

LDAP AuthN/AuthZ Backend Plugin

Enhancement

Adapt to a breaking Erlang 24.3 LDAP client change.

Shovel Plugin

Enhacements

Shovels now can be declared with delete-after parameter set to 0.
Such shovels will immediately stop instead of erroring and failing to
start after a node restart.

Consul Peer Discovery Plugin

Enhancements

Support for Consul 1.1 response code changes
when an operation is attempted on a non-existent health check.
2022-04-06 14:46:28 +00:00
schmonz
4318574b6f README.macOS: nbsed requires no user action, merge comment to bootstrap. 2022-04-06 13:06:09 +00:00
pin
e8722a1b5a doc: Updated sysutils/bkt to 0.5.4 2022-04-06 09:55:58 +00:00
pin
f8cff91289 sysutils/bkt: update to 0.5.4
-Patch release to aid packaging for Debian (see #12).
 No new functionality vs. 0.5.2
2022-04-06 09:55:37 +00:00
adam
a39a9e2897 Updated textproc/py-ujson, net/py-prometheus_client 2022-04-06 09:28:54 +00:00
adam
7f93f90202 py-prometheus_client: updated to 0.14.0
0.14.0 / 2022-04-05 Latest
[ENHANCEMENT] Continued typing improvements and coverage.
[ENHANCEMENT] Allow binding to IPv6 addresses.
[ENHANCEMENT] Negotiate gzip content-encoding, enabled by default.
[ENHANCEMENT] Allow disabling _created metrics via the PROMETHEUS_DISABLE_CREATED_SERIES environment variable.
[BUGFIX] Correct minor typo in exception raised when exemplar labels are too long.

0.13.1 / 2022-01-28
[BUGFIX] Relax some type constraints that were too strict.
[BUGFIX] Explicitly export functions with __all__.

0.13.0 / 2022-01-25
[CHANGE] Drop support for Python versions 2.7, 3.4, and 3.5.
[FEATURE] Support adding labels when using .time()
[ENHANCEMENT] Begin to add type hints to functions.
[ENHANCEMENT] Improved go-to-declaration behavior for editors.
[BUGFIX] Remove trailing slashes from pushgateway URLS.
[BUGFIX] Catch non-integer bucket/count values
2022-04-06 09:28:38 +00:00
adam
458cc64417 py-ujson: updated to 5.2.0
5.2.0

Added

Support parsing NaN, Infinity and -Infinity
Support dynamically linking against system double-conversion library
Add env var to control stripping debug info
Add JSONDecodeError

Fixed

Fix buffer overflows (CVE-2021-45958)
Upgrade Black to fix Click
simplify exception handling on integer overflow
Remove dead code that used to handle the separate int type in Python 2
Fix exceptions on encoding list or dict elements and non-overflow errors on int handling getting silenced
2022-04-06 09:24:43 +00:00
wiz
5af065b4ff mk: document xps option 2022-04-06 06:12:09 +00:00
wiz
56840aa065 py-gi-docgen: add buildlink3.mk file
needed because meson detects this via pkg-config
2022-04-06 06:10:58 +00:00
wiz
9c76044ed5 doc: Added devel/py-gi-docgen version 2022.1 2022-04-06 06:03:18 +00:00
wiz
90a052b80e devel/Makefile: + py-gi-docgen 2022-04-06 06:03:06 +00:00
wiz
92c3c30cef devel/py-gi-docgen: import py-gi-docgen-2022.1
GI-DocGen is a document generator for GObject-based libraries.
GObject is the base type system of the GNOME project. GI-Docgen
reuses the introspection data generated by GObject-based libraries
to generate the API reference of these libraries, as well as other
ancillary documentation.
2022-04-06 06:02:34 +00:00
wiz
e746d87c6e doc: Added textproc/py-typogrify version 2.0.7 2022-04-06 06:00:41 +00:00
wiz
d514e691af textproc/Makefile: + py-typogrify 2022-04-06 06:00:30 +00:00
wiz
19ed941d10 textproc/py-typogrify: import py-typogrify-2.0.7
Typogrify provides a set of custom filters that automatically apply
various transformations to plain text in order to yield
typographically-improved HTML. While often used in conjunction with
Jinja and Django template systems, the filters can be used in any
environment.
2022-04-06 06:00:11 +00:00
schmonz
d17eb509b3 bootstrap: suggest pkgsrc paths before system ones. 2022-04-06 00:24:05 +00:00
schmonz
30e29ac452 bootstrap: latest status and recommendations for OpenBSD. 2022-04-06 00:23:30 +00:00
bsiegert
1494964501 doc: Updated shells/fish to 3.4.1 2022-04-05 20:49:47 +00:00
bsiegert
42da870051 fish: update to 3.4.1
fish 3.4.1

This release of fish fixes the following problems identified in fish 3.4.0:

  * An error printed after upgrading, where old instances could pick up a newer
    version of the fish_title function, has been fixed

  * fish builds correctly on NetBSD and OpenIndiana.

  * nextd-or-forward-word, bound to Alt-Right Arrow by default, was
    inadvertently changed to move like forward-bigword. This has been corrected.

  * funcsave -q and funcsave --quiet now work correctly.

  * Issues with the csharp and nmcli completions were corrected.

If you are upgrading from version 3.3.1 or before, please also review the
release notes for 3.4.0 (included below).

fish 3.4.0

Notable improvements and fixes:

  * fish's command substitution syntax has been extended: $(cmd) now has the
    same meaning as (cmd) but it can be used inside double quotes, to prevent
    line splitting of the results.

  * Complementing the prompt command in 3.3.0, fish_config gained a theme
    subcommand to show and pick from the sample themes (meaning color schemes)
    directly in the terminal, instead of having to open a Web browser. For
    example fish_config theme choose Nord loads the Nord theme in the current
    session. The current theme can be saved with fish_config theme dump
    , and custom themes can be added by saving them in ~/.config/fish/themes/.

  * set and read learned a new option, --function, to set a variable in the
    function?s top scope.

  * string pad now excludes escape sequences like colors that fish knows about,
    and a new --visible flag to string length makes it use that kind of visible
    width.

  * Performance improvements to globbing, especially on systems using glibc. In
    some cases (large directories with files with many numbers in the names)
    this almost halves the time taken to expand the glob.

  * Autosuggestions can now be turned off by setting
    $fish_autosuggestion_enabled to 0, and (almost) all highlighting can be
    turned off by choosing the new ?None? theme. The exception is necessary
    colors, like those which distinguish autosuggestions from the actual
    command line.

  * The fish_git_prompt function, which is included in the default prompts, now
    overrides git to avoid running commands set by per-repository
    configuration. This avoids a potential security issue in some
    circumstances, and has been assigned CVE-2022-20001.
2022-04-05 20:49:22 +00:00
adam
0ab139a6d4 Updated net/haproxy, devel/py-test 2022-04-05 19:11:40 +00:00