notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Server is being updated to FreeBSD 14.3 as you read this... and it is done.
Commit processing is stalled - it is a jail issue. I will work on it later today. 2025-09-17 12:17 UTC - It has been fixed. Sometime before 17:27 UTC.
Port details
hyprsunset Blue light filter on Hyprland
0.3.2 accessibility on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.0_3Version of this port present on the latest quarterly branch.
Maintainer: tagattie@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-21 15:57:12
Last Update: 2025-08-18 20:32:20
Commit Hash: d6cc341
Also Listed In: wayland
License: BSD3CLAUSE
WWW:
https://github.com/hyprwm/hyprsunset
Description:
hyprsunset is a small utility to provide a blue light filter for your system. This method is preferred to screen shaders as it will not be captured via recording / screenshots. hyprsunset also provides a gamma filter, which can be used to adjust perceived display brightness on monitors that do not support software control, or to reduce perceived brightness below the monitor's minimum.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/hyprsunset
  2. lib/systemd/user/hyprsunset.service
  3. /usr/local/share/licenses/hyprsunset-0.3.2/catalog.mk
  4. /usr/local/share/licenses/hyprsunset-0.3.2/LICENSE
  5. /usr/local/share/licenses/hyprsunset-0.3.2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • hyprsunset>0:accessibility/hyprsunset
To install the port:
cd /usr/ports/accessibility/hyprsunset/ && make install clean
To add the package, run one of these commands:
  • pkg install accessibility/hyprsunset
  • pkg install hyprsunset
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hyprsunset
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1755547747 SHA256 (hyprwm-hyprsunset-v0.3.2_GH0.tar.gz) = b28648387aa4c26a0aad81323331fb9d23923626f3bc3f3d33b1b120d32d3925 SIZE (hyprwm-hyprsunset-v0.3.2_GH0.tar.gz) = 15281

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. hyprwayland-scanner>=0.4.0 : devel/hyprwayland-scanner
  2. hyprland-protocols>=0.4.0 : graphics/hyprland-protocols
  3. wayland-protocols>0 : graphics/wayland-protocols
  4. cmake : devel/cmake-core
  5. ninja : devel/ninja
  6. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libhyprlang.so : devel/hyprlang
  2. libhyprutils.so : devel/hyprutils
  3. libwayland-client.so : graphics/wayland
  4. libdate-tz.so : devel/date
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
accessibility_hyprsunset
USES:
cmake compiler:c++11-lib localbase:ldflags pkgconfig localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/hyprwm/hyprsunset/tar.gz/v0.3.2?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.2
18 Aug 2025 20:32:20
commit hash: d6cc341116af3689eb517911e94411371b922998commit hash: d6cc341116af3689eb517911e94411371b922998commit hash: d6cc341116af3689eb517911e94411371b922998commit hash: d6cc341116af3689eb517911e94411371b922998 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
accessibility/hyprsunset: update to 0.3.2

Changelog: https://github.com/hyprwm/hyprsunset/releases/tag/v0.3.2

Reported by:	GitHub (watch releases)
0.3.1_1
02 Aug 2025 11:52:03
commit hash: 6bbbd8728aebedb04372d8a14b21d59585b20e53commit hash: 6bbbd8728aebedb04372d8a14b21d59585b20e53commit hash: 6bbbd8728aebedb04372d8a14b21d59585b20e53commit hash: 6bbbd8728aebedb04372d8a14b21d59585b20e53 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
accessibility/hyprsunset: correct #if condition of patch

The condition in the former patch makes the port use the date-tz
library of devel/date even when libc++ supports
std::chrono::current_zone, etc. Checking
_LIBCPP_HAS_NO_TIME_ZONE_DATABASE is enough and it won't be defined by
libstdc++.

Reported by:	jbeich (via ports-committers)
Fixes:		d9a1aaa98d16 (accessibility/hyprsunset: update to 0.3.1)
0.3.1
02 Aug 2025 04:20:30
commit hash: d9a1aaa98d16108d5910f84f0a2f933d792ab64ecommit hash: d9a1aaa98d16108d5910f84f0a2f933d792ab64ecommit hash: d9a1aaa98d16108d5910f84f0a2f933d792ab64ecommit hash: d9a1aaa98d16108d5910f84f0a2f933d792ab64e files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
accessibility/hyprsunset: update to 0.3.1

While here:
- mark as BROKEN on FreeBSD 13
  It does not build with an error related to devel/date.
- use hyprland-protocols from ports
- add patch to unbreak build on system with libc++ 19

Changelog:
- https://github.com/hyprwm/hyprsunset/releases/tag/v0.3.0
- https://github.com/hyprwm/hyprsunset/releases/tag/v0.3.1

Reported by:	portscout
0.2.0_4
20 Jul 2025 11:02:01
commit hash: 7196055714cf97689409fd9483e7f69b7c826c1ccommit hash: 7196055714cf97689409fd9483e7f69b7c826c1ccommit hash: 7196055714cf97689409fd9483e7f69b7c826c1ccommit hash: 7196055714cf97689409fd9483e7f69b7c826c1c files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
*/*: bump port revision after hyprutils shlib version bump (39d792813677)
0.2.0_3
17 Jul 2025 06:02:30
commit hash: 41e03e0f520a40b1ea8b662c5e7ffc8b95bbfe49commit hash: 41e03e0f520a40b1ea8b662c5e7ffc8b95bbfe49commit hash: 41e03e0f520a40b1ea8b662c5e7ffc8b95bbfe49commit hash: 41e03e0f520a40b1ea8b662c5e7ffc8b95bbfe49 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
hyprland-related ports: take maintainership

MFH:		2025Q3
0.2.0_2
03 Jul 2025 03:44:13
commit hash: df7f84b6f89dac20cc2de6388ae0269f9acb88a1commit hash: df7f84b6f89dac20cc2de6388ae0269f9acb88a1commit hash: df7f84b6f89dac20cc2de6388ae0269f9acb88a1commit hash: df7f84b6f89dac20cc2de6388ae0269f9acb88a1 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
accessibility/hyprsunset: drop maintainership
0.2.0_2
01 May 2025 00:59:49
commit hash: a2e7c93a3a1b0a7e8e705c2f59d1052659a5c24ecommit hash: a2e7c93a3a1b0a7e8e705c2f59d1052659a5c24ecommit hash: a2e7c93a3a1b0a7e8e705c2f59d1052659a5c24ecommit hash: a2e7c93a3a1b0a7e8e705c2f59d1052659a5c24e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/hyprutils: update to 0.7.0

Changes:	https://github.com/hyprwm/hyprutils/releases/tag/v0.7.0
Reported by:	GitHub (watch releases)
0.2.0_1
07 Apr 2025 19:27:52
commit hash: d30350734b54545e1301f8a87464d4865268f38ccommit hash: d30350734b54545e1301f8a87464d4865268f38ccommit hash: d30350734b54545e1301f8a87464d4865268f38ccommit hash: d30350734b54545e1301f8a87464d4865268f38c files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/hyprutils: update to 0.6.0

Changes:	https://github.com/hyprwm/hyprutils/releases/tag/v0.6.0
Reported by:	GitHub (watch releases)
0.2.0
24 Mar 2025 13:07:35
commit hash: 5031bfc77064b819d5ca339dfafa57bc0236b3ffcommit hash: 5031bfc77064b819d5ca339dfafa57bc0236b3ffcommit hash: 5031bfc77064b819d5ca339dfafa57bc0236b3ffcommit hash: 5031bfc77064b819d5ca339dfafa57bc0236b3ff files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
accessibility/hyprsunset: update to 0.2.0

Changes:	https://github.com/hyprwm/hyprsunset/releases/tag/v0.2.0
Reported by:	GitHub (watch releases)
0.1.0_3
28 Jan 2025 00:58:41
commit hash: 8d2acadbc5c5d86568c06387f84f45a6b68dd6cecommit hash: 8d2acadbc5c5d86568c06387f84f45a6b68dd6cecommit hash: 8d2acadbc5c5d86568c06387f84f45a6b68dd6cecommit hash: 8d2acadbc5c5d86568c06387f84f45a6b68dd6ce files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/hyprutils: update to 0.5.0

Changes:	https://github.com/hyprwm/hyprutils/releases/tag/v0.5.0
Reported by:	GitHub (watch releases)
0.1.0_2
24 Jan 2025 20:18:31
commit hash: f0376aee99254d9561a8024d936206ee20f46d8acommit hash: f0376aee99254d9561a8024d936206ee20f46d8acommit hash: f0376aee99254d9561a8024d936206ee20f46d8acommit hash: f0376aee99254d9561a8024d936206ee20f46d8a files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/hyprutils: update to 0.4.0

Changes:	https://github.com/hyprwm/hyprutils/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
0.1.0_1
23 Dec 2024 23:03:03
commit hash: 8543f44f7c3fc2b67c44348e4d9e584f3e09ea28commit hash: 8543f44f7c3fc2b67c44348e4d9e584f3e09ea28commit hash: 8543f44f7c3fc2b67c44348e4d9e584f3e09ea28commit hash: 8543f44f7c3fc2b67c44348e4d9e584f3e09ea28 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/hyprutils: update to 0.3.0

Changes:	https://github.com/hyprwm/hyprutils/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
0.1.0
21 Nov 2024 15:56:14
commit hash: ee80f3761f715da131c493978cb92a93a67078f2commit hash: ee80f3761f715da131c493978cb92a93a67078f2commit hash: ee80f3761f715da131c493978cb92a93a67078f2commit hash: ee80f3761f715da131c493978cb92a93a67078f2 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
accessibility/hyprsunset: add new port

hyprsunset is a small utility to provide a blue light filter for your
system. This method is preferred to screen shaders as it will not be
captured via recording / screenshots.

Requires hyprland >= 0.45.0 for hyprland-ctm-control-v1 protocol.

https://github.com/hyprwm/hyprsunset

Number of commits found: 13