Bug 114217

Summary: [NEW PORTS]: x11/xdotool and x11/keynav
Product: Ports & Packages Reporter: Wesley Shields <wxs>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Wesley Shields 2007-07-02 15:20:01 UTC
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
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-07-02 15:38:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-03 06:10:08 UTC
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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-03 06:11:31 UTC
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"
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-07-03 06:11:35 UTC
State Changed
From-To: open->closed

New port added. Thanks!