diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-18 20:09:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-18 20:09:16 +0000 |
commit | 27d05a5d3f649b2e3422860f9dcd6fd2f183359d (patch) | |
tree | de1c721767769c1d7c7a287a7b7747101bc07aee /wm | |
parent | ebf4a3ba5ba9237c15e59aac76e591a1453b1a86 (diff) | |
download | pkgsrc-27d05a5d3f649b2e3422860f9dcd6fd2f183359d.tar.gz |
Initial import of waimea-0.4.0.
The design goal for waimea is to create the most efficient desktop
working environment available. To achieve this, waimea is a fast and
highly customizable virtual desktop window manager. It uses the blackbox
image rendering engine (blackbox styles support) and can use the Xft
library for font rendering (anti-aliased font support). It also features
a very advanced configuration system with which is possible to make waimea
behave as almost any other window manager.
Package provided in PR pkg/19423 by Juan RP, with some changes by me
(as suggested by wiz, who also approved this package, thanks! :).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/waimea/DESCR | 7 | ||||
-rw-r--r-- | wm/waimea/Makefile | 37 | ||||
-rw-r--r-- | wm/waimea/PLIST | 20 | ||||
-rw-r--r-- | wm/waimea/distinfo | 4 |
4 files changed, 68 insertions, 0 deletions
diff --git a/wm/waimea/DESCR b/wm/waimea/DESCR new file mode 100644 index 00000000000..d2c11ad8970 --- /dev/null +++ b/wm/waimea/DESCR @@ -0,0 +1,7 @@ +The design goal for waimea is to create the most efficient desktop +working environment available. To achieve this, waimea is a fast and +highly customizable virtual desktop window manager. It uses the blackbox +image rendering engine (blackbox styles support) and can use the Xft +library for font rendering (anti-aliased font support). It also features +a very advanced configuration system with which is possible to make waimea +behave as almost any other window manager. diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile new file mode 100644 index 00000000000..8d3b60308bf --- /dev/null +++ b/wm/waimea/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 20:09:16 jmmv Exp $ +# + +DISTNAME= waimea-0.4.0 +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.waimea.org/ +COMMENT= Fast and highly customizable virtual window manager + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_X11= YES + +.include "../../mk/bsd.prefs.mk" + +.if !exists(${X11BASE}/include/X11/extensions/Xinerama.h) +CONFIGURE_ARGS+= --disable-xinerama +.endif + +.if !exists(${X11BASE}/include/X11/extensions/Xrender.h) +CONFIGURE_ARGS+= --disable-render +.endif + +.if !exists(${X11BASE}/include/X11/extensions/shape.h) +CONFIGURE_ARGS+= --disable-shape +.endif + +CONFIGURE_ARGS+= --disable-randr + +.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../fonts/Xft2/buildlink2.mk" +.include "../../graphics/freetype2/buildlink2.mk" +.include "../../graphics/imlib2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/waimea/PLIST b/wm/waimea/PLIST new file mode 100644 index 00000000000..461cf49dba6 --- /dev/null +++ b/wm/waimea/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/18 20:09:16 jmmv Exp $ +bin/waimea +man/man1/waimea.1 +share/waimea/actions/action +share/waimea/actions/action.click-to-focus +share/waimea/actions/action.no-mouse +share/waimea/actions/action.non-opaque +share/waimea/actions/action.sloppy-focus +share/waimea/backgrounds/waimea.png +share/waimea/config +share/waimea/menu +share/waimea/scripts/filelist.pl +share/waimea/scripts/procinfo.pl +share/waimea/scripts/stylesdir.pl +share/waimea/styles/Default.style +@dirrm share/waimea/styles +@dirrm share/waimea/scripts +@dirrm share/waimea/backgrounds +@dirrm share/waimea/actions +@dirrm share/waimea diff --git a/wm/waimea/distinfo b/wm/waimea/distinfo new file mode 100644 index 00000000000..894df3dabeb --- /dev/null +++ b/wm/waimea/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/18 20:09:16 jmmv Exp $ + +SHA1 (waimea-0.4.0.tar.gz) = b2dc5e829aad8681bab9313bd336b79875154531 +Size (waimea-0.4.0.tar.gz) = 242526 bytes |