[44533] trunk/dports/x11

blb at macports.org blb at macports.org
Mon Dec 29 20:12:23 PST 2008


Revision: 44533
          http://trac.macports.org/changeset/44533
Author:   blb at macports.org
Date:     2008-12-29 20:12:23 -0800 (Mon, 29 Dec 2008)
Log Message:
-----------
New port - x11/xev, Print contents of X11 events

Added Paths:
-----------
    trunk/dports/x11/xev/
    trunk/dports/x11/xev/Portfile

Added: trunk/dports/x11/xev/Portfile
===================================================================
--- trunk/dports/x11/xev/Portfile	                        (rev 0)
+++ trunk/dports/x11/xev/Portfile	2008-12-30 04:12:23 UTC (rev 44533)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+name                xev
+version             1.0.3
+categories          x11
+maintainers         blb openmaintainer
+description         Print contents of X11 events
+long_description \
+   xev creates a window and then asks the X server to send it events \
+   whenever anything happens to the window (such as it being moved, resized, \
+   typed in, clicked in, etc.).  You can also attach it to an existing \
+   window.  It is useful for seeing what causes events to occur and to \
+   display the information that they contain.  It is essentially a debugging \
+   and development tool, and should not be needed in normal usage.
+
+platforms           darwin
+
+homepage            http://www.x.org/
+master_sites        ${homepage}pub/individual/app/
+use_bzip2           yes
+
+checksums           md5     a9532c3d1683c99bb5df1895cb3a60b1 \
+                    sha1    7dccb225ed41bb468299b89485ea2c004854ea95 \
+                    rmd160  49d8f63e328e91132238f85c773d3f504da2818e
+
+depends_build       port:pkgconfig
+
+depends_lib         lib:libX11.6:xorg-libX11
+


Property changes on: trunk/dports/x11/xev/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081229/185923e3/attachment.html>


More information about the macports-changes mailing list