Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 05:28:23 UTC Now

2023-04-14 08:21:23 UTC MAIN commitmail json YAML

doc: Added math/four-bar-rs version 4.0.0

(pin)

2023-04-14 08:20:50 UTC MAIN commitmail json YAML

Add four-bar-rs

(pin)

2023-04-14 08:19:15 UTC MAIN commitmail json YAML

math/four-bar-rs: import package

Fourbar is a simulator and a synthesizing tool for four-bar linkage mechanism.

- CLI/GUI program is four-bar-ui crate, but the executable is called four-bar.

Web demo available @ https://kmolyuan.github.io/four-bar-rs/

(pin)

2023-04-14 08:17:03 UTC MAIN commitmail json YAML

doc: Updated graphics/wallust to 2.0.1

(pin)

2023-04-14 08:16:40 UTC MAIN commitmail json YAML

graphics/wallust: update to 2.0.1

- add templating info to the readme

pkgsrc changes:
- include a default wallust.toml
- update DESC to reflect templating info

(pin)

2023-04-14 06:57:31 UTC MAIN commitmail json YAML

2023-04-14 04:32:44 UTC MAIN commitmail json YAML

psutils: needs gmake

(wiz)

2023-04-14 03:38:52 UTC MAIN commitmail json YAML

doc: Updated textproc/grep to 3.10

(ryoon)

2023-04-14 03:37:52 UTC MAIN commitmail json YAML

grep: Update to 3.10

Changelog:
* Noteworthy changes in release 3.10 (2023-03-22) [stable]

** Bug fixes

  With -P, \d now matches only ASCII digits, regardless of PCRE
  options/modes. The changes in grep-3.9 to make \b and \w work
  properly had the undesirable side effect of making \d also match
  e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩.  With grep-3.9, -P '\d+'
  would match that ten-digit (20-byte) string. Now, to match such
  a digit, you would use \p{Nd}. Similarly, \D is now mapped to [^0-9].
  [bug introduced in grep 3.9]

* Noteworthy changes in release 3.9 (2023-03-05) [stable]

** Bug fixes

  With -P, some non-ASCII UTF8 characters were not recognized as
  word-constituent due to our omission of the PCRE2_UCP flag. E.g.,
  given f(){ echo Perú|LC_ALL=en_US.UTF-8 grep -Po "$1"; } and
  this command, echo $(f 'r\w'):$(f '.\b'), before it would print ":r".
  After the fix, it prints the correct results: "rú:ú".

  When given multiple patterns the last of which has a back-reference,
  grep no longer sometimes mistakenly matches lines in some cases.
  [Bug#36148#13 introduced in grep 3.4]

(ryoon)

2023-04-14 03:18:10 UTC MAIN commitmail json YAML

doc: Update fonts/harfbuzz{,-icu} to 7.1.0

(ryoon)

2023-04-14 03:16:43 UTC MAIN commitmail json YAML

harfbuzz{,-icu}: Update to 7.1.0

Changelog:
7.1.0
Friday, March 3, 2023
====================================
- New experimental hb_shape_justify() API that uses font variations to expand
  or shrink the text to a given advance. (Behdad Esfahbod)
- Various build and bug fixes. (Behdad Esfahbod, Garret Rieger, Qunxin Liu)

- New API:
+hb_font_set_variation()

Overview of changes leading to 7.0.1
Monday, February 20, 2023
====================================
- Various build and bug fixes.

(ryoon)

2023-04-13 20:53:40 UTC MAIN commitmail json YAML

make this build with latest pkgsrc libraw

* API/datastruct Changes:
- imgdata.params.shot_select moved to imgdata.rawparams.shot_select

(mrg)

2023-04-13 19:03:25 UTC MAIN commitmail json YAML

Drop unncessary inclusion of expat_config.h, which doesn't exist on
NetBSD

(joerg)

2023-04-13 18:34:08 UTC MAIN commitmail json YAML

a2ps: clean up from testing

(wiz)

2023-04-13 18:33:18 UTC MAIN commitmail json YAML

a2ps: does not need a bl3.mk, remove it

(wiz)

2023-04-13 18:32:46 UTC MAIN commitmail json YAML

libpaper: fix pkglint

(wiz)

2023-04-13 18:30:05 UTC MAIN commitmail json YAML

doc: Updated print/a2ps to 4.15.4

(wiz)

2023-04-13 18:29:47 UTC MAIN commitmail json YAML

a2ps: update to 4.15.4.

* Noteworthy changes in release 4.15.4 (2023-04-13) [stable]
* Bug fixes:
  - Fix to read configured paper size correctly with libpaper 1.x.
* Documentation:
  - Various minor documentation improvements.
* Build system:
  - Fix tests when building with libpaper 1.x.
  - Require gperf for bootstrapping, and use it correctly in build system.
  - Require a new-enough version of texinfo.

(wiz)

2023-04-13 18:07:25 UTC MAIN commitmail json YAML

doc: Updated sysutils/bkt to 0.6.1

(pin)

2023-04-13 18:07:05 UTC MAIN commitmail json YAML

sysutils/bkt: update to 0.6.1

- Patch release adjusting how --help's output is wrapped.

(pin)

2023-04-13 17:57:19 UTC MAIN commitmail json YAML

Update to parpd-2.0 with the following changes:
* New build system similar to dhcpcd
* New eloop from dhcpcd
* /dev/bpf is now used on all BSD's
* attack command will attack RFC 5227 implementations

(roy)

2023-04-13 16:48:52 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.23.4nb1
Updated www/nginx to 1.22.1nb7
Updated lang/njs to 0.7.12

(osa)

2023-04-13 16:45:47 UTC MAIN commitmail json YAML

*/*: update NGINX JavaScript 0.7.9 -> 0.7.12

Bump PKGREVISION for www/nginx and www/nginx-devel.

<ChangeLog>

Changes with njs 0.7.12                                      10 Apr 2023

nginx modules:

*) Bugfix: fixed Headers() constructor in Fetch API.

Core:

*) Feature: added Hash.copy() method in "crypto" module.

*) Feature: added "zlib" module.

*) Improvement: added support for export {name as default}
  statement.

*) Bugfix: fixed Number constructor according to the spec.

Changes with njs 0.7.11                                        9 Mar 2023
nginx modules:

*) Bugfix: added missed linking with libxml2 for the dynamic module.
  The bug was introduced in 0.7.10.

Core:

*) Feature: added XMLNode API to modify XML documents.

*) Change: removed XML_PARSE_DTDVALID during parsing of XML document
  due to security implications. The issue was introduced
  in 0.7.10. When XML_PARSE_DTDVALID is enabled, libxml2 parses and
  executes external entities present inside an XML document.

*) Bugfix: fixed the detection of await in arguments.

*) Bugfix: fixed Error() instance dumping when "name" prop is not
  primitive.

*) Bugfix: fixed array instance with a getter property dumping.

*) Bugfix: fixed njs_object_property() with NJS_WHITEOUT properties.

*) Bugfix: fixed func instance dumping with "name" as getter.

*) Bugfix: fixed attaching of a stack to an error object.

*) Bugfix: fixed String.prototype.replace() with replacement containing
  "$'", "$`".

Changes with njs 0.7.10                                        7 Feb 2023
nginx modules:

*) Feature: added Request, Response and Headers ctors in Fetch API.

*) Bugfix: fixed nginx logger callback for calls in master process.

Core:

*) Feature: added signal support in CLI.

*) Feature: added "xml" module for working with XML documents.

*) Feature: extended support for symmetric and asymmetric keys
  in WebCrypto. Most notably JWK format for importKey() was added.

*) Feature: extended support for symmetric and asymmetric keys
  in WebCrypto. Most notably JWK format for importKey() was added.
  generateKey() and exportKey() were also implemented.

*) Feature: added String.prototype.replaceAll().

*) Bugfix: fixed for(expr1; conditional syntax error handling.

*) Bugfix: fixed Object.values() and Object.entries() with external
  objects.

*) Bugfix: fixed RegExp.prototype[@@replace]().

</ChangeLog>

(osa)

2023-04-13 16:35:51 UTC MAIN commitmail json YAML

doc: Updated devel/fq to 0.5.0

(wiz)

2023-04-13 16:35:41 UTC MAIN commitmail json YAML

fq: update to 0.5.0.

# 0.5.0

Mostly a bug fix release but adds `-V` for easy JSON output.

## Changes

- Add `-V` argument to default output JSON instead of decode tree in case of decode value. #385 Thanks @peterwaller-arm for reminding me to merge this.
  ```sh
  # default in case of decode value is to show a hexdump tree
  $ fq '.headers | grep_by(.id=="TSSE").text' file.mp3
      │00 01 02 03 04 05 06 07 08 09 0a 0b│0123456789ab│
  0x0c│                          4c 61 76│        Lav│.headers[0].frames[0].text: "Lavf58.76.100"
  0x18│66 35 38 2e 37 36 2e 31 30 30 00  │f58.76.100. │

  # with -V an implicit "tovalue" is done
  $ fq -V '.headers | grep_by(.id=="TSSE").text' file.mp3
  "Lavf58.76.100"

  # and in combination with -r will for strings output a "raw string" without quotes
  # for other types like number, object, array etc -r makes not difference (same as jq)
  $ fq -Vr '.headers | grep_by(.id=="TSSE").text' file.mp3
  Lavf58.76.100
  ```

  As a side note `-V` can be used with binary type also. Then the binary data will be interpreted as UTF-8 and turned into a string.
  ```sh
  # trailing null terminator ends up as codepoint zero `\u0000`
  $ fq -V '.headers | grep_by(.id=="TSSE").text | tobytes' file.mp3
  "Lavf58.76.100\u0000"

  # with -r null terminator and a new line is outputted
  $ fq -Vr '.headers | grep_by(.id=="TSSE").text | tobytes' file.mp3 | hexdump -C
  00000000  4c 61 76 66 35 38 2e 37  36 2e 31 30 30 00 0a    |Lavf58.76.100..|
  0000000f

  # in contrast raw binary output has no new line separator
  $ fq '.headers | grep_by(.id=="TSSE").text | tobytes' doc/file.mp3 | hexdump -C
  00000000  4c 61 76 66 35 38 2e 37  36 2e 31 30 30 00        |Lavf58.76.100.|
  0000000e
  ```
- Fix issue using decode value in object passed as argument to internal function. #638
  ```sh
  # this used to fail but now works
  fq '.tracks[0].samples[10] | avc_au({length_size: <decode value>})' file.mp4
  ```
- Some typo fixes. Thanks @retokromer and @peterwaller-arm

## Decoder changes

- `aiff` Basic AIFF decoder added. #614
- `matroska` Update to latest specification. #640
- `msgpack` Fix bug decoding some fixstr lengths. #636 Thanks @schmee for reporting.

(wiz)

2023-04-13 14:37:06 UTC MAIN commitmail json YAML

Updated net/wireshark, sysutils/ansible-lint, devel/py-packaging, comms/py-rich

(adam)

2023-04-13 14:36:32 UTC MAIN commitmail json YAML

py-rich: updated to 13.3.4

13.3.4
Fixed for is_terminal ignoring FORCE_COLOR

(adam)

2023-04-13 14:35:10 UTC MAIN commitmail json YAML

py-packaging: updated to 23.1

23.1

What's Changed

chore: add typed classifier
Improve parser error messaging around mistakes in/around version specifiers
Upgrade to latest mypy
Delete print() from test_tags
Update our linters
Improve error for local version label with unsupported operators
Parse raw metadata
Handle prefix match with zeros at end of prefix correctly
Relax typing of _key on _BaseVersion
Replace spaces in platform names with underscores
Import underlying parser function as an underscored variable

(adam)

2023-04-13 14:28:32 UTC MAIN commitmail json YAML

ansible-lint: updated to 6.14.6

v6.14.6

Bugfixes

Update schema to add some of the missing rules
Use temporary playbooks to check role syntax
Enable ruff linter
Use fqcn[canonical] in place of fqcn[action-redirect]
Refactor tests
Refactor no-relative-paths tests
Minor fixes for no-handler rule
name[casing]: Add transform to automatically fix this during --write
Remove meta-no-info rule due to being covered by schema[meta]
Ignore unknown sections under changes key on changelogs
Add current FreeBSD and OpenBSD versions
Ensure playbook path is absolute
Updated 'kind' message if file kind is unknown
Rename arg-spec schema file to clarify it applies to roles only

v6.14.5 (yanked)

Bugfixes

Use fqcn[canonical] in place of fqcn[action-redirect]
Refactor tests
Refactor no-relative-paths tests
Minor fixes for no-handler rule
name[casing]: Add transform to automatically fix this during --write
Remove meta-no-info rule due to being covered by schema[meta]
Ignore unknown sections under changes key on changelogs
Add current FreeBSD and OpenBSD versions
Ensure playbook path is absolute
Updated 'kind' message if file kind is unknown
Rename arg-spec schema file to clarify it applies to roles only

(adam)

2023-04-13 14:25:10 UTC MAIN commitmail json YAML

wireshark: updated to 4.0.5

Wireshark 4.0.5 Release Notes

What’s New

We do not ship official 32-bit Windows packages for Wireshark 4.0 and
later. If you need to use Wireshark on that platform, we recommend
using the latest 3.6 release. Issue 17779[1]

If you’re running Wireshark on macOS and upgraded to macOS 13 from an
earlier version, you will likely have to open and run the “Uninstall
ChmodBPF” package, then open and run “Install ChmodBPF” in order to
reset the ChmodBPF Launch Daemon. Issue 18734[2].

Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2023-09[3] RPCoRDMA dissector crash. Issue 18852[4].

    • wnpa-sec-2023-10[5] LISP dissector large loop. Issue 18900[6].

    • wnpa-sec-2023-11[7] GQUIC dissector crash Issue 18947[8].

  The following bugs have been fixed:

    • Wireshark ITS Dissector RTCMEM wrong protocol version selector 2
      - should use 1. Issue 18862[9].

    • Wireshark treats the letter E in SSRC as an exponential
      representation of a number. Issue 18879[10].

    • VNC RRE Parser skips over data. Issue 18883[11].

    • sshdump coredump when --remote-interface is left empty. Issue
      18904[12].

    • Fuzz job crash output: fuzz-2023-03-17-7298.pcap. Issue
      18917[13].

    • Fuzz job crash output: fuzz-2023-03-27-7564.pcap. Issue
      18934[14].

    • RFC8925 support (dhcp option 108) Issue 18943[15].

    • DIS dissector shows an incorrect state in the packet list info
      column. Issue 18967[16].

    • RTP analysis shows incorrect timestamp error when timestamp is
      rolled over. Issue 18973[17].

    • Asterisk (*) key crash on Endpoint/Conversation dialog. Issue
      18975[18].

    • The RTP player waveform now synchronizes better with audio.

New and Updated Features

  There are no new or updated features in this release.

Removed Features and Support

New Protocol Support

  There are no new protocols in this release.

Updated Protocol Support

  DHCP, DIS, DNS, ERF, FF, genl, GQUIC, GSM A-bis OML, HL7, IEEE
  802.11, ITS, LAPD, netfilter, netlink-route, netlink-sock_diag,
  nl80211, RLC, RPCoRDMA, RTPS, SCTP, SMB, UDS, VNC, and WCP

(adam)

2023-04-13 14:23:21 UTC MAIN commitmail json YAML

2023-04-13 14:22:44 UTC MAIN commitmail json YAML

doc: Updated print/psutils to 2.10

(wiz)

2023-04-13 14:22:35 UTC MAIN commitmail json YAML

psutils: update to 2.10.

New major version from a new, active upstream.
Now uses libpaper for papersize selection.

(wiz)

2023-04-13 14:13:57 UTC MAIN commitmail json YAML

2023-04-13 14:12:22 UTC MAIN commitmail json YAML

doc: Updated print/libpaper to 2.1.0

(wiz)

2023-04-13 14:12:13 UTC MAIN commitmail json YAML

libpaper: update to 2.1.0.

New major version from a new, active upstream.

(wiz)

2023-04-13 13:57:50 UTC MAIN commitmail json YAML

py-otherside: mark as not for python 2

(wiz)

2023-04-13 13:55:56 UTC MAIN commitmail json YAML

2023-04-13 13:52:40 UTC MAIN commitmail json YAML

py-yamlordereddictloader: mark as not for python 2

(wiz)

2023-04-13 13:44:13 UTC MAIN commitmail json YAML

doc: py-solo update done, kind of

(wiz)

2023-04-13 13:43:52 UTC MAIN commitmail json YAML

doc: Added security/py-solo1 version 0.1.1

(wiz)

2023-04-13 13:43:25 UTC MAIN commitmail json YAML

2023-04-13 13:42:59 UTC MAIN commitmail json YAML

2023-04-13 12:48:48 UTC MAIN commitmail json YAML

doc: + Updated net/rabbitmq to 3.11.13 [adam 2023-04-01]

(wiz)

2023-04-13 12:48:10 UTC MAIN commitmail json YAML

rabbitmq: fix PLIST after update

(wiz)

2023-04-13 12:41:25 UTC MAIN commitmail json YAML

svt-av1: add missing nasm tool dependency

(wiz)

2023-04-13 12:38:53 UTC MAIN commitmail json YAML

2023-04-13 12:35:16 UTC MAIN commitmail json YAML

stylua: fix distinfo after update

(wiz)

2023-04-13 12:32:30 UTC MAIN commitmail json YAML

py-transitions: try fixing PLIST for python2

(wiz)

2023-04-13 12:29:36 UTC MAIN commitmail json YAML

py-makefun: try fixing PLIST for python2

(wiz)

2023-04-13 12:28:11 UTC MAIN commitmail json YAML

lua-language-server: no more -Werror

Code not safe enough on all compilers

(wiz)

2023-04-13 12:22:41 UTC MAIN commitmail json YAML

py-textfsm: add missing DEPENDS and TEST_DEPENDS, fix test target

Simplify PLIST.

(wiz)

2023-04-13 12:14:30 UTC MAIN commitmail json YAML

2023-04-13 12:13:17 UTC MAIN commitmail json YAML

doc: Updated textproc/rasqal to 0.9.33nb28

(wiz)

2023-04-13 12:13:08 UTC MAIN commitmail json YAML

rasqal: stop using pcre

Use POSIX regex library instead.

Bump PKGREVISION.

(wiz)

2023-04-13 10:42:57 UTC MAIN commitmail json YAML

doc: Updated shells/starship to 1.14.2

(pin)

2023-04-13 10:42:36 UTC MAIN commitmail json YAML

shells/starship: update to 1.14.2

- Bug fix: resolve panic on 32-bit targets.

(pin)

2023-04-13 10:41:50 UTC MAIN commitmail json YAML

doc: Updated graphics/wallust to 2.0.0

(pin)

2023-04-13 10:41:24 UTC MAIN commitmail json YAML

graphics/wallust: update to 2.0.0

No ChangeLog provide. Here's a selected list of changes:
- update deps
- update config file, more explanations and a bit of styling
- refractor & clean up, remove legacy code
- use hex string from image magick output, rather than the rgb tuples
- only write cache if it doesn't exist

(pin)

2023-04-13 10:35:53 UTC MAIN commitmail json YAML

Remove old master site

(roy)

2023-04-13 10:34:53 UTC MAIN commitmail json YAML

Update openresolv-3.13.0 with the following changes:
* /etc/resolv.conf is now updated by mv(1) so it's atomic and
  watchers don't read partials.
* unbound can now add generic options to forward zones.

(roy)

2023-04-13 08:06:07 UTC MAIN commitmail json YAML

marswm: add missing libXrandr include

Fixes build with modular X.

(wiz)

2023-04-13 06:48:47 UTC MAIN commitmail json YAML

doc: Updated net/wireshark to 4.0.4nb3

(wiz)

2023-04-13 06:48:38 UTC MAIN commitmail json YAML

wireshark: switch to pcre2

pcre1 is not supported any longer anyway.

Bump PKGREVISION.

(wiz)

2023-04-13 05:33:22 UTC MAIN commitmail json YAML

doc: Added x11/py-sip-qt6 version 13.5.0 [spz 2023-04-11]

(wiz)

2023-04-13 05:31:20 UTC MAIN commitmail json YAML

x11/Makefile: + py-sip-qt6

(wiz)

2023-04-13 05:31:05 UTC MAIN commitmail json YAML

time/Makefile: sort

(wiz)

2023-04-13 05:30:36 UTC MAIN commitmail json YAML

math/Makefile: sort

(wiz)

2023-04-13 05:30:01 UTC MAIN commitmail json YAML

devel/Makefile: + py-pyobjc-framework-AVRouting

(wiz)

2023-04-12 20:31:36 UTC MAIN commitmail json YAML

gsed: fix previous

(wiz)

2023-04-12 19:28:04 UTC MAIN commitmail json YAML

Updated x11/qt5, www/grafana

(adam)

2023-04-12 19:26:27 UTC MAIN commitmail json YAML

grafana: updated to 9.4.7

9.4.7 (2023-03-16)

Bug fixes

Alerting: Update scheduler to receive rule updates only from database.
Influxdb: Re-introduce backend migration feature toggle.
Security: Fixes for CVE-2023-1410.

Breaking changes

The InfluxDB backend migration feature toggle (influxdbBackendMigration) has been reintroduced in this version as issues were discovered with backend processing of InfluxDB data. Unless this feature toggle is enabled, all InfluxDB data will be parsed in the frontend. This frontend processing is the default behavior. In Grafana 9.4.4, InfluxDB data parsing started to be handled in the backend. If you have upgraded to 9.4.4 and then added new transformations on InfluxDB data, those panels will fail to render. To resolve this either:

Remove the affected panel and re-create it
Edit the time field as Time in panel.json or dashboard.json

(adam)

2023-04-12 19:24:07 UTC MAIN commitmail json YAML

2023-04-12 18:18:17 UTC MAIN commitmail json YAML

doc/TODO: + ghostscript-10.01.0.

(wiz)

2023-04-12 17:35:35 UTC pkgsrc-2023Q1 commitmail json YAML

2023-04-12 17:35:12 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6752 - requested by wiz
print/a2ps: restore functionality

Revisions pulled up:
- print/a2ps/Makefile                                          1.93-1.96
- print/a2ps/distinfo                                          1.23-1.24

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Wed Mar 29 08:20:03 UTC 2023

  Modified Files:
  pkgsrc/print/a2ps: Makefile distinfo

  Log Message:
  a2ps: update to 4.15.2.

  * Noteworthy changes in release 4.15.2 (2023-03-19) [stable]
    * Bug fixes:
      - Fix old crash when using --stdin="".
    * Build
      - Make configure stop if libpaper is not found.
      - Enable building the manual for gnu.org.

---
  Module Name: pkgsrc
  Committed By: mrg
  Date: Thu Mar 30 05:34:10 UTC 2023

  Modified Files:
  pkgsrc/print/a2ps: Makefile

  Log Message:
  use ${PKG_SYSCONFBASE} instead of ${PREFIX}/etc

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Fri Apr  7 21:25:40 UTC 2023

  Modified Files:
  pkgsrc/print/a2ps: Makefile distinfo

  Log Message:
  a2ps: update to 4.15.3.

  * Noteworthy changes in release 4.15.3 (2023-03-26) [stable]
    * Bug fixes:
      - Fix fixps to use GhostScript窶冱 ps2write device instead of defunct
        pswrite.
    * Build:
      - Fix a problem building PDF version of manual.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Sat Apr  8 23:18:51 UTC 2023

  Modified Files:
  pkgsrc/print/a2ps: Makefile

  Log Message:
  a2ps: depend on misc/getopt for a2ps-lpr-wrapper

  From John D. Baker.

  Fix some pkglint while here and bump PKGREVISION.

(bsiegert)

2023-04-12 17:28:54 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6750 - requested by taca
lang/ruby32-base: build fix

Revisions pulled up:
- lang/ruby32-base/options.mk                                  1.2

---
  Module Name: pkgsrc
  Committed By: he
  Date: Tue Apr  4 12:20:30 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby32-base: options.mk

  Log Message:
  ruby32-base: default to yjit only on platforms supporting it.

  That would be x86_64, aarch64 and (possibly) aarch64be.

  OK'ed by taca@

(bsiegert)

2023-04-12 16:13:13 UTC MAIN commitmail json YAML

doc: Updated graphics/gifski to 1.10.3nb1

(wiz)

2023-04-12 16:13:04 UTC MAIN commitmail json YAML

gifski: remove unneeded clang dependency

Bump PKGREVISION.

(wiz)

2023-04-12 15:56:10 UTC MAIN commitmail json YAML

doc: Updated finance/gnucash to 5.0nb1

(wiz)

2023-04-12 15:55:59 UTC MAIN commitmail json YAML

gnucash: switch to swig4

Bump PKGREVISION.

(wiz)

2023-04-12 15:55:18 UTC MAIN commitmail json YAML

libpaper: fix bl3.mk too

(wiz)

2023-04-12 15:53:54 UTC MAIN commitmail json YAML

2023-04-12 15:52:46 UTC MAIN commitmail json YAML

2023-04-12 14:38:33 UTC MAIN commitmail json YAML

doc: Updated print/qpdf to 10.6.2nb2

(wiz)

2023-04-12 14:38:23 UTC MAIN commitmail json YAML

qpdf: remove PCRE dependency

Not used by the code since 2017.

Bump PKGREVISION.

(wiz)

2023-04-12 12:44:41 UTC MAIN commitmail json YAML

doc/TODO: + psutils-2.10

(wiz)

2023-04-12 11:58:39 UTC MAIN commitmail json YAML

doc: Added www/py-telepath version 0.3

(joerg)

2023-04-12 11:58:21 UTC MAIN commitmail json YAML

+ py-telepath

(joerg)

2023-04-12 11:57:49 UTC MAIN commitmail json YAML

Add py-telepath-0.3

telepath is a Django library for exchanging data between Python and
JavaScript, allowing you to build apps with rich client-side interfaces
while keeping the business logic in server-side code.

It provides a mechanism for packing structured data, including Python
objects, into a JSON-serializable format. This mechanism can be extended
to support any Python class, by registering the class with a
corresponding JavaScript implementation. The packed data can then be
included in an HTTP response, and unpacked in JavaScript to obtain an
equivalent data structure to the original. Think of it as pickle, but
with the unpickling happening in the browser.

(joerg)

2023-04-12 11:26:01 UTC MAIN commitmail json YAML

doc: Added textproc/py-anyascii version 0.3.0

(joerg)

2023-04-12 11:25:38 UTC MAIN commitmail json YAML

2023-04-12 11:24:57 UTC MAIN commitmail json YAML

Add py-anyascii-0.3.0

AnyAscii provides ASCII-only replacement strings for practically all
Unicode characters. Text is converted character-by-character without
considering the context. The mappings for each script are based on
popular existing romanization systems. Symbolic characters are converted
based on their meaning or appearance. All ASCII characters in the input
are left unchanged, every other character is replaced with printable
ASCII characters. Unknown characters and some known characters are
replaced with an empty string and removed.

(joerg)

2023-04-12 11:20:49 UTC MAIN commitmail json YAML

doc: Updated textproc/gsed to 4.9nb1

(wiz)

2023-04-12 11:20:40 UTC MAIN commitmail json YAML

gsed: install proper man page

The package installed a stub man page because it needs perl to generate
the proper one and perl needs sed to build, so we can't depend on it.

Copy out a version generated by a build with perl and use that.

Bump PKGREVISION.

(wiz)

2023-04-12 11:14:06 UTC MAIN commitmail json YAML

Update django-modelcluster to 6.0

6.0 (14.03.2022)
~~~~~~~~~~~~~~~~
* BREAKING: ClusterForm now builds no child formsets when neither `formsets` nor `exclude_formsets` is specified in the Meta class, rather than building a formset for every child relation (Matt Westcott)
* Removed Python 3.5 and 3.6 support
* Removed Django 2.0 and 2.1 support
* Support explicit definitions for nested formsets within ClusterForm, via a `formsets` option on the outer formset's definition (Matt Westcott)
* Add `inherit_kwargs` attribute to ClusterForm child formsets (Matt Westcott)

5.3 (10.03.2022)
~~~~~~~~~~~~~~~~
* Avoid accessing live queryset on unsaved instances, for preliminary Django 4.1 compatibility (Matt Westcott)
* Support traversing one-to-one and many-to-one relations in `filter` / `order_by` lookups (Andy Babic)
* Implement `values()` method on FakeQuerySet (Andy Babic)
* Allow `values()` and `values_list()` to be chained with other queryset modifiers (Andy Babic)
* Fix: Fix HTML escaping behaviour on `ClusterForm.as_p()` (Matt Westcott)
* Fix: Match standard behaviour queryset of returning foreign keys as IDs in `values_list` (Andy Babic)

5.2 (13.10.2021)
~~~~~~~~~~~~~~~~
* Implement `copy_cluster` method on ClusterableModel (Karl Hobley)
* Add `formset_name` option on ClusterableModel formsets to allow the formset name to differ from the relation name (Matt Westcott)
* Fix: Fix tests for Django 3.2 (Alex Tomkins, Matt Westcott, Mar鱈a Fernanda Magallanes)
* Fix: Ensure ptr_id fields are correctly populated when deserialising models with multi-level inheritance (Alex Tomkins)

(joerg)

2023-04-12 10:39:21 UTC MAIN commitmail json YAML

2023-04-12 10:39:06 UTC MAIN commitmail json YAML

2023-04-12 10:27:14 UTC MAIN commitmail json YAML

doc: Added wm/marswm version 0.4.0

(pin)

2023-04-12 10:26:47 UTC MAIN commitmail json YAML

Add marswm

(pin)

2023-04-12 10:26:04 UTC MAIN commitmail json YAML

wm/marswm: import package

marswm aims to be the rusty successor to moonwm. In addition to the window
manager this repository also contains the library it is built on,
an accompanying status bar and an ipc client to control the window manager
from external scripts.

marswm's goal is to have a simple tiling window manager with tiling and
workspaces.

Features:
- dwm-style layouts
- workspaces (like i3 - unlike dwm)
- IPC using X11 atoms (mars-relay)
- YAML for configuration and key bindings

The window manager supports multi-monitor setups, although they are not as well
tested as they probably should be for daily usage.
Every (non-overlapping) monitor gets its own set of workspaces, which is also
exposed as such to other applications like status bars. You can configure the
number of the primary monitor and secondary monitors with the primary_workspaces
and the secondary_workspaces option respectively.

It is suggested to use a relatively low number of workspaces for secondary
monitors as they might clutter your bar otherwise.

(pin)

2023-04-12 10:23:45 UTC MAIN commitmail json YAML

doc: Updated textproc/hck to 0.9.2

(pin)

2023-04-12 10:23:24 UTC MAIN commitmail json YAML

textproc/hck: update to 0.9.2

- clarify and update license
- update deps and thirdparty

(pin)

2023-04-12 10:22:16 UTC MAIN commitmail json YAML

misc/katbin-cli: reset maintainer

(pin)

2023-04-12 10:21:24 UTC MAIN commitmail json YAML

doc: Updated audio/gospt to 0.0.47

(pin)

2023-04-12 10:20:52 UTC MAIN commitmail json YAML

audio/gospt: update to 0.0.47

- ee9c229 better toggle
- 55f9c73 fix paging for playlists
- 2fbeb6d make code less bad

(pin)

2023-04-12 09:35:29 UTC MAIN commitmail json YAML

2023-04-12 07:25:59 UTC MAIN commitmail json YAML

doc/TODO: + nginx-1.24.

(wiz)

2023-04-12 06:01:03 UTC MAIN commitmail json YAML

py-wagtail: comment out 4 dependencies

For two, the version requirements are not fulfilled by the current pkgsrc
version; the other two are completely missing right now

(wiz)

2023-04-11 19:56:11 UTC MAIN commitmail json YAML

2023-04-11 18:22:14 UTC MAIN commitmail json YAML

jasper: fix for opengl option

(adam)

2023-04-11 15:57:02 UTC MAIN commitmail json YAML

Update to dhcpcd-9.5.0.

Highlights include:
* Linux SECCOMP updates for many more platforms.
* Misc bug fixes mainly around privsep for many platforms.
* Fix for reading the some BSD routing table entries.
* Fix reading authtokens from config.

(roy)

2023-04-11 15:36:27 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 8.2.5

(schmonz)

2023-04-11 15:36:22 UTC MAIN commitmail json YAML

Update to 8.2.5. From the changelog:

- Removed all linting errors

(schmonz)

2023-04-11 15:36:15 UTC MAIN commitmail json YAML

doc: Updated devel/py-approval-utilities to 8.2.5

(schmonz)

2023-04-11 15:36:09 UTC MAIN commitmail json YAML

2023-04-11 15:28:46 UTC MAIN commitmail json YAML

doc: Updated devel/swagger-codegen to 3.0.42

(schmonz)

2023-04-11 15:28:40 UTC MAIN commitmail json YAML

Update to 3.0.42. From the changelog:

- JDK 11+ - update dependencies by @frantuma in #12115

(schmonz)

2023-04-11 15:22:10 UTC MAIN commitmail json YAML

2023-04-11 15:04:34 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 14.29.1

(schmonz)

2023-04-11 15:04:28 UTC MAIN commitmail json YAML

Update to 14.29.1. From the changelog:

Bug Fixes:

- ansi: only clear background on inline overrides, closes #3699
- nushell: update syntax to for v0.78.0
- font: ignore enter while downloading font list
- wsl: look for existance of wslpath, closes #3657
- platform: detect WSL via /proc/version
- shell: sync PWD creation, closes #3646
- git: parse remote URL correctly, closes #3641
- path: return early when powerlevel is < max_width, closes #3607
- debug: output shell and version
- fish: bind keys to all modes, closes #3625
- pwsh: clear line after extra prompts, closes #3628
- pwsh: print upgrade notice in UTF8, closes #3606
- release: add git user

Features:

- add support for NetBSD (thanks bsiegert@!)
- sapling: identify new repo without commits
- argocd: add context segment
- log: add segment info
- properties: log properties information
- template: add parsed SHLVL
- exit: add exit codes 64-78, closes #3658
- xonsh: add version
- project: support PowerShell modules, closes #3636
- cftarget: add display_mode
- font: allow installation of local zip files
- diamond: merge segments on empty leading_diamond, closes #3623
- enable/disable true color per terminal
- debug: add plain support, closes #3612
- path: add powerlevel style, closes #3607

The last portability problem (that I'm aware of) is needing some code to
parse Illumos battery status.

(schmonz)

2023-04-11 13:28:08 UTC MAIN commitmail json YAML

Updated textproc/p5-Filter to 1.64

(wen)

2023-04-11 13:27:09 UTC MAIN commitmail json YAML

Update to 1.64

Upstream changes:
1.64 2022-08-16 rurban
----
  * Exec: Silence all Windows -Wint-conversion and -Wint-to-pointer-cast
    warnings

1.63 2022-08-11 rurban
----
  * Exec: Really fix USE_ITHREADS (GH #17) with USE_THREADS
    on windows. USE_5005THREADS is not defined in older perls, but
    OLD_PTHREADS_API is.

1.62 2022-08-10 rurban
----
  * Exec: compile with USE_THREADS and USE_ITHREADS (GH #17)
  * add a make release target

1.61 2022-06-13 rurban
----
  * perfilter.pod: minor improvements (PR #16 khw)
  * Remove runtime recommends META (GH #14 kentfredric)
  * use strict in all modules. Fixes Test::Kwalitee.
  * Add github actions, and cirrus CI's
  * Updated Copyright years.

(wen)

2023-04-11 13:20:56 UTC MAIN commitmail json YAML

Updated textproc/p5-Feed-Find to 0.13

(wen)

2023-04-11 13:17:44 UTC MAIN commitmail json YAML

Update to 0.13

Upstream changes:
Changes for version 0.13
Increment version of action/checkout
Attempt to add bugtracker info

(wen)

2023-04-11 12:48:03 UTC MAIN commitmail json YAML

texlive: note Makefile.common used by print/bibtex{8,u}

(markd)

2023-04-11 12:42:40 UTC MAIN commitmail json YAML

doc: Updated shells/starship to 1.14.1

(pin)

2023-04-11 12:42:17 UTC MAIN commitmail json YAML

shells/starship: update to 1.14.1

1.14.1 (2023-04-11)
Bug Fixes
- bootstrap manifest for release-please (#5087) (e392d14)
- trigger release (8bdb953)
- update the release-please manifest (cd501ec)

1.14.0 (2023-04-10)
Features
- aws: add support for source_profile (#3834) (d2801ac)
- aws: add support for source_profile (#4859) (d2801ac)
- aws: Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#5002)
  (74ce7fd)
- custom: add option to check if pwd is in a repo (#4822) (d29ce7c)
- fossil: detection of Fossil check-outs in subdirectories (#4910) (4bca74e)
- release: handle chocolatey starship.portable and starship.install pkg
  publishing (#4723) (b55774d)

Bug Fixes
- fossil_branch: fossil checkout database file name on windows (#4978)
  (c07a21d)
- fossil_branch: use proper fossil checkout database file name on windows
  (c07a21d)
- gradle: add support for unstable Gradle versions (#5021) (f7fe41f)
- init: avoid cygpath for starship binary path (#4970) (0ad0465)
- java: wrong version number when using Android Studio JDK (#4966) (de7e948)
- preset: add output-flag to avoid encoding issues (#4926) (5e78226)
- pulumi: Fix formatting on pulumi module when using version (#5038) (aef799b)

(pin)

2023-04-11 12:39:21 UTC MAIN commitmail json YAML

2023-04-11 12:32:06 UTC MAIN commitmail json YAML

2023-04-11 12:30:29 UTC MAIN commitmail json YAML

texlive-collection-binextra: +bibtex8 +bibtexu -tex-bibtex8

(markd)

2023-04-11 12:29:37 UTC MAIN commitmail json YAML

librsvg: reflect minimum Rust is now 1.64

(gutteridge)

2023-04-11 12:28:35 UTC MAIN commitmail json YAML

print: +bibtex8 +bibtexu -tex-bibtex8

(markd)

2023-04-11 12:27:20 UTC MAIN commitmail json YAML

tex-bibtex8: remove, newer version in print/bibtex8

(markd)

2023-04-11 12:27:03 UTC MAIN commitmail json YAML

Updated textproc/p5-Alien-Hunspell to 0.17

(wen)

2023-04-11 12:25:25 UTC MAIN commitmail json YAML

Update to 0.17
Update DEPENDS

Upstream changes:
0.17      2021-03-14 11:02:53 -0600
  - Remove dependency on Alien::Autotools

(wen)

2023-04-11 12:25:13 UTC MAIN commitmail json YAML

bibtexu: add version 4.00

An enhanced, portable C version of BibTeX. Unicode is supported
via the ICU library. Originally written by Yannis Haralambous
and his students, and derived from bibtex8, with substantial
updates from the Japanese TeX Development Community, it is now
maintained as part of TeX Live.

(markd)

2023-04-11 12:23:13 UTC MAIN commitmail json YAML

bibtex8: add version 4.00

An enhanced, portable C version of BibTeX. Enhanced by
conversion to larger (32-bit) capacity, addition of run-time
selectable capacity and 8-bit support extensions. National
character set and sorting order are controlled by an external
configuration file. Various examples are included. Originally
written by Niel Kempson and Alejandro Aguilar-Sierra, it is now
maintained as part of TeX Live.

(markd)

2023-04-11 12:09:11 UTC MAIN commitmail json YAML

Updated textproc/p5-ack to 3.7.0

(wen)

2023-04-11 12:08:25 UTC MAIN commitmail json YAML

Update to 3.7.0

Upstream changes:
v3.7.0      Sat Feb 25 14:00:57 CST 2023
========================================
[FEATURES]
Added a repeatable --not option to let you supply patterns that should NOT
match. For example, if you want to search for "dogs" but not if "cats" or
"fish" are on the same line, you can do:

    ack dogs --not cats --not fish

Added .Rmd to the list of extensions understood to be R. Thanks, Kieran
Mace. (GH#358)

Added file type for for Powershell (.ps1 and .psm1 files).  Thanks, Thomas
Gossler, (GH#362)

v3.6.0      Sat Aug 20 22:57:47 CDT 2022
========================================
[FEATURES]
Added default ignores for Python's pickle serialization format (GH#348)

Added default ignore for Visual Studio's user & workspace settings. Thanks,
Gabor Szabo. (GH#324)

Added support for the Crystal language. Thanks, Gabor Szabo. (GH#340)

Fixed some spelling errors. Thanks, Frieder Bluemle. (GH#310)

Added .sbt as a Scala extension. Thanks, Grzegorz Kaczmarczyk. (GH#322)

[DOCS]
Fixed incorrect example in the docs for --range-start. Thanks, Alex Beamish.

(wen)

2023-04-11 12:02:08 UTC MAIN commitmail json YAML

Updated time/p5-Time-Warp to 0.55

(wen)

2023-04-11 12:00:57 UTC MAIN commitmail json YAML

Update to 0.55

Upstream changes:
0.55  2022.09.18 MANWAR
      Test warnings and edge cases #5 by @choroba
      Fix code and tests to Time::HiRes implicitly loaded by Test::More #8 by @ppisar

(wen)

2023-04-11 11:55:27 UTC MAIN commitmail json YAML

Updated time/p5-DateTimeX-Easy to 0.091

(wen)

2023-04-11 11:53:21 UTC MAIN commitmail json YAML

Update to 0.091

Upstream changes:
0.091  2022 September 23
    - Fixed issues with broken metadata in previous release and some
      fixes to POD issues and documentation fixes.
    - I removed all the complex pod weaver and dzil metadata plugins since
      they seemed to be failing to build a correct distribution.  I never use
      any of these plugins and can't get them to work.  Given this is a distribution
      that sees very little release cycle I don't find it useful to make this two
      file distribution so complicated.

0.090:
    - Fixed test issues related to changes up the CPAN stream

(wen)

2023-04-11 11:48:19 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Natural to 1.16

(wen)

2023-04-11 11:47:30 UTC MAIN commitmail json YAML

Update to 1.16
Update DEPENDS

Upstream changes:
1.16  2023-02-04  <schubiger@cpan.org>

- Merged development version to stable.

1.15_03  2023-02-03  <schubiger@cpan.org>

- Drop generating compat Makefile.PL.

1.15_02  2023-02-02  <schubiger@cpan.org>

- Remove implicit m/d format; adjust tests.
  [github #11]

1.15_01  2023-01-27  <schubiger@cpan.org>

- Move further testing modules to test_requires.
  [inspired by github #10 - Karen Etheridge]

1.15  2023-01-12  <schubiger@cpan.org>

- Merged development version to stable.

1.14_03  2023-01-10  <schubiger@cpan.org>

- Minor whitespace tweak.

1.14_02  2023-01-09  <schubiger@cpan.org>

- Move testing modules to test_requires.
  [github #20 - Olaf Alders]

- List Jim Avera in credits.

1.14_01  2023-01-08  <schubiger@cpan.org>

- Fix extract_datetime fails with newly-created parser.
  [rt #144219 - Jim Avera]

1.14  2022-12-30  <schubiger@cpan.org>

- Merged development version to stable.

1.13_02  2022-12-29  <schubiger@cpan.org>

- Distinguish between truncated/unaltered when testing.

1.13_01  2022-08-06  <schubiger@cpan.org>

- Add support for millisecond(s) as parsable unit.

(wen)

2023-04-11 11:20:52 UTC MAIN commitmail json YAML

2023-04-11 11:12:20 UTC MAIN commitmail json YAML

Added time/p5-DateTime-HiRes version 0.04

(wen)

2023-04-11 11:08:58 UTC MAIN commitmail json YAML

Add p5-DateTime-HiRes

(wen)

2023-04-11 11:06:18 UTC MAIN commitmail json YAML

Import DateTime-HiRes-0.04 as p5-DateTime-HiRes.

This module enables you to generate DateTime objects that represent the current
time with sub-second resolution.

(wen)

2023-04-11 10:10:32 UTC MAIN commitmail json YAML

Updated time/p5-Date-ICal to 2.680

(wen)

2023-04-11 10:09:22 UTC MAIN commitmail json YAML

Update to 2.680

Upstream changes:
2023-04-04  skim

    * RT#147274: Fix link to datetime project (http://datetime.perl.org is dead).
    * Update README file.

2022-09-07  skim

    * RT#124548: Fix year in timegm(), four digit number now.
    * Fix doc in add() method.

(wen)

2023-04-11 10:03:36 UTC MAIN commitmail json YAML

Updated time/p5-Date-Extract to 0.07

(wen)

2023-04-11 10:02:43 UTC MAIN commitmail json YAML

Update to 0.07

Upstream changes:
0.07      2023-01-16 19:49:25Z
- Update tests to use Test::MockTime::HiRes to align with changes in
  DateTime::Format::Natural.
  Fixes: https://rt.cpan.org/Ticket/Display.html?id=145774

(wen)

2023-04-11 09:56:54 UTC MAIN commitmail json YAML

Added time/p5-Test-MockTime-HiRes version 0.08

(wen)

2023-04-11 09:55:36 UTC MAIN commitmail json YAML

Add p5-Test-MockTime-HiRes

(wen)

2023-04-11 09:53:08 UTC MAIN commitmail json YAML

Import Test::MockTime::HiRes-0.08 as p5-Test-MockTime-HiRes.

Test::MockTime::HiRes is a Time::HiRes compatible version of Test::MockTime. You
can wait milliseconds in simulated time.

It also provides mock_time to restrict the effect of the simulation in a code
block.

(wen)

2023-04-11 08:42:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/navi to 2.22.1

(pin)

2023-04-11 08:42:00 UTC MAIN commitmail json YAML

sysutils/navi: update to 2.22.1

2.22.1
New features
- e3920 Add --prevent-interpolation flag (#824)
- 4b07d Add support for code blocks using markdown syntax (#807)

�汾妲ixes
- f8192 Fix publish script (#825)
- f6414 Prevent variable selection content from being limited to 3 columns
  (#821)
- 89637 Correctly calculate character widths (#820)
- dee8f Fix typos
- 41aa4 Fix preview map "leaking" with multiple variables
- 8b78d Improve error handling for cheatsh and tldr (#766)
- d68c4 Support multi-word arguments in FZF overrides (#765)
- 81cd7 Fallback to nano if EDITOR isn't set (#764)

Code quality
- 2b03c Remove link to Katacoda (#819)
- b56d7 Use dns_common library (#818)
- 8cf9c Update dependencies (#817)
- 317d1 Add xonsh support instructions to Installation.md
- cb999 Refresh README
- 63681 Add link to TiddlyWiki plugin
- d05fc Add documentation about Tmux-widget
- 1823e Fix install script
- 69075 Delete dependabot.yml
- 5c6da Prettify md/yaml files
- 9d862 Minor code base improvements (#767)
- ebb02 Refactor code base (#760)
- 80f4a Fix typo in installation docs
- 9c903 feat: add install docu for windows powershell

Breaking changes
- bd2fe Replace target: aarch64-apple-ios by aarch64-apple-darwin (#827)

2.22.0
- Add --prevent-interpolation flag (#824)

(pin)

2023-04-11 08:39:40 UTC MAIN commitmail json YAML

doc: Updated geography/echomap to 0.7.3

(pin)

2023-04-11 08:39:19 UTC MAIN commitmail json YAML

geography/echomap: update to 0.7.3

- Multiple dependency updates to fix failing installs.

(pin)

2023-04-11 08:25:49 UTC MAIN commitmail json YAML

tex-texlive-scriptsd: fix missing distfile & upload it

(tnn)

2023-04-11 08:11:27 UTC MAIN commitmail json YAML

qt6-qtbase: PLIST.Linux: add some missing things and sort entries

(tnn)

2023-04-11 07:49:04 UTC MAIN commitmail json YAML

tex-kpathsea: fix missing distfile & upload it

(tnn)

2023-04-11 07:46:16 UTC MAIN commitmail json YAML

a requisite to py-qt6, shamelessly copied from py-sip-qt5 with
version adjustments

(spz)

2023-04-11 07:43:04 UTC MAIN commitmail json YAML

doc/TODO: + firefox-112, meson-1.1.

(wiz)

2023-04-11 07:14:11 UTC MAIN commitmail json YAML

tex-texlive-scripts-doc: fix missing distfile & upload it

(tnn)

2023-04-11 06:31:02 UTC MAIN commitmail json YAML

Updated devel/abseil, graphics/py-Willow

(adam)

2023-04-11 06:30:41 UTC MAIN commitmail json YAML

py-Willow: updated to 1.5

1.5

Drop support for Python versions below 3.7
Drop support for Pillow versions below 9.1 and fix Pillow 10 deprecation warnings (Alex Tomkins)
Replace deprecated imghdr with filetype. This allows detecting newer image formats such as HEIC (Herbert Poul)
Add SVG support (Joshua Munn)
Add HEIF support via the pillow-heif library (Alexander Piskun)

(adam)

2023-04-11 06:11:02 UTC MAIN commitmail json YAML

2023-04-11 06:09:27 UTC MAIN commitmail json YAML

abseil: updatd to 20230125.2

20230125.2
Change implementation of OnlyLiteralZero to only fail if the second overload is chosen, not in overload resolution.

(adam)

2023-04-11 05:46:07 UTC MAIN commitmail json YAML

Updated graphics/jasper, graphics/librsvg

(adam)

2023-04-11 05:45:45 UTC MAIN commitmail json YAML

librsvg: updated to 2.56.0

Version 2.56.0

- Fix crash when XML files get recursively included through
  XInclude.  Thanks to Stefan Schiller for catching this.

- When running the suite of reference tests, you can now use the
  TESTS_OUTPUT_DIR environment variable to specify where results for
  failures get written.  See tests/README.md for details.

- The minimum supported Rust version (MSRV) is 1.64.

(adam)

2023-04-11 05:43:25 UTC MAIN commitmail json YAML

jasper: updated to 4.0.0

4.0.0 (2022-11-05)

Improve static linking
Fix path relocation in mingw environment
Improve logging and build scripts.
Improve JPEG-2000 conformance test results.
Enable PIC by default.
Fix memory leaks in function cmdopts_parse
imgcmp:
  Add quiet (-q) option.
  Add debug-level option.
  Fix memory leak.
imginfo:
  Add quiet (-q) option.
Fix bug in parsing PGX header.
Fix integer overflow bug

(adam)

2023-04-11 03:37:02 UTC MAIN commitmail json YAML

texlive-collection-all: bump version to 2023pre1

(markd)

2023-04-11 03:35:03 UTC MAIN commitmail json YAML

tex package updates and additions

(markd)

2023-04-11 03:32:14 UTC MAIN commitmail json YAML

texlive-collection-latex: bump version to 2023

(markd)

2023-04-11 03:31:15 UTC MAIN commitmail json YAML

texlive-collection-langspanish: bump version to 2023

(markd)

2023-04-11 03:30:32 UTC MAIN commitmail json YAML

texlive-collection-langportuguese: bump version to 2023

(markd)

2023-04-11 03:29:40 UTC MAIN commitmail json YAML

texlive-collection-langpolish: bump version to 2023

(markd)

2023-04-11 03:28:38 UTC MAIN commitmail json YAML

texlive-collection-langkorean: bump version to 2023

(markd)

2023-04-11 03:27:31 UTC MAIN commitmail json YAML

texlive-collection-langgerman: bump version to 2023

(markd)

2023-04-11 03:26:24 UTC MAIN commitmail json YAML

texlive-collection-langenglish: bump version to 2023

(markd)

2023-04-11 03:25:45 UTC MAIN commitmail json YAML

texlive-collection-langczechslovak: bump version to 2023

(markd)

2023-04-11 03:24:28 UTC MAIN commitmail json YAML

texlive-collection-langarabic: bump version to 2023

(markd)

2023-04-11 03:23:17 UTC MAIN commitmail json YAML

texlive-collection-formatsextra: bump version to 2023

(markd)

2023-04-11 03:22:23 UTC MAIN commitmail json YAML

texlive-collection-fontutils: bump version to 2023

(markd)

2023-04-11 03:21:29 UTC MAIN commitmail json YAML

texlive-collection-fontsrecommended: bump version to 2023

(markd)

2023-04-11 03:19:49 UTC MAIN commitmail json YAML

texlive-collection-basic: bump version to 2023

(markd)

2023-04-11 03:09:01 UTC MAIN commitmail json YAML

texlive-collection-langjapanese: update to revision 64603

(markd)

2023-04-11 03:05:11 UTC MAIN commitmail json YAML

math: +tex-{japanese-mathformulas,jpneduenumerate,jpnedumathsymbols}{,-doc}

(markd)

2023-04-11 03:03:03 UTC MAIN commitmail json YAML

tex-japanese-mathformulas{,-doc}: add version 1.0.2

This is a style file for compiling basic maths formulas in
Japanese using LuaLaTeX. \NewDocumentCommand allows you to
specify whether the formula should be used within a sentence or
on a new line.

(markd)

2023-04-11 02:59:58 UTC MAIN commitmail json YAML

tex-jpnedumathsymbols{,-doc}: add version 1.1

Mathematical equation representation in Japanese education
differs somewhat from the standard LaTeX writing style. This
package introduces mathematical equation representation in
Japanese education.

(markd)

2023-04-11 02:57:20 UTC MAIN commitmail json YAML

tex-jpneduenumerate{,-doc}: add version 1.2

Mathematical equation representation in Japanese education
differs somewhat from the standard LaTeX writing style. This
package introduces enumerative expressions in Japanese
education.

(markd)

2023-04-11 02:54:42 UTC MAIN commitmail json YAML

print: +tex-asternote{,-doc}

(markd)

2023-04-11 02:53:43 UTC MAIN commitmail json YAML

2023-04-11 02:32:11 UTC MAIN commitmail json YAML

texlive-collection-metapost: update to revision 66670

(markd)

2023-04-11 02:29:59 UTC MAIN commitmail json YAML

graphics: +tex-{hershey-mp,mpchess}{,-doc}

(markd)

2023-04-11 02:27:56 UTC MAIN commitmail json YAML

tex-mpchess{,-doc}: add version 0.4

This package allows you to draw chess boards and positions. The
appearance of the drawings is modern and largely inspired by
what is offered by the excellent web site Lichess.org. Relying
on MetaPost probably allows more graphic flexibility than the
excellent LaTeX packages. This package is in beta version, do
not hesitate to report bugs, as well as requests for
improvement

(markd)

2023-04-11 02:25:31 UTC MAIN commitmail json YAML

tex-hershey-mp{,-doc}: add version 2022.1.0

This package provides MetaPost support for reading jhf vector
font files, used by (mostly? only?) the so-called Hershey Fonts
of the late 1960s. The package does not include the actual font
files, which you can probably find in the software repository
of your operating system.

(markd)