diff options
author | pav <pav@FreeBSD.org> | 2004-02-11 21:07:21 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-11 21:07:21 +0000 |
commit | 33607906dd1d2bc9dbced187852c6d7e0b1dbc04 (patch) | |
tree | 7460b3c77257e6e72ea98ed032d1bf76f8f1162f /x11/wmctrl | |
parent | 430eb4fc09f8c8990f35a26c84970644ac5a7181 (diff) | |
download | FreeBSD-ports-33607906dd1d2bc9dbced187852c6d7e0b1dbc04.zip FreeBSD-ports-33607906dd1d2bc9dbced187852c6d7e0b1dbc04.tar.gz |
Add wmctrl, a command line tool to interact with an
EWMH/NetWM compatible X Window Manager.
It provides command line access to almost all the features defined in
the EWMH specification. Using it, it's possible to, for example, obtain
information about the window manager, get a detailed list of desktops
and managed windows, switch and resize desktops, change number of
desktops, make windows full-screen, always-above or sticky, and
activate, close, move, resize, maximize and minimize them.
PR: ports/62656
Submitted by: Florent Thoumie <flz@xbsd.org>
Diffstat (limited to 'x11/wmctrl')
-rw-r--r-- | x11/wmctrl/Makefile | 22 | ||||
-rw-r--r-- | x11/wmctrl/distinfo | 2 | ||||
-rw-r--r-- | x11/wmctrl/pkg-descr | 14 |
3 files changed, 38 insertions, 0 deletions
diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile new file mode 100644 index 0000000..327f5b4 --- /dev/null +++ b/x11/wmctrl/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: wmctrl +# Date created: Feb 10 2004 +# Whom: Florent Thoumie <flz@xbsd.org> +# +# $FreeBSD$ +# + +PORTNAME= wmctrl +PORTVERSION= 1.05 +CATEGORIES= x11 +MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/ + +MAINTAINER= flz@xbsd.org +COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_GNOME= glib20 + +PLIST_FILES= bin/wmctrl + +.include <bsd.port.mk> diff --git a/x11/wmctrl/distinfo b/x11/wmctrl/distinfo new file mode 100644 index 0000000..0bcc199 --- /dev/null +++ b/x11/wmctrl/distinfo @@ -0,0 +1,2 @@ +MD5 (wmctrl-1.05.tar.gz) = ab184d3a68d90ad0eefb493f12b109d8 +SIZE (wmctrl-1.05.tar.gz) = 83049 diff --git a/x11/wmctrl/pkg-descr b/x11/wmctrl/pkg-descr new file mode 100644 index 0000000..3d74a53 --- /dev/null +++ b/x11/wmctrl/pkg-descr @@ -0,0 +1,14 @@ +The wmctrl program is a command line tool to interact with an +EWMH/NetWM compatible X Window Manager. + +It provides command line access to almost all the features defined in +the EWMH specification. Using it, it's possible to, for example, obtain +information about the window manager, get a detailed list of desktops +and managed windows, switch and resize desktops, change number of +desktops, make windows full-screen, always-above or sticky, and +activate, close, move, resize, maximize and minimize them. + +WWW: http://sweb.cz/tripie/utils/wmctrl/ + +- Florent Thoumie +flz@xbsd.org |