diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-31 21:06:35 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-31 21:06:35 +0000 |
commit | 206510f6181423cac328438ffc843faa3856dee3 (patch) | |
tree | 0b53f05953ac50e27af3ece9308efc2826556291 /x11-wm/waimea | |
parent | 66fe6ad56668ba662aab793778cf7eb60b50ef6e (diff) | |
download | ports-206510f6181423cac328438ffc843faa3856dee3.tar.gz ports-206510f6181423cac328438ffc843faa3856dee3.zip |
Add waimea 0.3.2, an X11 window manager designed for maximum
efficiency.
PR: 38619
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=60408
Diffstat (limited to 'x11-wm/waimea')
-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 |
5 files changed, 60 insertions, 0 deletions
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 |