summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-11 21:07:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-11 21:07:21 +0000
commit7bbeb5575967860aaa05278ab688d81c78a92bea (patch)
tree90fb48693bfb22d435aa845ab5d6b5f34ce167a8
parentb90f7c1e828bdf4c0497725c53c1b861ecadab63 (diff)
downloadfreebsd-ports-7bbeb5575967860aaa05278ab688d81c78a92bea.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>
-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