Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Import x11/xdo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01d9a0d81d45
branches:  trunk
changeset: 435051:01d9a0d81d45
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Jun 29 18:35:14 2020 +0000

description:
Import x11/xdo

Small X utility to perform elementary actions on windows.
Apply the given action to the given windows.
If no window IDs and no options are given, the action applies
to the focused window.

diffstat:

 x11/Makefile     |   3 ++-
 x11/xdo/DESCR    |   4 ++++
 x11/xdo/Makefile |  23 +++++++++++++++++++++++
 x11/xdo/PLIST    |   3 +++
 x11/xdo/distinfo |   6 ++++++
 5 files changed, 38 insertions(+), 1 deletions(-)

diffs (69 lines):

diff -r f0d83b219dd7 -r 01d9a0d81d45 x11/Makefile
--- a/x11/Makefile      Mon Jun 29 18:07:45 2020 +0000
+++ b/x11/Makefile      Mon Jun 29 18:35:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.900 2020/06/20 15:05:48 nia Exp $
+# $NetBSD: Makefile,v 1.901 2020/06/29 18:36:33 pin Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -496,6 +496,7 @@
 SUBDIR+=       xditview
 SUBDIR+=       xdm
 SUBDIR+=       xdm3d
+SUBDIR+=       xdo
 SUBDIR+=       xdotool
 SUBDIR+=       xdpyinfo
 SUBDIR+=       xdriinfo
diff -r f0d83b219dd7 -r 01d9a0d81d45 x11/xdo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdo/DESCR     Mon Jun 29 18:35:14 2020 +0000
@@ -0,0 +1,4 @@
+Small X utility to perform elementary actions on windows.
+Apply the given action to the given windows.
+If no window IDs and no options are given, the action applies
+to the focused window.
diff -r f0d83b219dd7 -r 01d9a0d81d45 x11/xdo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdo/Makefile  Mon Jun 29 18:35:14 2020 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/06/29 18:35:14 pin Exp $
+
+DISTNAME=      xdo-0.5.7
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=baskerville/}
+
+MAINTAINER=    pin%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/baskerville/xdo/
+COMMENT=       Small X utility to perform elementary actions on windows
+LICENSE=       2-clause-bsd
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c99
+
+MAKE_ENV+=     MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+# For some reason, not equivalent to  _POSIX_C_SOURCE = 200809L for the purpose of SA_RESTART.
+CFLAGS.NetBSD+=        -D_XOPEN_SOURCE=700
+
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f0d83b219dd7 -r 01d9a0d81d45 x11/xdo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdo/PLIST     Mon Jun 29 18:35:14 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/29 18:35:14 pin Exp $
+bin/xdo
+man/man1/xdo.1
diff -r f0d83b219dd7 -r 01d9a0d81d45 x11/xdo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdo/distinfo  Mon Jun 29 18:35:14 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/29 18:35:14 pin Exp $
+
+SHA1 (xdo-0.5.7.tar.gz) = 9daa84c47dd213fb3de6ac5ebec5ec4fc1be61a3
+RMD160 (xdo-0.5.7.tar.gz) = 4b0b661f00013d7b6154e88230f9e72bae72f298
+SHA512 (xdo-0.5.7.tar.gz) = 0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d
+Size (xdo-0.5.7.tar.gz) = 7453 bytes



Home | Main Index | Thread Index | Old Index