New port: x11/xtitle -- Outputs X window titles
If arguments are given, outputs the title of each arguments, otherwise outputs the title of the active window and continue to output it as it changes if the snoop mode is on. WWW: https://github.com/baskerville/xtitle
This commit is contained in:
parent
c88a25e341
commit
1518f20e8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529802
@ -498,6 +498,7 @@
|
||||
SUBDIR += xtermcontrol
|
||||
SUBDIR += xtermset
|
||||
SUBDIR += xtestpicture
|
||||
SUBDIR += xtitle
|
||||
SUBDIR += xtoolwait
|
||||
SUBDIR += xtrans
|
||||
SUBDIR += xtrlock
|
||||
|
22
x11/xtitle/Makefile
Normal file
22
x11/xtitle/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xtitle
|
||||
DISTVERSION= 0.4.4
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= tcberner@FreeBSD.org
|
||||
COMMENT= Outputs X window titles
|
||||
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libxcb-ewmh.so:x11/xcb-util-wm
|
||||
|
||||
USES= gmake localbase:ldflags xorg
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= baskerville
|
||||
USE_XORG= xcb
|
||||
|
||||
PLIST_FILES= bin/xtitle
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/xtitle/distinfo
Normal file
3
x11/xtitle/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1585489028
|
||||
SHA256 (baskerville-xtitle-0.4.4_GH0.tar.gz) = c2fbf403892c4e466e43528415284a458d4354855f221273881aa4388d028970
|
||||
SIZE (baskerville-xtitle-0.4.4_GH0.tar.gz) = 4847
|
7
x11/xtitle/pkg-descr
Normal file
7
x11/xtitle/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Outputs X window titles
|
||||
|
||||
If arguments are given, outputs the title of each arguments, otherwise outputs
|
||||
the title of the active window and continue to output it as it changes if the
|
||||
snoop mode is on.
|
||||
|
||||
WWW: https://github.com/baskerville/xtitle
|
Loading…
Reference in New Issue
Block a user