From nobody Fri Dec 8 11:30:20 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Smppm61wzz53qBd; Fri, 8 Dec 2023 11:30:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Smppm5Tnlz4HRj; Fri, 8 Dec 2023 11:30:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702035024; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ixsd9q4AjsJ0TVJThlfCr7etGtPZQVQDCmw+u3/K6EU=; b=OaE9UbR71aceLrtZMwMR5MrAXpl42Wdr0l2SmF/CyNYedsAkqW4Jmrq5GgLKZlFe3q0Voz N0pD2eQVQURfrjpyMNJ1WGndHX58Ih7JwCNCdcmlz5od0zj2l9ujIfF9TWhqNlcaavqe6i GKBvmt5BnezA5zOUzx/1aUUCPGlwumPnSYkaAO0a63q5qy8gKpLGsFjmRkozIs1Hx/quCY UbgOQK3OtLcYLk+GPWXusOaf1XN0mt32xQUOnaWSLeEg+XaeGDXkPlWuxhw0/me6C1eTMn 8motQcazMLPqOA01Zuj56MfV8fxZmxM2/C/VA+vI4fLrF82qsHQaQyl8YuL+LA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702035024; a=rsa-sha256; cv=none; b=h19lg0UXcFf7EZnOFGLqCHpZ9H17g48KWepoDZccNar/t8bzSTvrOTf3b5bOoVMO0KzHSy 9JUiwYX9Saa931+9oNs5OmUV8N57wpvpfViqSOR0Zyc9wQrLXjloZcXRehHeu0pIyYmwL5 EbHa89TNeCuS2bv+YhdVG1Y8s410bXWiZuktlkuCf2bNSykTZC5Q45QbndEylCajMXTjX9 9SLgz65Hatg1bLtzTCTT1LQPU05QEz+dnaxKTY1WOaz3JQKyppGMkkA6zeFUHdzmtbqm3H awoWJVeqdxWbn4fi9I2FbN/exKUhn2oJVQca6srgnQVNDsIx76gBk04BxiZy0A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702035024; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ixsd9q4AjsJ0TVJThlfCr7etGtPZQVQDCmw+u3/K6EU=; b=lAMUtLMsFsrVB7Avtmd2jS25EBQw9ihLffQIuIQUdhx8nX1qfh27vgW0dB6tfPpFaNYwyT 8n7PYx01+puSTPtFdYEsTxo9qou03X5XYN9pAi9bELSvTGlN4lNNmM6BoVj4B8z7is6TA5 hC4Ophu4lBfylK0Wux0jJLzhSOM5kKZCb0B0wNWBavMoV84PyhvKBIyJVz9mR/YojcmW0q pqPvHMs1uUTC0p6k3sx6Z67iNcfQn8g4rDDILsRNP4RRKkd5yuNGY6eq+c1i6G+fhMGWVo asA2mfaHHdd+H/0RgVZYjxpHZzv8VBfKSc1/yh9LJulG/JyJoCQTSXOkM/KZVw== Received: by freefall.freebsd.org (Postfix, from userid 1354) id A44D11C967; Fri, 8 Dec 2023 11:30:24 +0000 (UTC) From: Jan Beich To: ports-committers@FreeBSD.org Cc: dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 3b3c562e9f4b - main - x11/wscreensaver: add new port In-Reply-To: <202312081027.3B8ARdwX048389@gitrepo.freebsd.org> (Jan Beich's message of "Fri, 8 Dec 2023 10:27:39 GMT") References: <202312081027.3B8ARdwX048389@gitrepo.freebsd.org> Date: Fri, 08 Dec 2023 12:30:20 +0100 Message-ID: List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain Jan Beich writes: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3b3c562e9f4b675074632f9c94302a51919818ef > > commit 3b3c562e9f4b675074632f9c94302a51919818ef > Author: Jan Beich > AuthorDate: 2023-02-22 01:15:58 +0000 > Commit: Jan Beich > CommitDate: 2023-12-08 10:27:37 +0000 > > x11/wscreensaver: add new port > > This is an experimental fork of xscreensaver which makes it possible to run > some of the hacks as animated wallpapers on Wayland compositors that support > wlr-layer-shell. For similar "hacks" I've packaged shaderbg which supports Shadertoy[1]. Some of the stuff there is a bit GPU-intensive though which is probably fine as a screen saver but not as a live wallpaper. [1] https://www.shadertoy.com/browse