Page MenuHomeFreeBSD

D28173.id82302.diff
No OneTemporary

D28173.id82302.diff

Index: x11/sprop/Makefile
===================================================================
--- /dev/null
+++ x11/sprop/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= sprop
+PORTVERSION= 0.1
+CATEGORIES= x11
+MASTER_SITES= http://dl.suckless.org/tools/
+
+MAINTAINER= kfv@kfv.io
+COMMENT= Simple X property utility
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= xorg
+USE_XORG= x11
+
+MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
+ X11INC="${LOCALBASE}/include" CC="${CC}"
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
+
+.include <bsd.port.mk>
Index: x11/sprop/distinfo
===================================================================
--- /dev/null
+++ x11/sprop/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1610693399
+SHA256 (sprop-0.1.tar.gz) = c1b786d9fbd81a57addd7e21a34c5a121543cbf9f38fe309e7b452ba94b69ab5
+SIZE (sprop-0.1.tar.gz) = 2750
Index: x11/sprop/pkg-descr
===================================================================
--- /dev/null
+++ x11/sprop/pkg-descr
@@ -0,0 +1,8 @@
+sprop is a simple X property utility. Less is more.
+
+The sprop utility prints the value of the property atom of the window with the
+given xid, or alternatively sets it to value if given. It doesn't have the same
+arguments as xprop and can only interact with atoms which are strings.
+An example of using this utility could be replacing xprop in surf's config.h.
+
+WWW: http://tools.suckless.org/x/sprop

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 5, 10:51 PM (2 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29301177
Default Alt Text
D28173.id82302.diff (1 KB)

Event Timeline