1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add devilspie 0.4, a window manipulation tool.

PR:		67713
Submitted by:	Jean-Yves Lefort.
This commit is contained in:
Thierry Thomas 2004-06-14 20:46:14 +00:00
parent 3d3dea2adb
commit a74496a12f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111484
5 changed files with 66 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += boxtools
SUBDIR += clementine
SUBDIR += ctwm
SUBDIR += devilspie
SUBDIR += e16utils
SUBDIR += ede
SUBDIR += enlightenment

37
x11-wm/devilspie/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: Devil's Pie
# Date created: 08 Jun 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= devilspie
PORTVERSION= 0.4
CATEGORIES= x11-wm
MASTER_SITES= http://www.burtonini.com/computing/
MAINTAINER= jylefort@brutele.be
COMMENT= A window manipulation tool
USE_X_PREFIX= yes
USE_GNOME= libwnck libglade2
GNU_CONFIGURE= yes
MAN1= devilspie.1
post-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/devilspie.dtd ${DATADIR}
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample-config.xml ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/AUTHORS \
${WRKSRC}/NEWS \
${WRKSRC}/README \
${WRKSRC}/TODO \
${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (devilspie-0.4.tar.gz) = 1ef2fe4f6e87f5d20699d53988670727
SIZE (devilspie-0.4.tar.gz) = 166276

View File

@ -0,0 +1,16 @@
A window-matching utility, inspired by Sawfish's "Matched Windows"
option and the lack of the functionality in Metacity. Metacity lacking
window matching is not a bad thing -- Metacity is a lean window
manager, and window manipulation does not have to be a window manager
task.
Devil's Pie can be configured to detect windows as they are created,
and match the window to a set of rules. If the window matches the
rules, it can perform a series of actions on that window. For example,
I make all windows created by X-Chat appear on all workspaces, and the
main Gkrellm1 window does not appear in the pager or task list.
WWW: http://www.burtonini.com/blog/computers/devilspie
- Jean-Yves Lefort
jylefort@brutele.be

View File

@ -0,0 +1,10 @@
bin/devilspie
%%DATADIR%%/devilspie.dtd
%%EXAMPLESDIR%%/sample-config.xml
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
@dirrm %%DATADIR%%
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%