aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-12 05:07:21 +0800
committerpav <pav@FreeBSD.org>2004-02-12 05:07:21 +0800
commit33607906dd1d2bc9dbced187852c6d7e0b1dbc04 (patch)
tree7460b3c77257e6e72ea98ed032d1bf76f8f1162f /x11
parent430eb4fc09f8c8990f35a26c84970644ac5a7181 (diff)
downloadfreebsd-ports-gnome-33607906dd1d2bc9dbced187852c6d7e0b1dbc04.tar.gz
freebsd-ports-gnome-33607906dd1d2bc9dbced187852c6d7e0b1dbc04.tar.zst
freebsd-ports-gnome-33607906dd1d2bc9dbced187852c6d7e0b1dbc04.zip
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')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/wmctrl/Makefile22
-rw-r--r--x11/wmctrl/distinfo2
-rw-r--r--x11/wmctrl/pkg-descr14
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 8a0373f2aac3..2abddf81239e 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -148,6 +148,7 @@
SUBDIR += wmblob
SUBDIR += wmbutton
SUBDIR += wmcliphist
+ SUBDIR += wmctrl
SUBDIR += wmdrawer
SUBDIR += wmessage
SUBDIR += wmfstatus
diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile
new file mode 100644
index 000000000000..327f5b4ef5ce
--- /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 000000000000..0bcc199c3398
--- /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 000000000000..3d74a530498e
--- /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