textproc/py-sphinxcontrib-programoutput2: import py313-sphinxcontrib-programoutput2-2.0a1
A Sphinx_ extension to literally insert the output of arbitrary commands into
documents, helping you to keep your command examples up to date.
textproc/py-sphinxcontrib-phpdomain: import py313-sphinxcontrib-phpdomain-0.13.2
This package provides a Sphinx extension for documenting PHP projects.
textproc/p5-Pod-POM-View-Restructured: import p5-Pod-POM-View-Restructured-1.000003
This module outputs reStructuredText that is expected to be used
with Sphinx. Verbatim sections (indented paragraphs) in the POD
will be output with syntax highlighting for Perl code by default.
See "POD commands specifically for reStructuredText" for how to
change this for a particular block.
mail/cyrus-imapd38: import cyrus-imapd-3.8.6
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
mail/cyrus-imapd32: import cyrus-imapd-3.2.12
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
mail/cyrus-imapd312: import cyrus-imapd-3.12.1
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
mail/cyrus-imapd310: import cyrus-imapd-3.10.2
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
mail/postfix: update to 3.11.0
Postfix 3.11.0 (2026-03-05)
Berkeley DB migration:
* Some (Linux) distributions are removing support for BerkeleyDB
databases (In Postfix, this means we lose support for the hash:
and btree: lookup tables). See NON_BERKELEYDB_README for manual and
partially automatic migration from btree: to lmdb:, and from hash:
to lmdb: or cdb:.
* The loss of BerkeleyDB affects Mailman versions that want to execute
commands like "postmap hash:/path/to/file" when a mailing list is
added or removed. Postfix provides a way to redirect such commands
to a supported database type.
* You don't have to wait until BerkeleyDB support is removed. It can
make sense to migrate while BerkeleyDB support is still available
[55 lines not shown]
devel/ruby-async: update to 2.38.0
2.37.0 (2026-03-08)
* Introduce Async::Loop for robust, time-aligned loops.
* Add support for Async::Promise#wait(timeout: N).
2.38.0 (2026-03-08)
* Rename Task#stop to Task#cancel for better clarity and consistency with
common concurrency terminology. The old stop method is still available as
an alias for backward compatibility, but it is recommended to use cancel
going forward.
* Forward arguments from Task#wait -> Promise#wait, so task.wait(timeout: N)
is supported.