Source has moved to gitlab, still under Matrix.org. Release notes at
https://gitlab.matrix.org/matrix-org/olm/releases
major changes were in 3.1.0 already, Short Authentication String
and public key signing. Various compatibility and build fixes
were also applied.
Also PORTREVISION dependent ports (that I know about). No MFH because
these are feature-based releases, not security updates.
PR: 238384
Submitted by: Alexander Sieg
Reported by: Alexander Sieg
- patch from git no longer needed
- This release adds a cropping tool to the image importing function.
There are several bug fixes with image importing relating to the
various ImageMagick library versions, and some compilation fixes
for later KDE/Qt versions. This release also fixes the file opening
bug found with later versions of KDE/Qt.
- Must force SIZE to be avr-size since /usr/share/mk/sys.mk is
included so early.
- Convert arduino-boards.py to python3.
Approved by: matthew (mentor, implicit)
Aerc is an email client that runs in your terminal. It is highly
efficient and extensible, perfect for the discerning hacker.
Some of its more interesting features include:
- Editing emails in an embedded terminal tmux-style, allowing you
to check on incoming emails and reference other threads while you
compose your replies
- Render HTML emails with an interactive terminal web browser,
highlight patches with diffs, and browse with an embedded less
session
- Vim-style keybindings and ex-command system, allowing for powerful
automation at a single keystroke
- First-class support for working with git & email
- Open a new tab with a terminal emulator and a shell running for
easy access to nearby git repos for parallel work
- Support for multiple accounts, with support for IMAP, Maildir, SMTP,
and sendmail transfer protocols
- CalDAV and CardDAV support for synchronizing contacts & calendar
events
- Asynchronous IMAP support ensures the UI never gets locked up by
a flaky network, as mutt often does
- Efficient network usage - aerc only downloads the information
which is necessary to present the UI, making for a snappy and
bandwidth-efficient experience
WWW: https://aerc-mail.org/
Update x11-drivers/xf86-input-elographics to 1.4.2.
Add LICENSE and LICENSE_FILES.
Local patches came from upstream, and are included in this release. Delete
them. This release is mostly a noop because of this.
Sponsored by: B3 Init
Update x11/xcalc to 1.1.0.
This release adds the posibility to convert between different bases, such as
octal, hexadecimal. It also adds bitwise operators and modulo.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/002996.html
Sponsored by: B3 Init
PrettyPrinter is a Syntax-highlighting, declarative and composable pretty
printer.
Key Features:
* Drop in replacement for the standard library pprint: just rename pprint to
prettyprinter in your imports.
* Uses a modified Wadler-Leijen layout algorithm for optimal formatting.
* Write pretty printers for your own types with a dead simple, declarative
interface.
WWW: https://pypi.org/project/prettyprinter/
PR: 229349
Submitted by: Patrice Clement <monsieurp@gentoo.org>
Colorizes and styles the text of terminals in the right way.
Key Features:
* Expressive and consistent API
* Support for different color modes (8 ANSI, 256 ANSI, true colors)
* Support for predefined awesome styles (solarized, ...)
* Support for custom color palettes
* Support nesting styles
* Support for different platforms
* Context managers for clean color mode, color palette or style switch
* Support len() on colored strings
* Support color names from X11 rgb.txt
* No dependencies
WWW: https://pypi.org/project/colorful/
PR: 229350
Submitted by: Patrice Clement <monsieurp@gentoo.org>