From 27d05a5d3f649b2e3422860f9dcd6fd2f183359d Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 18 Dec 2002 20:09:16 +0000 Subject: 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! :). --- wm/waimea/DESCR | 7 +++++++ wm/waimea/Makefile | 37 +++++++++++++++++++++++++++++++++++++ wm/waimea/PLIST | 20 ++++++++++++++++++++ wm/waimea/distinfo | 4 ++++ 4 files changed, 68 insertions(+) create mode 100644 wm/waimea/DESCR create mode 100644 wm/waimea/Makefile create mode 100644 wm/waimea/PLIST create mode 100644 wm/waimea/distinfo (limited to 'wm') 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 -- cgit v1.2.3