Programatically (or manually) simulate keyboard input or mouse activity

using X11's XTEST extension.

WWW: http://www.semicomplete.com/projects/xdotool/

PR:		ports/114217
Submitted by:	Wesley Shields <wxs at atarininja.org>
This commit is contained in:
Rong-En Fan 2007-07-03 05:10:00 +00:00
parent 8de3024717
commit fbc058fc5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194744
4 changed files with 34 additions and 0 deletions

View file

@ -333,6 +333,7 @@
SUBDIR += xdialog
SUBDIR += xditview
SUBDIR += xdm
SUBDIR += xdotool
SUBDIR += xdpyinfo
SUBDIR += xdriinfo
SUBDIR += xdtm

26
x11/xdotool/Makefile Normal file
View file

@ -0,0 +1,26 @@
# New ports collection makefile for: xdotool
# Date created: 29 June 2007
# Whom: Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#
PORTNAME= xdotool
PORTVERSION= 20070625
CATEGORIES= x11
MASTER_SITES= http://www.semicomplete.com/files/xdotool/ \
http://www.atarininja.org/~wxs/distfiles/
MAINTAINER= wxs@atarininja.org
COMMENT= Programatically simulate keyboard input or mouse activity
USE_GNOME= pkgconfig
USE_XLIB= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/xdotool
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin
.include <bsd.port.mk>

3
x11/xdotool/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (xdotool-20070625.tar.gz) = 78b693d1684825082cdc24450c61a9ac
SHA256 (xdotool-20070625.tar.gz) = f90116afb9042a679329e0e9f92a47a6e7af69dc7a664c0d9c805b26611ab33c
SIZE (xdotool-20070625.tar.gz) = 5991

4
x11/xdotool/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
Programatically (or manually) simulate keyboard input or mouse activity
using X11's XTEST extension.
WWW: http://www.semicomplete.com/projects/xdotool/