diff options
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/waimea/Makefile | 25 | ||||
-rw-r--r-- | x11-wm/waimea/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/waimea/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/waimea/pkg-descr | 20 | ||||
-rw-r--r-- | x11-wm/waimea/pkg-plist | 13 |
6 files changed, 61 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 9ec7531a4e90..96dc19eb0413 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -80,6 +80,7 @@ SUBDIR += uwm SUBDIR += vtwm SUBDIR += w9wm + SUBDIR += waimea SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile new file mode 100644 index 000000000000..578d8bc8c920 --- /dev/null +++ b/x11-wm/waimea/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: waimea +# Date created: 27 May 2002 +# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> +# +# $FreeBSD$ +# + +PORTNAME= waimea +PORTVERSION= 0.3.2 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= waimea + +MAINTAINER= danfe@regency.nsu.ru + +USE_GMAKE= yes +USE_IMLIB= yes +USE_X_PREFIX= yes + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= LIBS="-lcompat" + +MAN1= waimea.1 + +.include <bsd.port.mk> diff --git a/x11-wm/waimea/distinfo b/x11-wm/waimea/distinfo new file mode 100644 index 000000000000..cc1f95e3947b --- /dev/null +++ b/x11-wm/waimea/distinfo @@ -0,0 +1 @@ +MD5 (waimea-0.3.2.tar.gz) = 97ab7c52590aac56a3acebdf2f8bf1fa diff --git a/x11-wm/waimea/pkg-comment b/x11-wm/waimea/pkg-comment new file mode 100644 index 000000000000..c7b52ee570b3 --- /dev/null +++ b/x11-wm/waimea/pkg-comment @@ -0,0 +1 @@ +An X11 window manager designed for maximum efficiency diff --git a/x11-wm/waimea/pkg-descr b/x11-wm/waimea/pkg-descr new file mode 100644 index 000000000000..09cc3cacdb78 --- /dev/null +++ b/x11-wm/waimea/pkg-descr @@ -0,0 +1,20 @@ +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 blackbox +image rendering engine (blackbox styles support) and can use Xft library +for font rendering (anti-aliased font support). It also features a very +advanced configuration system with which it's possible to make waimea +behave as almost any other window manager. + +Features already included are: + + * Virtual desktop + * Blackbox image rendering engine (blackbox style support) + * Action Configuration System + * Advanced Menu System + * Standard X core fonts + * Xft fonts (anti-aliased fonts) + * Dockapp handler system + * Task switcher + +WWW: http://waimea.sourceforge.net/ diff --git a/x11-wm/waimea/pkg-plist b/x11-wm/waimea/pkg-plist new file mode 100644 index 000000000000..69a9125f5194 --- /dev/null +++ b/x11-wm/waimea/pkg-plist @@ -0,0 +1,13 @@ +bin/waimea +share/Waimea/actions/action +share/Waimea/actions/action.click-to-focus +share/Waimea/actions/action.non-opaque +share/Waimea/actions/action.no-mouse +share/Waimea/actions/action.sloppy-focus +share/Waimea/backgrounds/waimea.png +share/Waimea/menu +share/Waimea/styles/Default +@dirrm share/Waimea/actions +@dirrm share/Waimea/backgrounds +@dirrm share/Waimea/styles +@dirrm share/Waimea |