git: 142638f65598 - main - x11/chayang: add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jan 2024 04:09:25 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=142638f6559842d8c1d9f9604646667ddd4567af
commit 142638f6559842d8c1d9f9604646667ddd4567af
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-23 20:08:51 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-19 04:08:43 +0000
x11/chayang: add new port
Gradually dim the screen.
Can be used to implement a grace period before locking the session.
https://git.sr.ht/~emersion/chayang
---
x11/Makefile | 1 +
x11/chayang/Makefile | 20 ++++++++++++++++++++
x11/chayang/distinfo | 3 +++
x11/chayang/pkg-descr | 3 +++
4 files changed, 27 insertions(+)
diff --git a/x11/Makefile b/x11/Makefile
index 78da8ef01995..dd75b96ef19f 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -34,6 +34,7 @@
SUBDIR += cde
SUBDIR += cde-25
SUBDIR += cde-devel
+ SUBDIR += chayang
SUBDIR += cinnamon
SUBDIR += cinnamon-desktop
SUBDIR += cinnamon-menus
diff --git a/x11/chayang/Makefile b/x11/chayang/Makefile
new file mode 100644
index 000000000000..d4b33bbe9621
--- /dev/null
+++ b/x11/chayang/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= chayang
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1.0
+CATEGORIES= x11 wayland
+MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
+
+MAINTAINER= jbeich@FreeBSD.org
+COMMENT= Gradually dim the screen
+WWW= https://git.sr.ht/~emersion/chayang
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
+LIB_DEPENDS= libwayland-client.so:graphics/wayland
+
+USES= compiler:c11 meson pkgconfig
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/x11/chayang/distinfo b/x11/chayang/distinfo
new file mode 100644
index 000000000000..cb8cab5aee8d
--- /dev/null
+++ b/x11/chayang/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1690142931
+SHA256 (chayang-v0.1.0.tar.gz) = 61aa0e2955e8b5cf321ef14a5fd72f0e953da51a390d456e929b74fc5efcb74a
+SIZE (chayang-v0.1.0.tar.gz) = 10508
diff --git a/x11/chayang/pkg-descr b/x11/chayang/pkg-descr
new file mode 100644
index 000000000000..7b0d4d398e51
--- /dev/null
+++ b/x11/chayang/pkg-descr
@@ -0,0 +1,3 @@
+Gradually dim the screen.
+
+Can be used to implement a grace period before locking the session.