pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Add xdotool version 2.20110530.1. From rga (at) sd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f398d92a089c
branches:  trunk
changeset: 367280:f398d92a089c
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Mon Aug 28 11:30:53 2017 +0000

description:
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:

 x11/Makefile         |   3 ++-
 x11/xdotool/DESCR    |   2 ++
 x11/xdotool/Makefile |  28 ++++++++++++++++++++++++++++
 x11/xdotool/PLIST    |   6 ++++++
 x11/xdotool/distinfo |   5 +++++
 5 files changed, 43 insertions(+), 1 deletions(-)

diffs (74 lines):

diff -r c204ac00f563 -r f398d92a089c x11/Makefile
--- a/x11/Makefile      Mon Aug 28 10:29:41 2017 +0000
+++ b/x11/Makefile      Mon Aug 28 11:30:53 2017 +0000
@@ -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+=       xditview
 SUBDIR+=       xdm
 SUBDIR+=       xdm3d
+SUBDIR+=       xdotool
 SUBDIR+=       xdpyinfo
 SUBDIR+=       xdriinfo
 SUBDIR+=       xearth
diff -r c204ac00f563 -r f398d92a089c x11/xdotool/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdotool/DESCR Mon Aug 28 11:30:53 2017 +0000
@@ -0,0 +1,2 @@
+Programatically (or manually) simulate keyboard input or mouse activity
+using X11's XTEST extension.
diff -r c204ac00f563 -r f398d92a089c x11/xdotool/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdotool/Makefile      Mon Aug 28 11:30:53 2017 +0000
@@ -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"
diff -r c204ac00f563 -r f398d92a089c x11/xdotool/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdotool/PLIST Mon Aug 28 11:30:53 2017 +0000
@@ -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 -r c204ac00f563 -r f398d92a089c x11/xdotool/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdotool/distinfo      Mon Aug 28 11:30:53 2017 +0000
@@ -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