[46378] trunk/dports/x11

blb at macports.org blb at macports.org
Tue Feb 3 15:03:59 PST 2009


Revision: 46378
          http://trac.macports.org/changeset/46378
Author:   blb at macports.org
Date:     2009-02-03 15:03:59 -0800 (Tue, 03 Feb 2009)
Log Message:
-----------
New port - x11/wmctrl, interact with an EWMH/NetWM compatible X Window Manager
Ticket #18350

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

Added: trunk/dports/x11/wmctrl/Portfile
===================================================================
--- trunk/dports/x11/wmctrl/Portfile	                        (rev 0)
+++ trunk/dports/x11/wmctrl/Portfile	2009-02-03 23:03:59 UTC (rev 46378)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem          1.0
+name                wmctrl
+version             1.07
+categories          x11
+maintainers         nomaintainer
+description         interact with an EWMH/NetWM compatible X Window Manager
+long_description \
+	The wmctrl program is a UNIX/Linux command line tool to interact with \
+	an EWMH/NetWM compatible X Window Manager.\
+	\
+	The tool provides command line access to almost all the features \
+	defined in the EWMH specification. It can be used, for example, to \
+	obtain information about the window manager, to get a detailed list of \
+	desktops and managed windows, to switch and resize desktops, to make \
+	windows full-screen, always-above or sticky, and to activate, close, \
+	move, resize, maximize and minimize them.
+
+platforms           darwin
+
+homepage            http://www.sweb.cz/tripie/utils/wmctrl
+master_sites        ${homepage}/dist
+
+checksums           md5     1fe3c7a2caa6071e071ba34f587e1555 \
+                    sha1    a123019a7fd5adc3e393fc1108cb706268a34e4d \
+                    rmd160  b19b23c7368875b62ffef71780915b439b2c09d5
+
+depends_build       port:pkgconfig
+
+depends_lib         port:xorg-libX11 port:xorg-libXmu port:glib2
+
+configure.args      --mandir=${prefix}/share/man 
+
+livecheck.check     regex
+livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
+livecheck.url       ${master_sites}
+
+


Property changes on: trunk/dports/x11/wmctrl/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/20090203/8a67fcaf/attachment.html>


More information about the macports-changes mailing list