Date: Mon, 9 Nov 2020 21:25:15 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554791 - in head/accessibility: . wlsunset Message-ID: <202011092125.0A9LPFFS057077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Nov 9 21:25:15 2020 New Revision: 554791 URL: https://svnweb.freebsd.org/changeset/ports/554791 Log: accessibility/wlsunset: add new port Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1. https://sr.ht/~kennylevinsen/wlsunset Added: head/accessibility/wlsunset/ head/accessibility/wlsunset/Makefile (contents, props changed) head/accessibility/wlsunset/distinfo (contents, props changed) head/accessibility/wlsunset/pkg-descr (contents, props changed) Modified: head/accessibility/Makefile (contents, props changed) Modified: head/accessibility/Makefile ============================================================================== --- head/accessibility/Makefile Mon Nov 9 20:36:02 2020 (r554790) +++ head/accessibility/Makefile Mon Nov 9 21:25:15 2020 (r554791) @@ -27,6 +27,7 @@ SUBDIR += rubygem-atk SUBDIR += sct SUBDIR += speech-dispatcher + SUBDIR += wlsunset SUBDIR += yasr .include <bsd.port.subdir.mk> Added: head/accessibility/wlsunset/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/accessibility/wlsunset/Makefile Mon Nov 9 21:25:15 2020 (r554791) @@ -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> Added: head/accessibility/wlsunset/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/accessibility/wlsunset/distinfo Mon Nov 9 21:25:15 2020 (r554791) @@ -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 Added: head/accessibility/wlsunset/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/accessibility/wlsunset/pkg-descr Mon Nov 9 21:25:15 2020 (r554791) @@ -0,0 +1,4 @@ +Day/night gamma adjustments for Wayland compositors supporting +wlr-gamma-control-unstable-v1. + +WWW: https://sr.ht/~kennylevinsen/wlsunset
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011092125.0A9LPFFS057077>