Unfold is theme for Django admin incorporating most common practises for
building full-fledged admin areas. It is designed to work at the top of default
administration provided by Django.
py-tree-sitter-languages provides binary Python wheels for all tree sitter
languages. The binary wheels remove the need to download and compile support for
individual languages.
Bitshuffle is an algorithm that rearranges typed, binary data for improving
compression, as well as a python/C package that implements this algorithm within
the Numpy framework.
The library can be used along side HDF5 to compress and decompress datasets and
is integrated through the dynamically loaded filters framework. Bitshuffle is
HDF5 filter number 32008.
Algorithmically, Bitshuffle is closely related to HDF5's Shuffle filter except
it operates at the bit level instead of the byte level. Arranging a typed data
array in to a matrix with the elements as the rows and the bits within the
elements as the columns, Bitshuffle "transposes" the matrix, such that all the
least-significant-bits are in a row, etc.
This does not in itself compress data, only rearranges it for more efficient
compression. To perform the actual compression you will need a compression
library. Bitshuffle has been designed to be well matched to Marc Lehmann's LZF
as well as LZ4 and ZSTD. Note that because Bitshuffle modifies the data at the
bit level, sophisticated entropy reducing compression libraries such as GZIP and
BZIP are unlikely to achieve significantly better compression than simpler and
faster duplicate-string-elimination algorithms such as LZF, LZ4 and ZSTD.
Bitshuffle thus includes routines (and HDF5 filter options) to apply LZ4 and
ZSTD compression to each block after shuffling.
KDE Plasma 5.27.11, Bugfix Release for March
Wednesday, 6 March 2024. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.11.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
The bugfixes are typically small but important and include:
* Plasma Browser Integration: 🍒🍒Download Job: Truncate excessively
long URLs.
* KWin: Tabbox: match Shift+Backtab against Shift+Tab.
* Powerdevil: Kbd backlight: Fix double brightness restore on
LidOpen-resume.
Announcement: https://kde.org/announcements/plasma/5/5.27.11/
Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.10-5.27.11
Changes in 6.0.1:
* KWin: Fix confined pointer being able to escape the surface.
* Fix kicker close on click away.
* Show panels on entering edit mode and "add widgets".
Changes in 6.0.2:
* Fix sending window to all desktops.
* Folder Model: Handle invalid URL in desktop file.
* Fix panels being set to floating by upgrades.
Announcement for 6.0.1: https://kde.org/announcements/plasma/6/6.0.1/
Announcement for 6.0.2: https://kde.org/announcements/plasma/6/6.0.2/
/wrkdirs/usr/ports/science/paraview/work/ParaView-v5.12.0/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:216:18: error: no matching member function for call to 'getArrayType'
return this->getArrayType(&(array.get()->operator[](0)));
~~~~~~^~~~~~~~~~~~
Split x11-fonts/noto-basic into separate ports so they can be updated
separately. Keep noto-basic as a metaport but replace dependencies on
it with dependencies on individual fonts as needed.
Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual
fonts can be split from this port later.
Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and
create a new port x11-fonts/noto-color-emoji for Noto Color Emoji.
Add the new ports to x11-fonts/noto metaport and make Noto Sans and
Noto Serif non-optional because script-specific fonts depend on them.
Upstream does not provide useful tarballs so we create our own and host
them on LOCAL. The new ports have a "make noto-fetch" target that
creates a tarball in DISTDIR.
List of updates:
Noto Color Emoji 2.042
Noto Emoji 2.001
Noto Sans 2.013
Noto Sans Mono 2.014
Noto Sans Symbols 2.003
Noto Sans Symbols 2 2.008
Noto Serif 2.013
PR: 275758
Differential Revision: https://reviews.freebsd.org/D43509
In https://cgit.freebsd.org/src/commit/?id=bcd401b5a39c I committed a
fix for clang's assertion failures when building recent boost libraries.
I also bumped __FreeBSD_version to 1500017 so this can be detected from
devel/boost-all/compiled.mk.
The fix was also merged to stable/14, with __FreeBSD_version 1400509,
and stable/13, with __FreeBSD_version 1303502.
Adjust the ranges to use the default llvm port to [1500000..1500017>,
[1400000..1400509>, and [1300000..1303502>.
PR: 277850
Approved by: fluffy (maintainer)
MFH: 2024Q1
FreeBSD fnmatch(3) does not conform to POSIX. Collating symbol
expressions, equivalence class expressions and character class
expressions are not supported.
This fixes make test in devel/gettext-tools.
PR: 277725
Exp-run by: antoine
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the
ports tree through some mechanism, e.g. an option in a port.
Some ports were picking up variables from Poudriere make.conf and
required fixes:
- astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV.
- games/zhlt: Add ARCH to MAKE_ENV.
- graphics/tachyon: Upstream ARCH is not ports tree ARCH.
Set ALL_TARGET=bsd so upstream ARCH is defined correctly.
Enable multi-threading support while here.
PR: 277455
Exp-run by: antoine
Abandoned upstream, last release in 2010 and no activity since 2014.
Redirect users to irc/soju or irc/znc
PR: 277298
Approved by: portmgr (maintainer timeout, 3+ weeks)
error: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
--> src/runtime/src/lib.rs:51:2
|
51 | unused_tuple_struct_fields,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
PR: 277786
Approved by: portmgr (build fix blanket)
error: lint `coinductive_overlap_in_coherence` has been removed: converted
into hard error, see PR #118649 <https://github.com/rust-lang/rust/pull/118649>
for more information
PR: 277786
Approved by: portmgr (build fix blanket)