Two new ports are included in this PR. The first is a port for keynav, which is a small application designed to make clicking in X done easily without using a mouse. The second application is used to programatically simulate keyboard input or mouse activity for X. Fix: The shar files are available at: http://www.atarininja.org/~wxs/patches/keynav.shar http://www.atarininja.org/~wxs/patches/xdotool.shar How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2007-07-03 05:10:00 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xdotool Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.658 +1 -0 ports/x11/Makefile 1.1 +26 -0 ports/x11/xdotool/Makefile (new) 1.1 +3 -0 ports/x11/xdotool/distinfo (new) 1.1 +4 -0 ports/x11/xdotool/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
rafan 2007-07-03 05:11:27 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/keynav Makefile distinfo pkg-descr Log: Quickly and easily select a piece of the screen using a minimal number of keystrokes. WWW: http://www.semicomplete.com/projects/keynav/ PR: ports/114217 Submitted by: Wesley Shields <wxs at atarininja.org> Revision Changes Path 1.659 +1 -0 ports/x11/Makefile 1.1 +26 -0 ports/x11/keynav/Makefile (new) 1.1 +3 -0 ports/x11/keynav/distinfo (new) 1.1 +4 -0 ports/x11/keynav/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!