1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

656950 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
6ecb770ec6
devel/rubygem-aws-sdk-timestreaminfluxdb: Add rubygem-aws-sdk-timestreaminfluxdb 1.0.0
Official AWS Ruby gem for Timestream InfluxDB.
2024-03-23 22:30:37 +08:00
Po-Chuan Hsieh
d2d6ac7c5c
www/py-django-unfold: Add py-django-unfold 0.21.1
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.
2024-03-23 22:30:37 +08:00
Po-Chuan Hsieh
d3d94c5f0a
devel/py-tree-sitter-languages: Add py-tree-sitter-languages 1.10.2
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.
2024-03-23 22:30:36 +08:00
Po-Chuan Hsieh
529fcf0693
devel/py-dask-expr: Add py-dask-expr 1.0.2
Dask DataFrames with query optimization.

This is a rewrite of Dask DataFrame that includes query optimization and
generally improved organization.
2024-03-23 22:30:36 +08:00
Po-Chuan Hsieh
c8b4d6d391
archivers/py-bitshuffle: Add py-bitshuffle 0.5.1
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.
2024-03-23 22:30:36 +08:00
Tobias C. Berner
c13c94d800 KDE: Update KDE Plasma to 5.27.11
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
2024-03-23 15:25:37 +01:00
Tobias C. Berner
449afa73c2 KDE: Update KDE Plasma Desktop 6 to 6.0.2
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/
2024-03-23 15:25:36 +01:00
Dirk Meyer
cd60d49f52 net-im/telegram-desktop: remove broken for openssl3
PR: 276589
2024-03-23 15:20:30 +01:00
Daniel Shafer
33bbe7bccf x11/guake: Update to 3.7.0
PR:		255721
2024-03-23 17:17:13 +03:00
Thierry Thomas
7e39668359 cad/opencascade: remove redundant distfile
As mat noticed, the two tarballs now contain the same bits.

Reported by:	mat
2024-03-23 15:16:58 +01:00
Thierry Thomas
5a3413a03d science/paraview: mark BROKEN on i386 untill a fix has been found.
/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)));
           ~~~~~~^~~~~~~~~~~~
2024-03-23 15:16:57 +01:00
Po-Chuan Hsieh
28472e9722
Revert "x11-fonts/noto*: Restructure and update"
This reverts commit 3b128ff9f7.
2024-03-23 14:01:07 +00:00
alt2600@icloud.com
d467c3bae4 devel/pydbus-common: Fix build with HTMLDOCS=yes
PR:		266285
2024-03-23 16:49:53 +03:00
Tijl Coosemans
3b128ff9f7 x11-fonts/noto*: Restructure and update
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
2024-03-23 14:40:46 +01:00
Gleb Popov
04bd4bf493 devel/dbus: Teach D-Bus to obtain credentials using getsockopt(LOCAL_PEERCRED)
Obtained from:	Alex S <iwtcex@gmail.com>
2024-03-23 15:41:15 +03:00
Gleb Popov
9694e3e1d0 devel/hs-haskell-language-server: Update to 2.7.0.0 2024-03-23 15:41:15 +03:00
Dimitry Andric
3b8c51bd37 devel/boost-all: Use clang from base for OSVERSION >= 1500017
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
2024-03-23 13:39:00 +01:00
Mikael Urankar
4a943f5bf7 www/miniserve: mark as broken on i386
The ring crate requires SSE2 instruction on intel cpu
2024-03-23 13:18:53 +01:00
Tijl Coosemans
909c172b80 security/beidconnect: New port, version 2.10
BeIDConnect is a browser extension to sign documents with a Belgian eID
card.
2024-03-23 12:28:22 +01:00
Tijl Coosemans
9a1d46378e devel/gettext: Update to 0.22.5
PR:		277725
Exp-run by:	antoine
2024-03-23 12:28:21 +01:00
Tijl Coosemans
b2238657fa Templates/config.site: gl_cv_func_fnmatch_posix=no
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
2024-03-23 12:27:43 +01:00
Tijl Coosemans
d7511b9d00 Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
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
2024-03-23 12:19:32 +01:00
Daniel Engberg
bf99270dd4 textproc/expat2: Update to 2.6.2
Fixes CVE-2024-28757

Changelog
https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes

PR:		277772
Approved by:	desktop (tcberner)
Sponsored by:	Blinkinblox
Exp-run by:	antoine
2024-03-23 12:13:38 +01:00
Daniel Engberg
01b932c689 textproc/libunibreak: Update to 6.1
* Add "make test"
* Adjust Makefile to more closely follow Porters Handbook

Changelog: https://github.com/adah1972/libunibreak/releases/tag/libunibreak_6_1

PR:		277438
Approved by:	desktop (tcberner)
2024-03-23 12:13:38 +01:00
Daniel Engberg
f30de1d9be irc/miau: Deprecate and set expiration date to 2024-04-30
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)
2024-03-23 12:13:37 +01:00
Daniel Engberg
e90026fe79 sysutils/vector: Deprecate and set expiration date to 2024-04-30
Broken for months and no maintainer, sunset port
Upstream is still active if someone wants to adopt
2024-03-23 12:13:37 +01:00
Daniel Engberg
e15262a468 sysutils/no-login: Deprecate and set expiration date to 2024-04-30
nologin is included in base rendering this port unnecessary
2024-03-23 12:13:37 +01:00
Daniel Engberg
c2a9f1eda3 sysutils/libretto-config: Mark BROKEN, deprecate and set expiration date to 2024-04-30
Unfetchabled and utility for obsolete hardware released 20 years ago
2024-03-23 12:13:37 +01:00
Daniel Engberg
1b1592518a sysutils/dolly: Mark BROKEN, deprecate and set expiration date to 2024-04-30
Upstream is gone, there's a fork by OpenSUSE if someone is interested
in picking it up. https://github.com/openSUSE/dolly
2024-03-23 12:13:37 +01:00
Daniel Engberg
b507fca4a9 sysutils/dim: Deprecate and set expiration date to 2024-04-30
Deprecated upstream in 2005
2024-03-23 12:13:37 +01:00
Daniel Engberg
06407c4d95 sysutils/atitvout: Deprecate and set expiration date to 2024-04-30
Utility for obsolete hardware released in 1999, AGP 2X-based
2024-03-23 12:13:36 +01:00
Daniel Engberg
e011873605 */*: Move WWW entries for fraubsd.org to GitHub
fraubsd.org isn't responding so move all WWW entries to GitHub

Approved by:	portmgr (blanket)
2024-03-23 12:13:36 +01:00
Hiroki Tagato
ea6f39ca2a misc/py-litellm: update to 1.33.7
Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.32.3
- https://github.com/BerriAI/litellm/releases/tag/v1.32.4
- https://github.com/BerriAI/litellm/releases/tag/v1.32.7
- https://github.com/BerriAI/litellm/releases/tag/v1.32.9
- https://github.com/BerriAI/litellm/releases/tag/v1.33.0
- https://github.com/BerriAI/litellm/releases/tag/v1.33.1
- https://github.com/BerriAI/litellm/releases/tag/v1.33.2
- https://github.com/BerriAI/litellm/releases/tag/v1.33.3
- https://github.com/BerriAI/litellm/releases/tag/v1.33.4
- https://github.com/BerriAI/litellm/releases/tag/v1.33.7

Reported by:	Repology
2024-03-23 20:11:27 +09:00
Gleb Popov
ed864d0be6 lang/ghc: Mark BROKEN on FreeBSD 14 aarch64
Reported by:	pkg-fallout
2024-03-23 13:40:43 +03:00
Nicola Vitale
f0f137c9b1
www/py-google-api-python-client: Update to 1.123.0
Release changes:	https://github.com/googleapis/google-api-python-client/releases/tag/v2.123.0
Reported by:	portscout
2024-03-23 11:40:46 +01:00
Emanuel Haupt
bffaefcba0 net-p2p/xmrig: Update to 6.21.2 2024-03-23 11:34:44 +01:00
Gleb Popov
517e93eb34 devel/hs-profiteur: Unbreak the build
Reported by:	pkg-fallout
2024-03-23 13:01:58 +03:00
Mikael Urankar
d632fbe55e lang/rust: Bump revisions after 1.77.0
PR:		277786
2024-03-23 10:41:46 +01:00
Mikael Urankar
54ef48424c finance/hyperswitch: Fix build with rust 1.77.0
Import upstream commit [1] to fix the recent change in cargo metadata

[1] 8f7d9fbc3a

PR:		277811 277786
Approved by:	portmgr (build fix blanket)
2024-03-23 10:41:46 +01:00
Mikael Urankar
db72125b23 devel/interactive_rebase_tool: Fix build with rust 1.77.0
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)
2024-03-23 10:41:46 +01:00
Mikael Urankar
f82789d972 x11/clipcat: Fix build with rust 1.77.0
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)
2024-03-23 10:41:45 +01:00
Mikael Urankar
73941e6741 lang/rust: Update to 1.77.0
Announce:	https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.77.0

PR:		277786
Tested by:	mikael
2024-03-23 10:41:45 +01:00
Piotr Kubaj
1fca414b7b mail/dcc-dccd: update to 2.3.169 2024-03-23 10:39:39 +01:00
Nuno Teixeira
1cf1be5e5b www/varnish7: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:57:00 +00:00
Nuno Teixeira
246f63483f www/slowhttptest: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:57:00 +00:00
Nuno Teixeira
8ea6953ed9 www/py-ttrv: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:57:00 +00:00
Nuno Teixeira
d632560661 www/netrik: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:56:59 +00:00
Nuno Teixeira
a0a69bb114 www/moinmoincli: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:56:59 +00:00
Nuno Teixeira
84d9108757 www/mnogosearch: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:56:59 +00:00
Nuno Teixeira
01aabe77d8 www/lynx-current: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:56:59 +00:00