diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-14 20:46:14 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-14 20:46:14 +0000 |
commit | a74496a12ff6cc87c19aa5474b6f76f70e8f9893 (patch) | |
tree | 3d4e66698e2efe4d0a099b30b919030df804f623 /x11-wm/devilspie | |
parent | 3d3dea2adb0f21c503649cd118128ff6f492670c (diff) | |
download | ports-a74496a12ff6cc87c19aa5474b6f76f70e8f9893.tar.gz ports-a74496a12ff6cc87c19aa5474b6f76f70e8f9893.zip |
Notes
Diffstat (limited to 'x11-wm/devilspie')
-rw-r--r-- | x11-wm/devilspie/Makefile | 37 | ||||
-rw-r--r-- | x11-wm/devilspie/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/devilspie/pkg-descr | 16 | ||||
-rw-r--r-- | x11-wm/devilspie/pkg-plist | 10 |
4 files changed, 65 insertions, 0 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile new file mode 100644 index 000000000000..f68abe4695b0 --- /dev/null +++ b/x11-wm/devilspie/Makefile @@ -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> diff --git a/x11-wm/devilspie/distinfo b/x11-wm/devilspie/distinfo new file mode 100644 index 000000000000..e8e74e7a4336 --- /dev/null +++ b/x11-wm/devilspie/distinfo @@ -0,0 +1,2 @@ +MD5 (devilspie-0.4.tar.gz) = 1ef2fe4f6e87f5d20699d53988670727 +SIZE (devilspie-0.4.tar.gz) = 166276 diff --git a/x11-wm/devilspie/pkg-descr b/x11-wm/devilspie/pkg-descr new file mode 100644 index 000000000000..19ad8bcde462 --- /dev/null +++ b/x11-wm/devilspie/pkg-descr @@ -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 diff --git a/x11-wm/devilspie/pkg-plist b/x11-wm/devilspie/pkg-plist new file mode 100644 index 000000000000..ea02b19ab1eb --- /dev/null +++ b/x11-wm/devilspie/pkg-plist @@ -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%% |