From owner-cvs-all@FreeBSD.ORG Wed Feb 11 13:07:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E77816A4CE; Wed, 11 Feb 2004 13:07:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA0343D1D; Wed, 11 Feb 2004 13:07:22 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1BL7MGe033334; Wed, 11 Feb 2004 13:07:22 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1BL7MlS033333; Wed, 11 Feb 2004 13:07:22 -0800 (PST) (envelope-from pav) Message-Id: <200402112107.i1BL7MlS033333@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 11 Feb 2004 13:07:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/wmctrl Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 21:07:22 -0000 pav 2004/02/11 13:07:22 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/wmctrl Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.484 +1 -0 ports/x11/Makefile 1.1 +22 -0 ports/x11/wmctrl/Makefile (new) 1.1 +2 -0 ports/x11/wmctrl/distinfo (new) 1.1 +14 -0 ports/x11/wmctrl/pkg-descr (new)