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:   bouyer
Date:           Mon Aug 28 11:30:53 UTC 2017

Modified Files:
        pkgsrc/x11: Makefile
Added Files:
        pkgsrc/x11/xdotool: DESCR Makefile PLIST distinfo

Log Message:
Add xdotool version 2.20110530.1. From rga (at) sdf.lonestar.org via
pkgsrc/wip

Programatically (or manually) simulate keyboard input or mouse activity
using X11's XTEST extension.


To generate a diff of this commit:
cvs rdiff -u -r1.805 -r1.806 pkgsrc/x11/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xdotool/DESCR pkgsrc/x11/xdotool/Makefile \
    pkgsrc/x11/xdotool/PLIST pkgsrc/x11/xdotool/distinfo

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.805 pkgsrc/x11/Makefile:1.806
--- pkgsrc/x11/Makefile:1.805   Tue Aug  8 14:19:17 2017
+++ pkgsrc/x11/Makefile Mon Aug 28 11:30:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.805 2017/08/08 14:19:17 nros Exp $
+# $NetBSD: Makefile,v 1.806 2017/08/28 11:30:53 bouyer Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -589,6 +589,7 @@ SUBDIR+=    xdialog
 SUBDIR+=       xditview
 SUBDIR+=       xdm
 SUBDIR+=       xdm3d
+SUBDIR+=       xdotool
 SUBDIR+=       xdpyinfo
 SUBDIR+=       xdriinfo
 SUBDIR+=       xearth

Added files:

Index: pkgsrc/x11/xdotool/DESCR
diff -u /dev/null pkgsrc/x11/xdotool/DESCR:1.1
--- /dev/null   Mon Aug 28 11:30:53 2017
+++ pkgsrc/x11/xdotool/DESCR    Mon Aug 28 11:30:53 2017
@@ -0,0 +1,2 @@
+Programatically (or manually) simulate keyboard input or mouse activity
+using X11's XTEST extension.
Index: pkgsrc/x11/xdotool/Makefile
diff -u /dev/null pkgsrc/x11/xdotool/Makefile:1.1
--- /dev/null   Mon Aug 28 11:30:53 2017
+++ pkgsrc/x11/xdotool/Makefile Mon Aug 28 11:30:53 2017
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2017/08/28 11:30:53 bouyer Exp $
+#
+
+DISTNAME=      xdotool-2.20110530.1
+CATEGORIES=     x11
+MASTER_SITES=  https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/semicomplete/
+
+MAINTAINER=    rga%sdf.lonestar.org@localhost
+HOMEPAGE=      http://www.semicomplete.com/projects/xdotool/
+COMMENT=       Simulate keyboard input and mouse activity using X11 xtest extension
+LICENSE=       modified-bsd
+
+NO_CONFIGURE=   yes
+USE_LIBTOOL=    yes
+USE_TOOLS+=    gmake
+USE_TOOLS+=     pkg-config
+
+SUBST_CLASSES+=           fix-getopt
+SUBST_STAGE.fix-getopt=   pre-build
+SUBST_MESSAGE.fix-getopt= Fixing getopt
+SUBST_FILES.fix-getopt=   *.c
+SUBST_SED.fix-getopt+=    -e 's,getopt_long_only,getopt_long,g'
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/xdotool/PLIST
diff -u /dev/null pkgsrc/x11/xdotool/PLIST:1.1
--- /dev/null   Mon Aug 28 11:30:53 2017
+++ pkgsrc/x11/xdotool/PLIST    Mon Aug 28 11:30:53 2017
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/28 11:30:53 bouyer Exp $
+bin/xdotool
+include/xdo.h
+lib/libxdo.so
+lib/libxdo.so.2
+man/man1/xdotool.1
Index: pkgsrc/x11/xdotool/distinfo
diff -u /dev/null pkgsrc/x11/xdotool/distinfo:1.1
--- /dev/null   Mon Aug 28 11:30:53 2017
+++ pkgsrc/x11/xdotool/distinfo Mon Aug 28 11:30:53 2017
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2017/08/28 11:30:53 bouyer Exp $
+
+SHA1 (xdotool-2.20110530.1.tar.gz) = bf8372b2e76e8ee3884763cee6e8b3f66bf29aa6
+RMD160 (xdotool-2.20110530.1.tar.gz) = 1aebcd835a4741a9e77aa489a3bdce195c582204
+Size (xdotool-2.20110530.1.tar.gz) = 107204 bytes



Home | Main Index | Thread Index | Old Index