[66458] trunk/dports/x11/xdotool/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 13 15:44:10 PDT 2010


Revision: 66458
          http://trac.macports.org/changeset/66458
Author:   ryandesign at macports.org
Date:     2010-04-13 15:44:09 -0700 (Tue, 13 Apr 2010)
Log Message:
-----------
xdotool: add description, long_description, notes

Modified Paths:
--------------
    trunk/dports/x11/xdotool/Portfile

Modified: trunk/dports/x11/xdotool/Portfile
===================================================================
--- trunk/dports/x11/xdotool/Portfile	2010-04-13 22:06:32 UTC (rev 66457)
+++ trunk/dports/x11/xdotool/Portfile	2010-04-13 22:44:09 UTC (rev 66458)
@@ -8,6 +8,22 @@
 platforms                   darwin
 maintainers                 ryandesign
 
+description                 X11 keyboard and mouse simulation utility
+
+long_description            ${name} lets you programatically (or manually) \
+                            simulate keyboard input and mouse activity\; \
+                            move, resize, hide and show windows\; \
+                            modify window properties like the title\; etc.
+
+notes                       To use xdotool (and avoid the error message \
+                            \"Error: XTEST extension unavailable on '(null)'\")\
+                            you need to enable the XTEST extension. If you're \
+                            using Apple's X11.app, the command to do so is: \
+                            \n\ndefaults write org.x.X11 enable_test_extensions -boolean true \
+                            \n\nIf you're using the MacPorts X11.app, use: \
+                            \n\ndefaults write org.macports.X11 enable_test_extensions -boolean true \
+                            \n\nThis only needs to be done once.
+
 homepage                    http://www.semicomplete.com/projects/xdotool/
 master_sites                googlecode:semicomplete
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100413/3e5b7037/attachment.html>


More information about the macports-changes mailing list