From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 8 13:10:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873AA16A4CE for ; Tue, 8 Jun 2004 13:10:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D87843D58 for ; Tue, 8 Jun 2004 13:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i58DAIX2015224 for ; Tue, 8 Jun 2004 13:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i58DAIFb015223; Tue, 8 Jun 2004 13:10:18 GMT (envelope-from gnats) Resent-Date: Tue, 8 Jun 2004 13:10:18 GMT Resent-Message-Id: <200406081310.i58DAIFb015223@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F6216A4CE for ; Tue, 8 Jun 2004 13:09:01 +0000 (GMT) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA6843D4C for ; Tue, 8 Jun 2004 13:08:59 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 793B45531 for ; Tue, 8 Jun 2004 15:08:56 +0200 (CEST) Received: by jsite.lefort.net (Postfix, from userid 1000) id 2C10822E28; Tue, 8 Jun 2004 15:08:56 +0200 (CEST) Message-Id: <20040608130856.2C10822E28@jsite.lefort.net> Date: Tue, 8 Jun 2004 15:08:56 +0200 (CEST) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67713: New port: devilspie, a window manipulation tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 13:10:18 -0000 >Number: 67713 >Category: ports >Synopsis: New port: devilspie, a window manipulation tool >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 08 13:10:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu May 27 14:42:30 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # devilspie # devilspie/Makefile # devilspie/pkg-plist # devilspie/pkg-descr # devilspie/distinfo # echo c - devilspie mkdir -p devilspie > /dev/null 2>&1 echo x - devilspie/Makefile sed 's/^X//' >devilspie/Makefile << 'END-of-devilspie/Makefile' X# New ports collection makefile for: Devil's Pie X# Date created: 08 Jun 2004 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= devilspie XPORTVERSION= 0.4 XCATEGORIES= x11-wm XMASTER_SITES= http://www.burtonini.com/computing/ X XMAINTAINER= jylefort@brutele.be XCOMMENT= A window manipulation tool X XUSE_X_PREFIX= yes XUSE_GNOME= libwnck libglade2 XGNU_CONFIGURE= yes X XMAN1= devilspie.1 X Xpost-install: X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/devilspie.dtd ${DATADIR} X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/sample-config.xml ${EXAMPLESDIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} \ X ${WRKSRC}/AUTHORS \ X ${WRKSRC}/NEWS \ X ${WRKSRC}/README \ X ${WRKSRC}/TODO \ X ${DOCSDIR} X.endif X X.include END-of-devilspie/Makefile echo x - devilspie/pkg-plist sed 's/^X//' >devilspie/pkg-plist << 'END-of-devilspie/pkg-plist' Xbin/devilspie X%%DATADIR%%/devilspie.dtd X%%EXAMPLESDIR%%/sample-config.xml X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/NEWS X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/TODO X@dirrm %%DATADIR%% X@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-devilspie/pkg-plist echo x - devilspie/pkg-descr sed 's/^X//' >devilspie/pkg-descr << 'END-of-devilspie/pkg-descr' XA window-matching utility, inspired by Sawfish's "Matched Windows" Xoption and the lack of the functionality in Metacity. Metacity lacking Xwindow matching is not a bad thing -- Metacity is a lean window Xmanager, and window manipulation does not have to be a window manager Xtask. X XDevil's Pie can be configured to detect windows as they are created, Xand match the window to a set of rules. If the window matches the Xrules, it can perform a series of actions on that window. For example, XI make all windows created by X-Chat appear on all workspaces, and the Xmain Gkrellm1 window does not appear in the pager or task list. X XWWW: http://www.burtonini.com/blog/computers/devilspie X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-devilspie/pkg-descr echo x - devilspie/distinfo sed 's/^X//' >devilspie/distinfo << 'END-of-devilspie/distinfo' XMD5 (devilspie-0.4.tar.gz) = 1ef2fe4f6e87f5d20699d53988670727 XSIZE (devilspie-0.4.tar.gz) = 166276 END-of-devilspie/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: