pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Jun 29 18:36:33 UTC 2020

Modified Files:
        pkgsrc/x11: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.900 -r1.901 pkgsrc/x11/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/Makefile
diff -u pkgsrc/x11/Makefile:1.900 pkgsrc/x11/Makefile:1.901
--- pkgsrc/x11/Makefile:1.900   Sat Jun 20 15:05:48 2020
+++ pkgsrc/x11/Makefile Mon Jun 29 18:36:33 2020
@@ -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+=    xdialog
 SUBDIR+=       xditview
 SUBDIR+=       xdm
 SUBDIR+=       xdm3d
+SUBDIR+=       xdo
 SUBDIR+=       xdotool
 SUBDIR+=       xdpyinfo
 SUBDIR+=       xdriinfo



Home | Main Index | Thread Index | Old Index