pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Added xtitle - a utility to output the title of the active window as if the snoop mode is on
Module Name: pkgsrc-wip
Committed By: Salil Wadnerkar <bsdprg%tuta.io@localhost>
Pushed By: rohshall
Date: Sun Jun 25 07:12:18 2023 -0700
Changeset: a9bcf71ece0277ba5a98201bcffb2bdc0a4a939b
Modified Files:
Makefile
Added Files:
xtitle/DESCR
xtitle/Makefile
xtitle/PLIST
xtitle/distinfo
Log Message:
Added xtitle - a utility to output the title of the active window as if the snoop mode is on
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9bcf71ece0277ba5a98201bcffb2bdc0a4a939b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
xtitle/DESCR | 2 ++
xtitle/Makefile | 20 ++++++++++++++++++++
xtitle/PLIST | 2 ++
xtitle/distinfo | 5 +++++
5 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a3cd9184c7..52e0eb3baf 100644
--- a/Makefile
+++ b/Makefile
@@ -6009,6 +6009,7 @@ SUBDIR+= zoneminder
SUBDIR+= zpaq
SUBDIR+= zrepl
SUBDIR+= qtfm
+SUBDIR+= xtitle
${.CURDIR}/PKGDB:
${RM} -f ${.CURDIR}/PKGDB
diff --git a/xtitle/DESCR b/xtitle/DESCR
new file mode 100644
index 0000000000..4f5f02282d
--- /dev/null
+++ b/xtitle/DESCR
@@ -0,0 +1,2 @@
+xtitle outputs the title of the active window and continues to output it
+as it changes if the *snoop* mode is on.
diff --git a/xtitle/Makefile b/xtitle/Makefile
new file mode 100644
index 0000000000..767e9f45ee
--- /dev/null
+++ b/xtitle/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= 0.4.4
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=baskerville/}
+GITHUB_PROJECT= xtitle
+GITHUB_TAG= refs/tags/0.4.4
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= bsdprg%tuta.io@localhost
+HOMEPAGE= https://github.com/baskerville/xtitle/
+COMMENT= Outputs title of the active window
+LICENSE= unlicense
+
+WRKSRC= ${WRKDIR}/xtitle-0.4.4
+
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xtitle/PLIST b/xtitle/PLIST
new file mode 100644
index 0000000000..50866b2d56
--- /dev/null
+++ b/xtitle/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/xtitle
diff --git a/xtitle/distinfo b/xtitle/distinfo
new file mode 100644
index 0000000000..f034e0e182
--- /dev/null
+++ b/xtitle/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xtitle/0.4.4.tar.gz) = ffd4712cbe4971e7d3af275f7af412bd5a203dd5ed5a65f4de7477d7cfd82bb5
+SHA512 (xtitle/0.4.4.tar.gz) = 2d597c08a1332167cba076cb0f3e2831f0c90b43f996da2e99e4232231c8b6e9f5166538a23f113c2acd32ab413f3759b391764eb34c77b328693e920178b2f0
+Size (xtitle/0.4.4.tar.gz) = 4847 bytes
Home |
Main Index |
Thread Index |
Old Index