Page MenuHomeFreeBSD

D28174.id82355.diff
No OneTemporary

D28174.id82355.diff

Index: x11/xssstate/Makefile
===================================================================
--- /dev/null
+++ x11/xssstate/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= xssstate
+PORTVERSION= 1.1
+CATEGORIES= x11
+MASTER_SITES= http://dl.suckless.org/tools/
+
+MAINTAINER= kfv@kfv.io
+COMMENT= Simple tool to retrieve the X screensaver state
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= localbase:ldflags xorg
+USE_XORG= x11 xscrnsaver
+
+MAKE_ARGS= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" CC="${CC}"
+
+CFLAGS+= -std=c99 -Wall -DVERSION=\\\"${PORTVERSION}\\\"
+LDFLAGS+= -lX11 -lXss
+
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
+
+.include <bsd.port.mk>
Index: x11/xssstate/distinfo
===================================================================
--- /dev/null
+++ x11/xssstate/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1610705062
+SHA256 (xssstate-1.1.tar.gz) = c4b6f504a6a8eb247bc60960bd65cbf9631c008449a1d71ac4c55e34be1c6011
+SIZE (xssstate-1.1.tar.gz) = 3725
Index: x11/xssstate/pkg-descr
===================================================================
--- /dev/null
+++ x11/xssstate/pkg-descr
@@ -0,0 +1,5 @@
+xssstate is a simple tool to retrieve the X screensaver extension state.
+It could show the idle time of X11, the current state whether on, off, or
+disabled, and also the required time for screensaver activation.
+
+WWW: https://tools.suckless.org/x/xssstate

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 19, 1:09 AM (10 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28862403
Default Alt Text
D28174.id82355.diff (1 KB)

Event Timeline