devel/perfetto: update to 57.2
* All freebsd-specific patches have been vendored in from
https://codeberg.org/tj/perfetto/src/branch/v54.0-freebsd-ports
* Non-upstreamed FreeBSD-specific binaries have a "perfetto_" prefix
added to them to avoid conflict with other ports
multimedia/asdcplib: New port: Library and tools for working with MXF and DCP files
AS-DCP Lib implements the SMPTE and MXF Interop standards used to package
Digital Cinema (DCP) and IMF essence, providing the libkumu and libasdcp
libraries plus a set of wrap/unwrap/info command line utilities. Optional
support for AS-02 (IMF), JPEG XS and P-HDR is available via options.
This port was previously removed in 2019 and is reintroduced against the
current upstream at https://github.com/cinecert/asdcplib.
graphics/jogamp-jogl: deprecate and expire in 4 months
No maintainer, does not compile with Java 11+, did not keep up with upstream.
The only usage in ports (math/scilab) has been deprecated.
Mail the maintainer if you use this.
Approved-by: no maintainer
java/eclipse-ecj: deprecate and expire in 4 months
No maintainer, last update was 2015, does not build with Java 11, only usage in the ports tree (math/scilab) was just deprecated.
Approved-by: no maintainer
math/scilab*: deprecate and expire in 4 months
No maintainer, old version, did not keep up with upstream, does not build with Java 11 or at all.
Please mail the maintainer if you use this.
Reported-by: https://portsfallout.com/fallout?port=math%2Fscilab
Approved-by: no maintainer
mail/bogofilter*: Prepare LMDB 1.0 transition
Here's what we do now:
- mail/bogofilter currently depends on lmdb0, a 0.9.X port, so
it continues to work as before
- add a new mail/bogofilter-lmdb1 port that depends on lmdb, the 1.0
version of the LMDB database.
- add the upstream patch for bogofilter 1.3.0.rc1 that I made and
that delphij@ prepared for integration into the ports tree - thanks!
Here's the plan for end of 2026:
- AT THE SAME TIME:
- upgrade mail/bogofilter to depend on LMDB 1.0
- portrm mail/bogofilter-lmdb1
- add a MOVED entry to redirect from bogofilter-lmdb1 to bogofilter.
While here, clean up and rearrange the Makefiles.
PR: 296519
[3 lines not shown]
net/kf6-kmime: Add new port
Library for handling MIME data.
This library is going to replace KDE PIM mime (net/kmime).
Do not connect it to the Uses/kde.mk yet.
WWW: https://invent.kde.org/frameworks/kmime
audio/plasma6-kpipewire: Update to 6.6.6.1
This release is to fix regression with ABI compatibility.
(cherry picked from commit 445d18a41e5517f6beb1f4ca9885d481aae9bbe7)
www/gohugo: Update to 0.164.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.164.0
Changes
* all: Rewrite deprecated constructs in tests
* tpl/tplimpl: Support sub paths in layouts passed to .Render
* Add markup.rst.syntaxHighlight option
* tpl/resources: Deprecate resources.PostProcess in favour of templates.Defer
* tpl/collections: Include key in IsSet unsupported-type warning
* create: Keep new content placeholders buildable
* hugio: Speedup hasBytesWriter
* tpl/crypto: Add crypto.Hash
* Add encoding.HexDecode/Encode
* tpl/tplimpl: Make template name lookup case-insensitive
* hugolib: Return error from .Render when template not found
Approved by: doceng@ (implicit)