Sat Aug 2 02:00:01 2025 schmonz (pkgsrc commits)
doc: Updated www/snac to 2.81

Sat Aug 2 02:00:01 2025 schmonz (pkgsrc commits)
snac: update to 2.81. Changes:

If the `propagate_local_purge` configuration variable is set to `true`
in `server.json`, purged local posts generate a `Delete` activity that
is sent everywhere, instead of only deleted from the filesystem.

Included a small tweak to avoid being confused by implementations that
return valid webfinger queries for non-account URLs (like i.e. the
Wordpress ActivityPub plugin in some configurations). This helps in
searching by URL.

Added Ukrainian translation (contributed by wincentbalin).

New command-line option `muted`, to list all MUTEd actors.

Mastodon API: Fixed metadata and follower approval flag when editing
the account.

Fri Aug 1 15:00:02 2025 schmonz (pkgsrc commits)
doc: Updated net/ucspi-ssl to 0.999.13.04

Fri Aug 1 15:00:02 2025 schmonz (pkgsrc commits)
doc: Updated net/ucspi-tcp6 to 1.13.04

Fri Aug 1 15:00:02 2025 schmonz (pkgsrc commits)
ucspi-ssl: update to 0.13.04. Changes:

- MAXCONIP now set to the initial 40 limit. Reading MAXCONIP from cdb
  works as designed.
- Upon start and calling sslserver with '1' will display initial LIMIT
  and MAXCONIP.

Fri Aug 1 15:00:02 2025 schmonz (pkgsrc commits)
ucspi-tcp6: update to 1.13.04. Changes:

- MAXCONIP now set to the initial 40 limit. Reading MAXCONIP from cdb
  works as designed.
- Upon start and calling tcpserver with '-1' will now show initial
  connection LIMIT and MAXCONIP.

Wed Jul 30 15:00:03 2025 schmonz (nbvm commits)
Solaris 11 lost virtio interface after pkg update.

Tue Jul 29 12:30:02 2025 schmonz (pkgsrc commits)
doc: Updated devel/jdebp-redo to 1.5nb1

Tue Jul 29 12:30:02 2025 schmonz (pkgsrc commits)
jdebp-redo: bump PKGREVISION. Changes:

* redo now hashes the targets of symbolic links rather than just looking
  at their last modification timestamps.

pkgsrc changes:

* Set DIST_SUBDIR, as distfile changed from what I'd thought was
  already 1.5.

Build-tested on NetBSD, macOS, and Ubuntu.

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
astyle: update to 3.6.11. Changes:

- Fix comment recognition after macro definition
- Fix indent of switch statements within structs
- Improved lambda body indentation
- Ignore lines with git conflict markers
- Replaced platform file functions by C++ filesystem library

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
doc: Updated devel/astyle to 3.6.11

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
doc: Updated devel/ruby-jirametrics to 2.13

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
doc: Updated devel/texttest to 4.4.4

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
doc: Updated shells/sheldon to 0.8.5

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
doc: Updated www/p5-Playwright to 1.532

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
p5-Playwright: update to 1.532. Changes:

- Fix cookie functionality broken in prior release.

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
ruby-jirametrics: update to 2.13. Changes:

- When on Jira Cloud (not Data Centre or Server), we now use the v3 API
  to retrieve issue details because the v2 API is being removed. Data
  Centre and Server, on the other hand, only support the v2 API so we
  cannot use the v3 API with them. Until now, all Jira installations
  supported the same API’s and this is no longer true. If you notice
  different behaviour in Cloud then let us know.
- When on Jira Cloud, we now have better support for the rich text
  formatting that is available. Cloud and Data Centre return that rich
  text data in very different formats and we’ve been focused on making
  cloud look good right now.
- When javascript is disabled, most of the charts won’t work and a
  large message will be displayed at the top of the page explaining
  that. Despite being large, several people reported not seeing this
  message and not understanding why the report wasn’t showing anything
  useful. Now that message is even more obnoxious and in your face.
  Javascript needs to be enabled for any of this to work.
- Atlassian has begun rolling out the naming change from `Issue` to
  `Work item` and this has broken some of our parsing logic. If you were
  seeing an error like `Issue(ISSUE_ID) Can't parse link text: This work
  item clones OTHER_ISSUE_ID` then that’s now fixed.

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
sheldon: update to 0.8.5. Changes:

- Fix SSH agent authentication not used when cloning submodules

Mon Jul 28 21:15:02 2025 schmonz (pkgsrc commits)
texttest: update to 4.4.4. Changes:

New development:
- Modernised installation mechanism via pip (from setup.py to
  pyproject.toml).
- Support running via "python -m texttestlib" now
- Support for Python 3.13 added.

Bugfixes:
- Fixed error #140 with knownbugs UI in Python 3.12 (thanks
  Michael Behrisch)
- Fixed error #138 with extracting performance data where file encoding
  doesn't match system encoding (found by Jesper Morelli)
- Officially require Python 3.9 now (3.8 stopped working in 4.4.0
  anyway)

Fri Jul 25 13:30:01 2025 schmonz (pkgsrc commits)
options.description: describe 'libressl' option.

Thu Jul 24 14:30:02 2025 schmonz (pkgsrc commits)
sqlite3-diff: update checksums to current version.

Thu Jul 24 14:30:02 2025 schmonz (pkgsrc commits)
sqlite3: note that sqlite3-diff needs `makesum` on update.

Wed Jul 23 18:00:01 2025 schmonz (nbvm commits)
Tribblix is now m37.

Wed Jul 23 15:30:02 2025 schmonz (pkgsrc commits)
doc: Updated lang/kotlin to 2.2.0

Wed Jul 23 15:30:02 2025 schmonz (pkgsrc commits)
kotlin: update to 2.2. Changes:

* Language: new language features in preview, including context
  parameters. Several previously experimental features are now Stable,
  such as guard conditions, non-local break and continue, and
  multi-dollar interpolation.
* Kotlin compiler: unified management of compiler warnings.
* Kotlin/JVM: changes to default method generation for interface
  functions.
* Kotlin/Native: LLVM 19 and new features for tracking and adjusting
  memory consumption.
* Kotlin/Wasm: separated Wasm target and the ability to configure
  Binaryen per project.
* Kotlin/JS: fix for the copy() method generated for @JsPlainObject
  interfaces.
* Gradle: binary compatibility validation in the Kotlin Gradle plugin.
* Standard library: stable Base64 and HexFormat APIs.
* Documentation: our documentation survey is open, and notable
  improvements have been made to the Kotlin documentation.

Fri Jul 18 14:15:01 2025 schmonz (pkgsrc commits)
cln: update to 1.3.7. Changes:

* Fixed compilation on ARM platforms.
* Add support for LoongArch.

Fri Jul 18 14:15:01 2025 schmonz (pkgsrc commits)
doc: Updated math/cln to 1.3.7

Fri Jul 18 14:15:01 2025 schmonz (pkgsrc commits)
enchant2: adjust PLIST.Darwin to match installed .so.

Wed Jul 16 17:45:03 2025 schmonz (pkgsrc commits)
Add and enable execshell.

Wed Jul 16 17:45:03 2025 schmonz (pkgsrc commits)
Add execshell: Proof of concept execline REPL

This is a proof-of-concept interactive REPL for Laurent Bercot's
execline language. execshell provides an interactive interface with
readline/Emacs-alike line editing to the command lexer used by the
execlineb script launcher. For example:

$ ./execshell
> foreground { echo foo } echo bar
foo
bar
> pipeline { echo baz } sed -e "s/a/u/" -e "s/$/z/"
buzz
(Note that the prompt string here is > .)

Wed Jul 16 17:45:03 2025 schmonz (pkgsrc commits)
doc: Added shells/execshell version 0.0.20201101

Wed Jul 16 17:45:03 2025 schmonz (pkgsrc commits)
skalibs: not all consumers will have a config.mak.

Tue Jul 15 12:00:02 2025 schmonz (nbpkg commits)
Fix bmake detection logic.

Mon Jul 14 15:30:02 2025 schmonz (pkgsrc commits)
ikiwiki: remove commented-out p5-DB_File (part of perl since 2020).

Mon Jul 14 15:30:02 2025 schmonz (pkgsrc commits)
rtf2latex2e: repair case-o in Makefile to fix NetBSD build.

Mon Jul 14 14:45:02 2025 schmonz (pkgsrc commits)
doc: Updated devel/ruby-jirametrics to 2.12.1

Mon Jul 14 14:45:02 2025 schmonz (pkgsrc commits)
ruby-jirametrics: update to 2.12.1. Changes:

- New chart: Daily View that is an optimized view for use during the
  daily standup/sprint/meeting.
- Estimation changes
    - The sprint_burndown and estimate_accuracy_chart both pull the
      estimate from the issue history. In the past we've looked for the
      field "Story Points" which works just fine in an English instance
      of Jira but fails for many (all?) non-English instances.
    - Also changed them to support time based estimates, if the board is
      configured to use them.
- Aging Work Table now shows the issue priority.
- Bug: Fixed exception when downloading for the first time and
  status_category_mappings are already set.
- New criteria that can be used with `start_at` or `stop_at`:
  `first_time_visible_on_board`
- Whenever we display statuses now, we display them in the format
  `"Review":10011` rather than just `Review`. We do this to remove any
  ambiguity around which specific `Review` status we're talking about as
  there may be several.

Fri Jul 11 19:15:01 2025 schmonz (pkgsrc commits)
doc: Updated net/s6-networking to 2.7.1.0nb2

Fri Jul 11 19:15:01 2025 schmonz (pkgsrc commits)
s6-networking: change default options. Bump PKGREVISION.

Instead of BearSSL, link with OpenSSL by default. The 'bearssl' option
is still present and 'libressl' is now available too.

Remove the transitional 'tls' option mapping.

While here, remove s6-pkgsrc-cadir. pkgsrc doesn't have a clear
library-independent notion of its "SSL cert directory", so we can't
helpfully tell clients (or servers that want to validate client certs)
where to find it.

Fri Jul 11 17:45:03 2025 schmonz (nbpkg commits)
s6-networking: openssl is default now.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
Fix distfile fetching broken in previous.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
apaste: build from git to get macOS shlibs. Bump PKGREVISION.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated lang/execline to 2.9.7.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated mail/smtpd-starttls-proxy to 0.0.2.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated misc/s6-portable-utils to 2.3.1.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated net/s6-dns to 2.4.1.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated net/s6-networking to 2.7.1.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated net/shibari to 0.0.2.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated sysutils/fdtools to 2024.12.07nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated sysutils/s6 to 2.13.2.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated www/apaste to 0.0.3.0nb1

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
doc: Updated www/tipidee to 0.0.6.0nb2

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
fdtools: recursive PKGREVISION bump for skalibs update.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
s6-dns: build from git to get macOS shlibs. Bump PKGREVISION.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
s6-networking: build from git to get macOS shlibs. Bump PKGREVISION.

Other changes from the next release-to-be:

- Add proxy-server

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
s6-portable-utils: build from git to get macOS shlibs. Bump PKGREVISION.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
s6: build from git to get macOS shlibs. Bump PKGREVISION.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
shibari: build from git to get macOS shlibs. Bump PKGREVISION.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
smtpd-starttls-proxy: build from git to get macOS shlibs. Bump PKGREVISION.

Wed Jul 9 07:45:01 2025 schmonz (pkgsrc commits)
tipidee: build from git to get macOS shlibs. Bump PKGREVISION.

Other changes from the next release-to-be:

- Add rproxy
- Add noredirect

Tue Jul 8 18:00:04 2025 schmonz (nbpkg commits)
extramkconf: try s6-networking with OpenSSL.

Mon Jul 7 14:30:04 2025 schmonz (pkgsrc commits)
doc: Updated misc/exercism to 3.5.6

Mon Jul 7 14:30:04 2025 schmonz (pkgsrc commits)
exercism: update to 3.5.6. Changes:

- Support for Futhark in exercism test
- Show a "try again after" message when a response sets a
  Retry-After header
- Check HTTP response content type before trying to decode it as JSON

Mon Jul 7 10:30:03 2025 schmonz (pkgsrc commits)
doc: Updated devel/p5-Syntax-Keyword-Try to 0.30

Mon Jul 7 10:30:03 2025 schmonz (pkgsrc commits)
p5-Syntax-Keyword-Try: update to 0.30. Changes:

* Updates for XS::Parse::Keyword v0.35: new container macro names
* Updated to latest hax/ support files: avoids SAVEt_LONG, now
  removed in perl 5.41.3

Mon Jul 7 10:30:03 2025 schmonz (pkgsrc commits)
w3m: fix parallel builds, hopefully.

Fri Jul 4 15:00:02 2025 schmonz (pkgsrc commits)
doc: Updated textproc/ov to 0.42.1

Fri Jul 4 15:00:02 2025 schmonz (pkgsrc commits)
ov: update to 0.42.1. Changes:

- Allows you to edit by passing the file to an external editor.
- The status line can now be hidden and there is more customization available.
- The help and log documentation are now separate from General and can be customized separately.
- Fix missing slice bounds check
- Fix duplicate log output
- Update modules 20250610
- Add documentation for General configuration items in README.md
- Fix inconsistent output after WriteQuit from help followed by Quit
- Fix typo in README.md
- Fix issue where quit was not output in filter document
- Fix Getpgrp syntax for Solaris/Illumos build
- Fix slice range check error
- fix: rename unWatchMode to unwatchMode

Fri Jul 4 13:30:03 2025 schmonz (pkgsrc commits)
doc: Updated net/fehqlibs to 27

Fri Jul 4 13:30:03 2025 schmonz (pkgsrc commits)
doc: Updated print/rtf2latex2e to 2.2.3

Fri Jul 4 13:30:03 2025 schmonz (pkgsrc commits)
fehqlibs: update to 27. Changes:

- Added 'void' as arg in wait.h.
- Included man pages lock.3 and readclose.3 and an additional macro for
  slurp (openreadclose).
- Included missing error_temp() as errtmp.c and provided error.a
  providing errstr.o and errtmp.o.
- Added functions constmap_get and constmap_index for 'ezmlm' usage and
  updated man pages.
- Added a 'DONEIT' (RC=0) and 'VERSION' tag in logmsg (RC=1)
  complementing the 'USAGE' tag.
- Defined ENOTDIR as error variable for 'error_notdir'; was external before.
- Fixed wrong man-page name for 'str_start' (erroneously called: str_starts).
- Fixed wrong prototype description for 'scan_long' in man scan(3).

Fri Jul 4 13:30:03 2025 schmonz (pkgsrc commits)
rtf2latex2e: update to 2.2.3. Changes:

- adds the option to delimit LaTeX equations by \(...\) instead of $...$
  and \[...\] instead of $$...$$
- adds conversion of Word's EQ fields and fixes the missing -lm flag in
  the gcc compiler call in Makefile

And surely more since 1.0fc2, but no changelog beyond that.

Take MAINTAINER (ok reed@).

Fri Jul 4 13:30:03 2025 schmonz (pkgsrc commits)
sqlite3-diff: regen distinfo after sqlite3 update.

Wed Jul 2 23:00:01 2025 schmonz (pkgsrc commits)
djbfft: fix SmartOS build.

Wed Jul 2 23:00:01 2025 schmonz (pkgsrc commits)
djbsort: fix SmartOS build.

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
doc: Updated devel/swagger-codegen to 3.0.70

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
doc: Updated mail/rspamd to 3.12.1

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
doc: Updated shells/sheldon to 0.8.3

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
doc: Updated www/p5-Playwright to 1.531

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
p5-Playwright: update to 1.531. Changes:

- Fix Locator.all(), and likely other things returning arrays of
  playwright objects

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
rspamd: update to 3.12.1. Changes:

* [Feature] Add /bayes/classifiers HTTP endpoint
* [Feature] Further improvements in scheduling next checks
* [Fix] Another fix for maps concurrent load
* [Fix] Do not add log tag header in milter logic
* [Fix] Do not explicitly add Connection header if it's there
* [Fix] Fix proxy headers duplication
* [Fix] Fix several issues with the lua_logger
* [Fix] Make logger more graceful when dealing with format arguments
* [Fix] Try to avoid incomplete writes
* [Rework] Eliminate maps locking

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
sheldon: update to 0.8.3. Changes:

- Fix unhandled error in access function calls.

Tue Jul 1 13:00:02 2025 schmonz (pkgsrc commits)
swagger-codegen: update to 3.0.70. Changes:

- chore: migrate Sonatype OSSRH to Central Portal
- Vulnerability in jetty: lib upgrade
- Generator v3 base image bump

Mon Jun 30 23:00:01 2025 schmonz (pkgsrc commits)
doc: Updated www/snac to 2.79

Mon Jun 30 23:00:01 2025 schmonz (pkgsrc commits)
qsmtp: switch to cmake/build.mk.

Mon Jun 30 23:00:01 2025 schmonz (pkgsrc commits)
snac: update to 2.79. Changes:

Added a server-wide Webmention hook; this way, if somebody out there
(that supports Webmention) links to a user or post in this instance, a
notification is sent (this is the complementary of what was implemented
in version 2.76).

Fixed regression while sending email via pipe on OpenBSD.

Fixed Markdown parsing when the URL has parenthesis.

Always show the 'pending follow confirmations' section if there are any
(even if the toggle is off).

If a metadata value is an account handler, it's also tried to be
validated (rel="me" links).

Another search by URL tweak (this time for Pixelfed links).

Mastodon API: fixed a bug that made some boosts disappear after being
shown in apps like Tusky, added followed hashtags maintenance, other
minor changes.

Renamed command-line actions `create_list` to `list_create` and
`delete_list` to `list_remove`.

The default favicon URL can be changed from the server configuration.

New command-line option `export_posts`, to export all posts by a user in
a JSON format compatible with the one generated by Mastodon.

The command-line options to send notes also allow an optional `-r`
argument, to set the URL of a Fediverse post this note is a reply to.

Mon Jun 30 18:45:02 2025 schmonz (pkgsrc commits)
qmail: fix macOS build by not shadowing system resolver's getshort().

Mon Jun 30 17:30:01 2025 schmonz (pkgsrc commits)
glib2: generate test6.gresource with UTF-8 as well. Fixes NetBSD build.

Sat Jun 28 02:15:04 2025 schmonz (pkgsrc commits)
dash: fix Illumos build. Still packages on macOS and NetBSD.

Sat Jun 28 02:15:04 2025 schmonz (pkgsrc commits)
jdebp-redo: fix SmartOS build. Still packages on NetBSD, macOS.

Sat Jun 28 02:15:04 2025 schmonz (pkgsrc commits)
leahneukirchen-redo: fix SmartOS build. Still builds NetBSD, macOS.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
daemontools: fix SmartOS build. Still good on NetBSD, macOS.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
doc: Updated net/ucspi-tools to 1.7nb2

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
libdkim: fix SmartOS build. Still fine on NetBSD, macOS.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
libowfat: fix SmartOS build. Still OK on macOS and NetBSD.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
qlogtools: fix SmartOS build. Still fine on NetBSD, macOS.

While here, set LICENSE.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
qpasswd: fix SmartOS build. Still fine on NetBSD, macOS.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
ucspi-tcp: fix SmartOS build. Still fine on NetBSD, macOS.

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
ucspi-tools: update a few commits to fix SmartOS. Bump PKGREVISION.

(Still packages on NetBSD and macOS.)

Changes:

- Change MAX_PATH to pathconf("/", _PC_PATH_MAX)
  for systems without MAX_PATH in their libc.
- remove useless environment code
- implementation of dprintf(3) for libc's that missing it
- move dprintf into an own file for httpc and httppc
- Makefile: Compile tcps and tcpc
- test.sh: Rewrite to be more clear on what it found
- test: Remove env.txt between tests
- test: Add test to make sure certs for tests are set up
- Fix number of expected tests.
- remove unused variable
- print program path on execvp error

Fri Jun 27 15:45:04 2025 schmonz (pkgsrc commits)
ucspi-udp: fix SmartOS build. Still good on NetBSD, macOS.

Wed Jun 25 15:00:05 2025 schmonz (pkgsrc commits)
astyle: needs C++17 and <filesystem>. Hopefully fixes NetBSD 9 build.

Wed Jun 25 15:00:05 2025 schmonz (pkgsrc commits)
lnetd: support PKGMANDIR.

Wed Jun 25 15:00:05 2025 schmonz (pkgsrc commits)
prefork: support PKGMANDIR.

Wed Jun 25 13:00:04 2025 schmonz (pkgsrc-wip commits)
Add msedit. Needs too-new-for-us Rust.

Wed Jun 18 14:00:02 2025 schmonz (nbpkg commits)
Accept apple-public-source-license.

Wed Jun 18 14:00:02 2025 schmonz (nbpkg commits)
Add sudo wrapper.

Thu Jun 12 16:45:01 2025 schmonz (pkgsrc commits)
age: set --version accurately. Bump PKGREVISION.

Thu Jun 12 16:45:01 2025 schmonz (pkgsrc commits)
doc: Updated security/age to 1.2.1nb4

Mon Jun 9 16:45:01 2025 schmonz (pkgsrc-wip commits)
testssl: update to 3.2.0. Still needs work.

Sat Jun 7 15:15:01 2025 schmonz (pkgsrc commits)
asdf: update to 0.18.0. Changes:

### Features

* `asdf list` exit with status code of 0 when no versions installed

### Bug Fixes

* correct flag handling in commands run by `asdf exec`
* only return version starting with number when no filter is supplied
* print all error output to stderr when shim can't be resolved
* rename tool version filename environment variable for clarity
* upgrade urfave/cli to version 3

Sat Jun 7 15:15:01 2025 schmonz (pkgsrc commits)
doc: Updated devel/asdf to 0.18.0

Wed Jun 4 12:45:02 2025 schmonz (pkgsrc commits)
mk: document bearssl option.

Wed Jun 4 12:45:02 2025 schmonz (pkgsrc commits)
s6-networking: enable openssl option, off by default.

Wed Jun 4 11:15:01 2025 schmonz (pkgsrc commits)
lnetd: -lsocket on SunOS.

Tue Jun 3 17:01:02 2025 schmonz (pkgsrc commits)
shellspec: update HOMEPAGE.

Tue Jun 3 15:15:03 2025 schmonz (pkgsrc commits)
TODO: +focalboard, kanboard

Mon Jun 2 09:45:02 2025 schmonz (pkgsrc commits)
doc: Updated www/snac to 2.78

Mon Jun 2 09:45:02 2025 schmonz (pkgsrc commits)
snac: update to 2.78. Changes:

Hashtag following also allow URLs to RSS feeds of ActivityPub objects
(like e.g. https://mastodon.social/tags/ThankYouTuesday).

Users can now configure a webhook to receive an HTTP POST for every
notification. This can be useful for implementing bots that react to
activities, like autorepliers, chatbots or interactive textual games
(see `snac(1)` for more information).

The number of pending follow confirmations is shown next to the
"people" link.

Faster performance metrics (contributed by dandelions).

Improved lowercasing in hashtags (contributed by postscriptum).

A search-by-url tweak for implementations that return 200 for invalid
webfinger queries (e.g. piefed).

Mastodon API: added follow confirmation endpoints, fixed collisions in
attachment file names.

Fixed potential crashes in attachment uploads.

Sun Jun 1 22:45:01 2025 schmonz (pkgsrc commits)
djbfft: mollify pkglint.

Sun Jun 1 22:45:01 2025 schmonz (pkgsrc commits)
pkglint: use pkglint4 on OpenBSD.

Sun Jun 1 20:15:02 2025 schmonz (pkgsrc commits)
djbware.mk: belatedly commit DJB_ERRNO_FIXUP.

Sun Jun 1 20:15:02 2025 schmonz (pkgsrc commits)
ezmlm: mollify pkglint.

Sat May 31 00:30:02 2025 schmonz (pkgsrc commits)
bearssl: USE_TOOLS+=gmake to fix Tiger and Snow Leopard builds.

Apple gcc 4.2.1's linker can't handle e.g. "-obuild/libbearssl.dylib",
but the build wasn't trying to do that. The intentional trailing
whitespace in LDOUT and LDDLLOUT was getting lost. gmake avoids this.

NFCI on other platforms. Build-tested on Sequoia and NetBSD.

Fri May 30 18:45:02 2025 schmonz (pkgsrc commits)
doc: Updated misc/exercism to 3.5.5

Fri May 30 18:45:02 2025 schmonz (pkgsrc commits)
exercism: update to 3.5.5. Changes:

- Change Idris test command to use slug

Fri May 30 09:30:02 2025 schmonz (pkgsrc commits)
Add and enable ov.

Fri May 30 09:30:02 2025 schmonz (pkgsrc commits)
Add ov: Feature-rich terminal-based text viewer

ov is a terminal pager.

* Quickly opens files larger than memory.
* Supports fixed header lines and columns.
* Optimized for tabular text with column mode and customizable
  column colors.
* Fully customizable shortcut keys and styles.
* Follow mode for real-time updates (like `tail -f` / `tail -F`).
* Exec mode to display command output dynamically.
* Watch mode to monitor file changes periodically.
* Advanced search: incremental, regex, and filter functions.
* Multi-color highlighting for multiple words.
* Supports Unicode and East Asian Width characters.
* Handles compressed files (gzip, bzip2, zstd, lz4, xz).

Fri May 30 09:30:02 2025 schmonz (pkgsrc commits)
doc: Added textproc/ov version 0.41.0

Tue May 27 14:45:02 2025 schmonz (pkgsrc commits)
doc: Updated net/prettyping to 1.1.0

Tue May 27 14:45:02 2025 schmonz (pkgsrc commits)
prettyping: update to 1.1.0. Changes:

* The special handling of the `-6` parameter has been dropped. Instead,
  it is now being passed to the `ping` binary, which should just work on
  any "modern" version of ping.
* New parameters `--[no]globalstats` and `--[no]recentstats` to toggle
  each of the two statistics lines.
* Better handling in case `--last <n>` receives a number less than 1. In
  such case, the recent statistics will be dropped.
* The `--help` output has been widened to 84 characters, to fit the new
  parameters and their description. If you're stuck with 80-char limit,
  I'm sorry. If you have a strong opinion about the 80-char limit,
  please suggest a solution for the help text.

Sun May 25 23:30:03 2025 schmonz (pkgsrc commits)
doc: Updated www/tipidee to 0.0.6.0nb1

Sun May 25 23:30:03 2025 schmonz (pkgsrc commits)
tipidee: support PKG_SYSCONFDIR, actually. Bump PKGREVISION.

Sun May 25 22:30:03 2025 schmonz (pkgsrc commits)
doc: Updated devel/p5-Cucumber-TagExpressions to 6.2.0

Sun May 25 22:30:03 2025 schmonz (pkgsrc commits)
doc: Updated devel/p5-Test-BDD-Cucumber to 0.87

Sun May 25 22:30:03 2025 schmonz (pkgsrc commits)
p5-Cucumber-TagExpressions: update to 6.2.0. Changes:

- [PHP] Add new implementation

Sun May 25 22:30:03 2025 schmonz (pkgsrc commits)
p5-Test-BDD-Cucumber: update to 0.87. Changes:

[Added]
- Report scenarios skipped due to tag filters as skipped,
  which prevents feature files with *all* scenarios filtered
  from being reported as failed in the TAP output (while those
  with only some scenarios skipped will not)
- 'scenario_skip()' event added to the Test::BDD::Cucumber::Harness

[Fixed]
- Typo in Test::BDD::Cucumber::Model::TagSpec

Sat May 24 00:00:03 2025 schmonz (pkgsrc commits)
Add and enable endbasic.

Sat May 24 00:00:03 2025 schmonz (pkgsrc commits)
Add endbasic: BASIC interpreter + DOS environment, reimagined

EndBASIC is an interpreter for a BASIC-like language and is inspired
by Amstrad's Locomotive BASIC 1.1 and Microsoft's QuickBASIC 4.5.
Like the former, EndBASIC intends to provide an interactive environment
that seamlessly merges coding with immediate visual feedback. Like
the latter, EndBASIC offers higher-level programming constructs and
strong typing.

EndBASIC's primary goal is to offer a simplified and restricted
DOS-like environment to learn the foundations of programming and
computing, and focuses on features that quickly reward the learner.
These include a built-in text editor, commands to manipulate the
screen, commands to interact with shared files, and even commands
to interact with the hardware of a Raspberry Pi.

Sat May 24 00:00:03 2025 schmonz (pkgsrc commits)
doc: Added lang/endbasic version 0.11.1

Sat May 24 00:00:03 2025 schmonz (pkgsrc commits)
todo: endbasic has been done.

Fri May 23 12:00:03 2025 schmonz (pkgsrc commits)
doc: Updated shells/sheldon to 0.8.2

Fri May 23 12:00:03 2025 schmonz (pkgsrc commits)
sheldon: update to 0.8.2. Changes:

- Reduce scope of file mutex. This fixes #196.

Thu May 22 18:00:03 2025 schmonz (pkgsrc commits)
doc: Updated devel/p5-Devel-NYTProf to 6.14nb2

Thu May 22 18:00:03 2025 schmonz (pkgsrc commits)
p5-Devel-NYTProf: find non-builtin zlib. Bump PKGREVISION.

Thu May 22 02:45:02 2025 schmonz (pkgsrc commits)
djbware: reduce lint, mostly by replacing SUBST_CLASSES+=djberrno with
DJB_ERRNO_FIXUP.

While here, sprinkle FORCE_C_STD (mostly c89) where it doesn't break the
build. Tested on NetBSD and macOS.

Thu May 22 02:00:01 2025 schmonz (pkgsrc commits)
djbdns: PATCHFILES part of previous incorrect, revert.

Thu May 22 01:45:01 2025 schmonz (pkgsrc-wip commits)
djbware: reduce lint, mostly by replacing SUBST_CLASSES+=djberrno with
DJB_ERRNO_FIXUP.

While here, sprinkle FORCE_C_STD (mostly c89) where it doesn't break the
build. Tested on NetBSD and macOS.

Thu May 22 01:00:01 2025 schmonz (nbpkg commits)
Adjust previous to also avoid CTF.

Thu May 22 00:00:03 2025 schmonz (nbpkg commits)
qtools with -g fails CHECK_WRKREF (why?).

Wed May 21 20:45:03 2025 schmonz (pkgsrc commits)
djbdns: specify c89, record missing PATCHFILES, de-lint. Bump PKGREVISION.