Re: [fix] misc/remind: gtk-update-icon-cache: Failed to open file

2024-03-20 Thread Martin Ziemer
Am Tue, Mar 19, 2024 at 09:14:53AM + schrieb Klemens Nanni:
> 18.03.2024 16:37, Stefan Hagen пишет:
> > Hi,
> > 
> > $ pkg_add remind
> > quirks-7.14 signed on 2024-03-17T12:22:05Z
> > remind-4.3.2:[..snip the deps..]
> > remind-4.3.2:p5-JSON-MaybeXS-1.004005: ok
> > remind-4.3.2:tcl-8.6.13: ok
> > remind-4.3.2:tk-8.6.13: ok
> > remind-4.3.2:p5-Cairo-1.109: ok
> > remind-4.3.2:p5-Glib2-1.3294: ok
> > remind-4.3.2:p5-Pango-1.227p3: ok
> > remind-4.3.2:tcl-8.5.19p6: ok
> > remind-4.3.2:tcllib-1.21pl0p0: ok
> > remind-4.3.2: ok
> > Running 
> > tags||100%
> > gtk-update-icon-cache: Failed to open file 
> > /usr/local/share/icons/tkremind/.icon-theme.cache : No such file or 
> > directory
> > system(/bin/sh, -c, /usr/local/bin/gtk-update-icon-cache -q -t 
> > /usr/local/share/icons/tkremind) failed:  exit(1)
> > Running tags: ok
> > New and changed readme(s):
> > /usr/local/share/doc/pkg-readmes/tcl-8.5
> > /usr/local/share/doc/pkg-readmes/tcl-8.6
> > 
> > This is because:
> > 
> > cat pkg/PLIST:
> > @tag gtk-update-icon-cache %D/share/icons/tkremind
> > 
> > But nothing was installed to ../share/icons/..
> > 
> > I think we can remove this line.
> > 
> > OK?
> 
> Yes, when you remove the x11/gtk+4,-guic RDEP for it as well.
> 
> > 
> > Best Regards,
> > Stefan
> > 
> > Index: misc/remind/Makefile
> > ===
> > RCS file: /cvs/ports/misc/remind/Makefile,v
> > diff -u -p -u -p -r1.71 Makefile
> > --- misc/remind/Makefile4 Mar 2024 10:22:45 -   1.71
> > +++ misc/remind/Makefile18 Mar 2024 13:29:27 -
> > @@ -2,6 +2,7 @@ COMMENT=scripting language for reminder
> >  
> >  DISTNAME=  remind-04.03.02
> >  PKGNAME=   remind-4.3.2
> > +REVISION=  0
> >  
> >  CATEGORIES=misc
> >  
> > Index: misc/remind/pkg/PLIST
> > ===
> > RCS file: /cvs/ports/misc/remind/pkg/PLIST,v
> > diff -u -p -u -p -r1.16 PLIST
> > --- misc/remind/pkg/PLIST   4 Mar 2024 10:22:45 -   1.16
> > +++ misc/remind/pkg/PLIST   18 Mar 2024 13:29:27 -
> > @@ -55,4 +55,3 @@ share/remind/seasons.rem
> >  share/remind/site/
> >  share/remind/site/README
> >  @tag update-desktop-database
> > -@tag gtk-update-icon-cache %D/share/icons/tkremind
> > 

And now there is also a newer version of remind.

Below is a diff which removes the icon-cache and the matching depends
and updates to the new version.

Tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/misc/remind/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- Makefile4 Mar 2024 10:22:45 -   1.71
+++ Makefile20 Mar 2024 08:05:21 -
@@ -1,7 +1,7 @@
 COMMENT=   scripting language for reminders, with a Tk front end
 
-DISTNAME=  remind-04.03.02
-PKGNAME=   remind-4.3.2
+DISTNAME=  remind-04.03.03
+PKGNAME=   remind-4.3.3
 
 CATEGORIES=misc
 
@@ -32,7 +32,6 @@ RUN_DEPENDS=  ${MODTK_RUN_DEPENDS} \
converters/p5-JSON-MaybeXS \
graphics/p5-Cairo \
devel/p5-Pango \
-   x11/gtk+4,-guic \
devel/desktop-file-utils
 
 CONFIGURE_STYLE=   gnu
Index: distinfo
===
RCS file: /cvs/ports/misc/remind/distinfo,v
retrieving revision 1.40
diff -u -p -r1.40 distinfo
--- distinfo4 Mar 2024 10:22:45 -   1.40
+++ distinfo20 Mar 2024 08:05:21 -
@@ -1,2 +1,2 @@
-SHA256 (remind-04.03.02.tar.gz) = tL5Ntb/RIoT9mKcdU1ndBo/pGwhtIsRnTV0lL6Sg1Vw=
-SIZE (remind-04.03.02.tar.gz) = 523684
+SHA256 (remind-04.03.03.tar.gz) = +/vX6Nu0F84mZcEnd9jFlaVKbJIQQOJiPsxspKF+klQ=
+SIZE (remind-04.03.03.tar.gz) = 528047
Index: pkg/PLIST
===
RCS file: /cvs/ports/misc/remind/pkg/PLIST,v
retrieving revision 1.16
diff -u -p -r1.16 PLIST
--- pkg/PLIST   4 Mar 2024 10:22:45 -   1.16
+++ pkg/PLIST   20 Mar 2024 08:05:21 -
@@ -55,4 +55,3 @@ share/remind/seasons.rem
 share/remind/site/
 share/remind/site/README
 @tag update-desktop-database
-@tag gtk-update-icon-cache %D/share/icons/tkremind



[update] productivity/timewarrior to 1.7.1

2024-03-20 Thread Nils Reuße
Hi,

This update brings time warrior to the latest 1.7.1. It builds and runs fine in 
my arm64-VM.

Tests are now enabled, but in a somewhat hacky way, because my cmake-skills are 
nonexistent. When running `make test` outside the ports directory, cmake does 
the right thing, but using the ports framework, I could not get it to work 
other than compiling the tests during the build and using do-test and running 
the run_all-script manually.

Maybe someone knows a better way how to handle this, comments are very welcome 
:)

Thanks,
Nils




timewarrior-1.7.1.diff
Description: Binary data


[update] darkhttpd to 1.16

2024-03-20 Thread Florian Viehweger
Hi,

this is an update for darkhttpd to 1.16.

Some testing done on amd64. No issues found.

portcheck and 'make port-lib-depends-check' are happy.

Changes listed here [1].

Additionally I want to take maintainership.

Comments?

Thanks!

[1] https://github.com/emikulic/darkhttpd/releases


Index: Makefile
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/www/darkhttpd/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile13 Nov 2022 14:09:42 -  1.8
+++ Makefile19 Mar 2024 13:56:22 -
@@ -3,7 +3,9 @@ COMMENT=simple and small webserver inte
 CATEGORIES=www
 GH_ACCOUNT=emikulic
 GH_PROJECT=darkhttpd
-GH_TAGNAME=v1.14
+GH_TAGNAME=v1.16
+
+MAINTAINER =   Florian Viehweger 
 
 HOMEPAGE=  https://unix4lyfe.org/darkhttpd/
 
Index: distinfo
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/www/darkhttpd/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo13 Nov 2022 14:09:42 -  1.5
+++ distinfo19 Mar 2024 13:56:22 -
@@ -1,2 +1,2 @@
-SHA256 (darkhttpd-1.14.tar.gz) = 4GPenvpWNSYMje8ApNQexhRSJqSS1T+h2sQ2lnZw0ZU=
-SIZE (darkhttpd-1.14.tar.gz) = 37662
+SHA256 (darkhttpd-1.16.tar.gz) = q5fqNARlSvdl94KCqgnP5CJssAfS/MWf4aR1ug/vGYE=
+SIZE (darkhttpd-1.16.tar.gz) = 40912


-- 
greetings,

Florian Viehweger



[update] fish to 3.7.1

2024-03-20 Thread Florian Viehweger
Hi,

this updates to fish 3.7.1. Changes are listed here[1].

portcheck and port-lib-depends-check are happy. 1 test is failing which
is to be expected.

Some testing done on amd64 and no errors found.

Comments?

Thanks!

[1] https://github.com/fish-shell/fish-shell/releases/tag/3.7.1


Index: Makefile
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/Makefile,v
retrieving revision 1.44
diff -u -p -u -p -r1.44 Makefile
--- Makefile6 Jan 2024 20:03:12 -   1.44
+++ Makefile20 Mar 2024 11:55:37 -
@@ -1,6 +1,6 @@
 COMMENT =  friendly interactive shell
 
-V =3.7.0
+V =3.7.1
 
 DISTNAME = fish-$V
 
Index: distinfo
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo6 Jan 2024 20:03:12 -   1.17
+++ distinfo20 Mar 2024 11:55:37 -
@@ -1,2 +1,2 @@
-SHA256 (fish-3.7.0.tar.xz) = 3xtzeLcU8GkLKF7Z5OWK/icKyY28nKWDlYnBr8yjOrE=
-SIZE (fish-3.7.0.tar.xz) = 2961912
+SHA256 (fish-3.7.1.tar.xz) = YUyfVkPNB5nfOROV+mu8NklCe7g5cizjsRTTu8GjslA=
+SIZE (fish-3.7.1.tar.xz) = 2965756
Index: pkg/PLIST
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/pkg/PLIST,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 PLIST
--- pkg/PLIST   6 Jan 2024 20:03:12 -   1.21
+++ pkg/PLIST   20 Mar 2024 11:55:37 -
@@ -328,6 +328,7 @@ share/fish/completions/clojure.fish
 share/fish/completions/cmark.fish
 share/fish/completions/cmd.fish
 share/fish/completions/cmdkey.fish
+share/fish/completions/cobra-cli.fish
 share/fish/completions/code.fish
 share/fish/completions/color.fish
 share/fish/completions/colordiff.fish
@@ -395,6 +396,7 @@ share/fish/completions/djxl.fish
 share/fish/completions/dlocate.fish
 share/fish/completions/dm-tool.fish
 share/fish/completions/dmesg.fish
+share/fish/completions/dmidecode.fish
 share/fish/completions/dnf.fish
 share/fish/completions/doas.fish
 share/fish/completions/docker.fish
@@ -538,7 +540,6 @@ share/fish/completions/helm.fish
 share/fish/completions/help.fish
 share/fish/completions/heroku.fish
 share/fish/completions/hg.fish
-share/fish/completions/highlight.fish
 share/fish/completions/hikari.fish
 share/fish/completions/history.fish
 share/fish/completions/hjson.fish
@@ -698,6 +699,7 @@ share/fish/completions/mupdf.fish
 share/fish/completions/mutt.fish
 share/fish/completions/mv.fish
 share/fish/completions/mvn.fish
+share/fish/completions/mycli.fish
 share/fish/completions/mysql.fish
 share/fish/completions/mysqldump.fish
 share/fish/completions/namei.fish
@@ -737,6 +739,7 @@ share/fish/completions/octave.fish
 share/fish/completions/oggenc.fish
 share/fish/completions/oksh.fish
 share/fish/completions/okular.fish
+share/fish/completions/ollama.fish
 share/fish/completions/omega.fish
 share/fish/completions/op.fish
 share/fish/completions/opam.fish
@@ -820,6 +823,7 @@ share/fish/completions/ps2pdf14.fish
 share/fish/completions/ps2pdfwr.fish
 share/fish/completions/psql.fish
 share/fish/completions/pstack.fish
+share/fish/completions/pstree.fish
 share/fish/completions/psub.fish
 share/fish/completions/pushd.fish
 share/fish/completions/pv.fish


-- 
greetings,

Florian Viehweger



[update] net/synapse 1.103.0

2024-03-20 Thread Renaud Allard

Hello,

Here is a small diff to update net/synapse to 1.103.0
Tested on amd64

Best RegardsIndex: Makefile
===
RCS file: /cvs/ports/net/synapse/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- Makefile	19 Feb 2024 10:40:55 -	1.71
+++ Makefile	20 Mar 2024 14:00:10 -
@@ -1,6 +1,6 @@
 COMMENT =	open network for secure, decentralized communication
 
-MODPY_EGG_VERSION =	1.101.0
+MODPY_EGG_VERSION =	1.103.0
 
 GH_ACCOUNT =	element-hq
 GH_PROJECT =	synapse
Index: distinfo
===
RCS file: /cvs/ports/net/synapse/distinfo,v
retrieving revision 1.53
diff -u -p -r1.53 distinfo
--- distinfo	19 Feb 2024 10:40:55 -	1.53
+++ distinfo	20 Mar 2024 14:00:10 -
@@ -1,5 +1,5 @@
 SHA256 (cargo/aho-corasick-1.0.2.tar.gz) = Q/bLG/IiAlNAF484LEJvE3V7KWDol3nfyzGcMlQqWkE=
-SHA256 (cargo/anyhow-1.0.79.tar.gz) = CA6YkKCCZisJwa1F9Wf67rR/IrX7I4lfvh5lHnGOJco=
+SHA256 (cargo/anyhow-1.0.80.tar.gz) = WtMs5S5BYXMPcJjAd80u1iKbWATM+Z5TZr4atyqYtOE=
 SHA256 (cargo/arc-swap-1.5.1.tar.gz) = mDzYudSwKm3G/6VXJi61hYonoAOP//4hoPEz6qgZoWQ=
 SHA256 (cargo/autocfg-1.1.0.tar.gz) = 1GiAK6sXy8DMV16bBT9B5yqja/prf1XjUp/6QxYbl/o=
 SHA256 (cargo/bitflags-1.3.2.tar.gz) = vvONRRY8Lx3eCUp9/TPM9ZXJKQXI+PT9wY0G+xA3cYo=
@@ -54,9 +54,9 @@ SHA256 (cargo/windows_i686_gnu-0.36.1.ta
 SHA256 (cargo/windows_i686_msvc-0.36.1.tar.gz) = 4ueRcUiygS0e6vrrIql+SBPfpgo/j3jr4gS8yI8S8CQ=
 SHA256 (cargo/windows_x86_64_gnu-0.36.1.tar.gz) = Tc0XG4d2xBuXUh5doSei2GrSgBFIB9Cyqx5GK8dk2eE=
 SHA256 (cargo/windows_x86_64_msvc-0.36.1.tar.gz) = yBHKSoyFPvQgq9hZK6U927rJBBD6tpA7PnmXKmMfdoA=
-SHA256 (synapse-1.101.0.tar.gz) = iCoqkHVk0qCMePdsQ8MceQOXYCefGPXAJ7LzP0IEROE=
+SHA256 (synapse-1.103.0.tar.gz) = H8m4SG6yZeq2OMYU82FCSMxxU4ozzh1Y3hZ87veLkAo=
 SIZE (cargo/aho-corasick-1.0.2.tar.gz) = 167694
-SIZE (cargo/anyhow-1.0.79.tar.gz) = 44931
+SIZE (cargo/anyhow-1.0.80.tar.gz) = 45138
 SIZE (cargo/arc-swap-1.5.1.tar.gz) = 66157
 SIZE (cargo/autocfg-1.1.0.tar.gz) = 13272
 SIZE (cargo/bitflags-1.3.2.tar.gz) = 23021
@@ -111,4 +111,4 @@ SIZE (cargo/windows_i686_gnu-0.36.1.tar.
 SIZE (cargo/windows_i686_msvc-0.36.1.tar.gz) = 724575
 SIZE (cargo/windows_x86_64_gnu-0.36.1.tar.gz) = 790934
 SIZE (cargo/windows_x86_64_msvc-0.36.1.tar.gz) = 661999
-SIZE (synapse-1.101.0.tar.gz) = 8465894
+SIZE (synapse-1.103.0.tar.gz) = 8470184
Index: modules.inc
===
RCS file: /cvs/ports/net/synapse/modules.inc,v
retrieving revision 1.21
diff -u -p -r1.21 modules.inc
--- modules.inc	19 Feb 2024 10:40:55 -	1.21
+++ modules.inc	20 Mar 2024 14:00:10 -
@@ -1,5 +1,5 @@
 MODCARGO_CRATES +=	aho-corasick	1.0.2	# Unlicense OR MIT
-MODCARGO_CRATES +=	anyhow	1.0.79	# MIT OR Apache-2.0
+MODCARGO_CRATES +=	anyhow	1.0.80	# MIT OR Apache-2.0
 MODCARGO_CRATES +=	arc-swap	1.5.1	# Apache-2.0/MIT
 MODCARGO_CRATES +=	autocfg	1.1.0	# Apache-2.0 OR MIT
 MODCARGO_CRATES +=	bitflags	1.3.2	# MIT/Apache-2.0


smime.p7s
Description: S/MIME Cryptographic Signature


[maintainer update] getmail 6.18.13 -> [maintainer update] getmail 6.18.14

2024-03-20 Thread Martin Ziemer
This patch updates getmail from 6.18.13 to 6.18.14.

Tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/mail/getmail/Makefile,v
retrieving revision 1.106
diff -u -p -r1.106 Makefile
--- Makefile7 Sep 2023 10:48:19 -   1.106
+++ Makefile20 Mar 2024 14:30:22 -
@@ -1,6 +1,6 @@
 COMMENT=   IMAP/POP3/SDPS mail retriever
 
-MODPY_EGG_VERSION= 6.18.13
+MODPY_EGG_VERSION= 6.18.14
 GH_ACCOUNT=getmail6
 GH_PROJECT=getmail6
 GH_TAGNAME=v${MODPY_EGG_VERSION}
Index: distinfo
===
RCS file: /cvs/ports/mail/getmail/distinfo,v
retrieving revision 1.85
diff -u -p -r1.85 distinfo
--- distinfo7 Sep 2023 10:48:19 -   1.85
+++ distinfo20 Mar 2024 14:30:22 -
@@ -1,2 +1,2 @@
-SHA256 (getmail6-6.18.13.tar.gz) = l3qPv2NJS2J4ww8iXHv7x8vf3/3b0vKfzYh9+2zg1Qk=
-SIZE (getmail6-6.18.13.tar.gz) = 213033
+SHA256 (getmail6-6.18.14.tar.gz) = BmfvyA16WcRShYGCnyx0c6dwPGgKj8lBJU7YctFXIbA=
+SIZE (getmail6-6.18.14.tar.gz) = 213389



Re: [update] audio/ncspot to 1.1.0

2024-03-20 Thread Henrik Friedrichsen
On Sun, Mar 17, 2024 at 09:50:26PM +, Lucas Raab wrote:
> Here's a ncspot update which has been working fine.
> 
> cc MAINTAINER

Thanks Lucas, LGTM!

Would you (or someone else) like to take over maintainership? I don't
mind reviewing diffs for the port, but I currently lack the time to
actively update it myself.

If so, OK for me for someone else to take over.



[update] security/keycloak - to 24.0.1

2024-03-20 Thread aisha
Hi,
  I've attached the update for security/keycloak.

This is a big upgrade and if you are using customized versions of 
themes/adapters/styles/messages you have quite a few things to do before 
upgrading. Users who don't use customized environments are safe to upgrade.

> https://www.keycloak.org/docs/24.0.0/upgrading/

Please read the upgrade guide before upgrading.

OK?

Aisha


diff --git a/security/keycloak/Makefile b/security/keycloak/Makefile
index 369a02b0a0c..e445a5bbba3 100644
--- a/security/keycloak/Makefile
+++ b/security/keycloak/Makefile
@@ -2,7 +2,7 @@ COMMENT =   Identity and Access Management solution
 
 CATEGORIES =   security
 
-VERSION =  23.0.3
+VERSION =  24.0.1
 DISTNAME = keycloak-${VERSION}
 
 SITES =
https://github.com/keycloak/keycloak/releases/download/${VERSION}/
@@ -34,7 +34,7 @@ do-install:
cp -R ${WRKSRC}/bin/client ${KEYCLOAK_HOME}/bin
 
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keycloak/
-   ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/share/examples/keycloak/
+   cp -R ${WRKSRC}/conf/. ${PREFIX}/share/examples/keycloak/
 
cp -R ${WRKSRC}/{lib,providers,themes} ${KEYCLOAK_HOME}/
cd ${PREFIX}/keycloak && \
diff --git a/security/keycloak/distinfo b/security/keycloak/distinfo
index a08b8d84801..2cd1ceeab06 100644
--- a/security/keycloak/distinfo
+++ b/security/keycloak/distinfo
@@ -1,2 +1,2 @@
-SHA256 (keycloak-23.0.3.tar.gz) = 4640++I0+aTaMh2ml520F+SDvBWf3hD2RL8Ek0EWzns=
-SIZE (keycloak-23.0.3.tar.gz) = 177870380
+SHA256 (keycloak-24.0.1.tar.gz) = Wzcax+W4MKbPlV1SQ8NWUZl84tdgroDlpJ6kAHnqxgI=
+SIZE (keycloak-24.0.1.tar.gz) = 176540573
diff --git a/security/keycloak/pkg/PLIST b/security/keycloak/pkg/PLIST
index 706867e9286..c564d3e5547 100644
--- a/security/keycloak/pkg/PLIST
+++ b/security/keycloak/pkg/PLIST
@@ -14,12 +14,12 @@ bin/kcreg
 keycloak/
 keycloak/bin/
 keycloak/bin/client/
-keycloak/bin/client/keycloak-admin-cli-23.0.3.jar
-keycloak/bin/client/keycloak-client-registration-cli-23.0.3.jar
+keycloak/bin/client/keycloak-admin-cli-24.0.1.jar
+keycloak/bin/client/keycloak-client-registration-cli-24.0.1.jar
 keycloak/bin/client/lib/
-keycloak/bin/client/lib/bcprov-jdk18on-1.74.jar
-keycloak/bin/client/lib/keycloak-crypto-default-23.0.3.jar
-keycloak/bin/client/lib/keycloak-crypto-fips1402-23.0.3.jar
+keycloak/bin/client/lib/bcprov-jdk18on-1.77.jar
+keycloak/bin/client/lib/keycloak-crypto-default-24.0.1.jar
+keycloak/bin/client/lib/keycloak-crypto-fips1402-24.0.1.jar
 keycloak/bin/kc
 keycloak/bin/kcadm
 keycloak/bin/kcreg
@@ -31,245 +31,244 @@ keycloak/lib/app/keycloak.jar
 keycloak/lib/lib/
 keycloak/lib/lib/boot/
 keycloak/lib/lib/boot/io.github.crac.org-crac-0.1.3.jar
-keycloak/lib/lib/boot/io.quarkus.quarkus-bootstrap-runner-3.2.9.Final.jar
-keycloak/lib/lib/boot/io.quarkus.quarkus-development-mode-spi-3.2.9.Final.jar
-keycloak/lib/lib/boot/io.quarkus.quarkus-vertx-latebound-mdc-provider-3.2.9.Final.jar
-keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-io-2.1.0.jar
-keycloak/lib/lib/boot/jakarta.json.jakarta.json-api-2.1.2.jar
-keycloak/lib/lib/boot/org.eclipse.parsson.parsson-1.1.2.jar
-keycloak/lib/lib/boot/org.graalvm.sdk.graal-sdk-23.0.1.jar
-keycloak/lib/lib/boot/org.jboss.logging.jboss-logging-3.5.1.Final.jar
-keycloak/lib/lib/boot/org.jboss.logmanager.jboss-logmanager-embedded-1.1.1.jar
-keycloak/lib/lib/boot/org.wildfly.common.wildfly-common-1.5.4.Final-format-001.jar
+keycloak/lib/lib/boot/io.quarkus.quarkus-bootstrap-runner-3.8.1.jar
+keycloak/lib/lib/boot/io.quarkus.quarkus-development-mode-spi-3.8.1.jar
+keycloak/lib/lib/boot/io.quarkus.quarkus-vertx-latebound-mdc-provider-3.8.1.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-constraint-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-cpu-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-expression-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-function-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-io-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-net-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-os-2.1.2.jar
+keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-ref-2.1.2.jar
+keycloak/lib/lib/boot/jakarta.json.jakarta.json-api-2.1.3.jar
+keycloak/lib/lib/boot/org.eclipse.parsson.parsson-1.1.5.jar
+keycloak/lib/lib/boot/org.jboss.logging.jboss-logging-3.5.3.Final.jar
+keycloak/lib/lib/boot/org.jboss.logmanager.jboss-logmanager-3.0.4.Final.jar
 keycloak/lib/lib/deployment/
 keycloak/lib/lib/deployment/appmodel.dat
-keycloak/lib/lib/deployment/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.15.2.jar
+keycloak/lib/lib/deployment/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar
 keycloak/lib/lib/deployment/deployment-class-path.dat
-keycloak/lib/lib/deployment/io.quarkus.arc.arc-processor-3.2.9.Final.jar
-keycloak/lib/lib/deployment/io.quarkus.gizmo.gizmo-1.6.1.Final.j

Re: [new] net/matterhorn

2024-03-20 Thread Matthias Kilian
Hi,

On Tue, Mar 19, 2024 at 07:24:13PM +0100, Pascal Stumpf wrote:
> Now with HOMEPAGE.
> 
> 
> On Tue, 19 Mar 2024 18:51:58 +0100, Pascal Stumpf wrote:
> > Matterhorn is a terminal client for the Mattermost chat system.
> > 
> > Features include:
> >  * Channel creation, deletion, and membership management commands
> >  * Support for multiple teams
> >  * Optimized channel-switching modes: M-a, M-s, and C-g
> >  * Message posting, editing, replying, and deletion
> >  * Markdown rendering
> >  * Support for participating in threads via the thread window
> >  * Convenient URL-opening with local browser
> >  * Yank verbatim content from messages into the system clipboard
> >  * Edit messages with $EDITOR
> >  * Rebindable keys (see /help keybindings)
> >  * Message editor with kill/yank buffer and readline-style keybindings
> >  * Support for adding and removing emoji post reactions
> >  * Tab-completion
> >  * Multiple color themes with color theme customization support
> >  * Custom notifications via notification scripts

Works for me.

Ciao,
Kili