Index: head/x11/sprop/Makefile =================================================================== --- head/x11/sprop/Makefile (nonexistent) +++ head/x11/sprop/Makefile (revision 562110) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= sprop +PORTVERSION= 0.1 +CATEGORIES= x11 +MASTER_SITES= https://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 Property changes on: head/x11/sprop/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/sprop/distinfo =================================================================== --- head/x11/sprop/distinfo (nonexistent) +++ head/x11/sprop/distinfo (revision 562110) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610693399 +SHA256 (sprop-0.1.tar.gz) = c1b786d9fbd81a57addd7e21a34c5a121543cbf9f38fe309e7b452ba94b69ab5 +SIZE (sprop-0.1.tar.gz) = 2750 Property changes on: head/x11/sprop/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/sprop/pkg-descr =================================================================== --- head/x11/sprop/pkg-descr (nonexistent) +++ head/x11/sprop/pkg-descr (revision 562110) @@ -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: https://tools.suckless.org/x/sprop Property changes on: head/x11/sprop/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