pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/devilspie Initial import of devilspie-0.3.1, a win...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3082437e2c0d
branches:  trunk
changeset: 467246:3082437e2c0d
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue Jan 27 19:53:11 2004 +0000

description:
Initial import of devilspie-0.3.1, a window-matching utility to customize
window behavior.

Okayed by jmmv.

diffstat:

 x11/devilspie/DESCR    |  10 ++++++++++
 x11/devilspie/Makefile |  26 ++++++++++++++++++++++++++
 x11/devilspie/PLIST    |   8 ++++++++
 x11/devilspie/distinfo |   4 ++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 8b51eb3506ad -r 3082437e2c0d x11/devilspie/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/devilspie/DESCR       Tue Jan 27 19:53:11 2004 +0000
@@ -0,0 +1,10 @@
+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 matching 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. 
diff -r 8b51eb3506ad -r 3082437e2c0d x11/devilspie/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/devilspie/Makefile    Tue Jan 27 19:53:11 2004 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/27 19:53:11 snj Exp $
+
+DISTNAME=              devilspie-0.3.1
+CATEGORIES=            x11
+MASTER_SITES=          http://www.burtonini.com/computing/
+
+MAINTAINER=            snj%NetBSD.org@localhost
+HOMEPAGE=              http://www.burtonini.com/blog/computers/devilspie/
+COMMENT=               Window-matching utility to customize window behavior
+
+GNU_CONFIGURE=         YES
+USE_BUILDLINK2=                YES
+USE_PKGLOCALEDIR=      YES
+USE_X11=               YES
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie/
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devilspie
+       ${INSTALL_DATA} ${WRKSRC}/sample-config.xml \
+               ${PREFIX}/share/examples/devilspie/
+
+.include "../../devel/libglade2/buildlink2.mk"
+.include "../../devel/libwnck/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8b51eb3506ad -r 3082437e2c0d x11/devilspie/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/devilspie/PLIST       Tue Jan 27 19:53:11 2004 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/27 19:53:11 snj Exp $
+bin/devilspie
+man/man1/devilspie.1
+share/doc/devilspie/README
+share/examples/devilspie/sample-config.xml
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/devilspie.mo
+@dirrm share/examples/devilspie
+@dirrm share/doc/devilspie
diff -r 8b51eb3506ad -r 3082437e2c0d x11/devilspie/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/devilspie/distinfo    Tue Jan 27 19:53:11 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/27 19:53:11 snj Exp $
+
+SHA1 (devilspie-0.3.1.tar.gz) = fbc545832348ce07fdae46f3071bb68b390cd01c
+Size (devilspie-0.3.1.tar.gz) = 162412 bytes



Home | Main Index | Thread Index | Old Index