accessibility/wlsunset: add new port

Day/night gamma adjustments for Wayland compositors supporting
wlr-gamma-control-unstable-v1.

https://sr.ht/~kennylevinsen/wlsunset
This commit is contained in:
Jan Beich 2020-11-09 21:25:15 +00:00
parent cc34f7ecdc
commit f198f239fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554791
4 changed files with 48 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += rubygem-atk
SUBDIR += sct
SUBDIR += speech-dispatcher
SUBDIR += wlsunset
SUBDIR += yasr
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= wlsunset
DISTVERSION= 0.1.0
CATEGORIES= accessibility
MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
PATCH_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/commit/
PATCHFILES+= fa2bd4425314.patch:-p1 33c64bc929b2.patch:-p1 # manpage
PATCHFILES+= ec0c1614af21.patch:-p1 # avoid USES=localbase
PATCHFILES+= 49ad3ce7a8e8.patch:-p1 # unbreak Clang >= 10
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Day/night gamma adjustments for Wayland
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 meson pkgconfig
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
TIMESTAMP = 1603237309
SHA256 (wlsunset-0.1.0.tar.gz) = 78ec889f74505aa2f9060eebdee05092bda5452104656c0d868b2f0a4998f53c
SIZE (wlsunset-0.1.0.tar.gz) = 10914
SHA256 (fa2bd4425314.patch) = 30d4c28d29f6b63c2faf2d996f67f193326d019662a417953837913a8f17bca6
SIZE (fa2bd4425314.patch) = 2634
SHA256 (33c64bc929b2.patch) = ee3e300f940f3ea61404e865c0b81157174111fecebc2f85d6366d9c2a7cbe25
SIZE (33c64bc929b2.patch) = 971
SHA256 (ec0c1614af21.patch) = eea84df92cff98adaf3390ee4fdb216e79890ec3016c9b1a184ab697da59a5e9
SIZE (ec0c1614af21.patch) = 1450
SHA256 (49ad3ce7a8e8.patch) = 892eeca5eee82295a616066a9e2d3db590e0edd43c18f13896725f10617e43e1
SIZE (49ad3ce7a8e8.patch) = 970

View File

@ -0,0 +1,4 @@
Day/night gamma adjustments for Wayland compositors supporting
wlr-gamma-control-unstable-v1.
WWW: https://sr.ht/~kennylevinsen/wlsunset