Index: head/x11/xssstate/Makefile =================================================================== --- head/x11/xssstate/Makefile (nonexistent) +++ head/x11/xssstate/Makefile (revision 562506) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= xssstate +PORTVERSION= 1.1 +CATEGORIES= x11 +MASTER_SITES= https://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 Property changes on: head/x11/xssstate/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/x11/xssstate/distinfo =================================================================== --- head/x11/xssstate/distinfo (nonexistent) +++ head/x11/xssstate/distinfo (revision 562506) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610705062 +SHA256 (xssstate-1.1.tar.gz) = c4b6f504a6a8eb247bc60960bd65cbf9631c008449a1d71ac4c55e34be1c6011 +SIZE (xssstate-1.1.tar.gz) = 3725 Property changes on: head/x11/xssstate/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/x11/xssstate/pkg-descr =================================================================== --- head/x11/xssstate/pkg-descr (nonexistent) +++ head/x11/xssstate/pkg-descr (revision 562506) @@ -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 Property changes on: head/x11/xssstate/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