# 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