summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2017-08-28 11:30:53 +0000
committerbouyer <bouyer@pkgsrc.org>2017-08-28 11:30:53 +0000
commit864fa6dce8420927ccef380b847119333c3dc6f0 (patch)
tree8dbb38ebaec3e4e712efc2cc118c4f2950815441 /x11
parentf960b3fbf14799504b0bbc2949ffee3b52828254 (diff)
downloadpkgsrc-864fa6dce8420927ccef380b847119333c3dc6f0.tar.gz
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xdotool/DESCR2
-rw-r--r--x11/xdotool/Makefile28
-rw-r--r--x11/xdotool/PLIST6
-rw-r--r--x11/xdotool/distinfo5
5 files changed, 43 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 072f7939fda..d408dbae843 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -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
diff --git a/x11/xdotool/DESCR b/x11/xdotool/DESCR
new file mode 100644
index 00000000000..6f59a79f8ad
--- /dev/null
+++ b/x11/xdotool/DESCR
@@ -0,0 +1,2 @@
+Programatically (or manually) simulate keyboard input or mouse activity
+using X11's XTEST extension.
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile
new file mode 100644
index 00000000000..23535f04226
--- /dev/null
+++ b/x11/xdotool/Makefile
@@ -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
+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"
diff --git a/x11/xdotool/PLIST b/x11/xdotool/PLIST
new file mode 100644
index 00000000000..99c8b6351ed
--- /dev/null
+++ b/x11/xdotool/PLIST
@@ -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
diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo
new file mode 100644
index 00000000000..52f7c060121
--- /dev/null
+++ b/x11/xdotool/distinfo
@@ -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