Add depgraph-20260309 to pkgsrc.
This package prints out dependency graphs for installed packages.
Individual packages can be selected, or all user-installed packages - see
pkg_info(1). The full version of the package can be printed, as well as its
licensing information, as well as all pre-requisite packages.
Metadata about the machine on which the report is running can also be displayed.
Output can be in standard format, or in JSON.
The aim of this package is to aid in producing SBOM information, as may be
required in certain legal jurisdictions soon.
The README is probably the most informative about this package, pasted here for
completeness:
[217 lines not shown]
tex-tikzfill{,-doc}: add version 1.0.1
This is a collection of TikZ libraries which add further
options to fill TikZ paths with images and patterns. The
libraries comprise fillings with images from files and from
TikZ pictures. Also, patterns of hexagons and of rhombi are
provided.
wabt: updated to 1.0.40
1.0.40
Remove macos-13 from CI. NFC
Lower the Ubuntu version for the release
Add support for (ref ...) / (ref null ...) constructs
Implement return_call_ref, ref.as_non_null, br_on_[non_]null instructions
Support table initializer expressions; completes function references support
Code improvements for call ref and br_on_[non_]null
Fix use of uninitialized value in WastParser::ParseSimdV128Const.
Fix reference tracking in SharedValidator
Save local set data in EndTryTable
wast-parser: make IsPowerOfTwo support memory64 addresses
[binary-reader] Validate import type earlier. NFC
[binary-reader] Re-use ReadExternalKind for import as well as exports. NFC
Add initial support for compact import section. NFC
Update gtest from release-1.10.0 -> release-1.12.0. NFC
Add bounds check for function body size in binary reader
[11 lines not shown]
mail/postfix: update to 3.11.1
3.11.1 (2026-03-10)
* Bugfix (defect introduced: 20260219): alias_maps errors when
default_database_type was not set in main.cf. Fix by Michael
Tokarev.
* Bugfix (defect introduced: Postfix 3.0): buffer over-read when
Postfix is configured with an enhanced status code not followed
by other text. For example, "5.7.2" without text after the
three-number code, in an access(5) table, header or body checks,
or with "$rbl_code $rbl_text" in rbl_reply_maps or default_rbl_reply.
These are all uncommon configurations. Problem reported by Kamil
Frankowicz.
* Bugfix (defect introduced: Postfix 3.3): null pointer in
nbdb_reindexd(8) because the "service_name" value was not
propagated. Report by Michael Tokarev.
[4 lines not shown]
www/php-ja-wordpress: distfile change
Upstream changed distfile without changing its name. It happened last year,
sigh.
Add DIST_SUBDIR and bump PKGREVISION since it contains some translation
updates.
py-chardet: updated to 7.0.1
7.0.0 (2026-03-02)
Ground-up, MIT-licensed rewrite of chardet. Same package name, same
public API — drop-in replacement for chardet 5.x/6.x.
**Highlights:**
- **MIT license** (previous versions were LGPL)
- **96.8% accuracy** on 2,179 test files (+2.3pp vs chardet 6.0.0,
+7.7pp vs charset-normalizer)
- **41x faster** than chardet 6.0.0 with mypyc (**28x** pure Python),
**7.5x faster** than charset-normalizer
- **Language detection** for every result (90.5% accuracy across 49
languages)
- **99 encodings** across six eras (MODERN_WEB, LEGACY_ISO, LEGACY_MAC,
LEGACY_REGIONAL, DOS, MAINFRAME)
- **12-stage detection pipeline** — BOM, UTF-16/32 patterns, escape
[20 lines not shown]
py-tables: updated to 3.11.1
Changes from 3.11.0 to 3.11.1
* Fix blosc2 loading (:issue:`1305`, :issue:`1306`).
Changes from 3.10.2 to 3.11.0
* Add support for Python 3.14.
* Set Cython "freethreading_compatible" directive.
Please refer to https://www.pytables.org/cookbook/threading.html
for details about threading support.
* Python wheel packages are now generated exploiting limited API and
stable ABI (`abi3`).
py-mmh3: updated to 5.2.1
5.2.1
Added
Add support for the Android wheel for Python 3.14.
Removed
Drop support for Python 3.9, as it has reached the end of life on 2025-10-31.
py-lazy_loader: updated to 0.5
0.5
Enhancements
- Add `suppress_warning` parameter to the `load` function
Bug Fixes
- fix: Remove problematic try/finally block
- Make sure that `__dir__` returns new copies of `__all__`
- Allow disabled eager loading with EAGER_IMPORT=0
Documentation
- Update release process doc