Index: head/accessibility/Makefile =================================================================== --- head/accessibility/Makefile (revision 554790) +++ head/accessibility/Makefile (revision 554791) @@ -1,32 +1,33 @@ # $FreeBSD$ # COMMENT = Ports to help disabled users SUBDIR += accerciser SUBDIR += at-spi2-atk SUBDIR += at-spi2-core SUBDIR += atk SUBDIR += atkmm SUBDIR += caribou SUBDIR += eflite SUBDIR += feedbackd SUBDIR += kdeaccessibility SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += libqaccessibilityclient SUBDIR += linux-c7-at-spi2-atk SUBDIR += linux-c7-at-spi2-core SUBDIR += linux-c7-atk SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-speech-dispatcher SUBDIR += qt5-speech SUBDIR += redshift SUBDIR += rubygem-atk SUBDIR += sct SUBDIR += speech-dispatcher + SUBDIR += wlsunset SUBDIR += yasr .include Index: head/accessibility/wlsunset/Makefile =================================================================== --- head/accessibility/wlsunset/Makefile (nonexistent) +++ head/accessibility/wlsunset/Makefile (revision 554791) @@ -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 Property changes on: head/accessibility/wlsunset/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/wlsunset/distinfo =================================================================== --- head/accessibility/wlsunset/distinfo (nonexistent) +++ head/accessibility/wlsunset/distinfo (revision 554791) @@ -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 Property changes on: head/accessibility/wlsunset/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/wlsunset/pkg-descr =================================================================== --- head/accessibility/wlsunset/pkg-descr (nonexistent) +++ head/accessibility/wlsunset/pkg-descr (revision 554791) @@ -0,0 +1,4 @@ +Day/night gamma adjustments for Wayland compositors supporting +wlr-gamma-control-unstable-v1. + +WWW: https://sr.ht/~kennylevinsen/wlsunset Property changes on: head/accessibility/wlsunset/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property