diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-11 13:34:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-11 13:34:39 +0000 |
commit | 74ff3dfd26f7e4bfaa2ed885a18673400f9cf4c9 (patch) | |
tree | c781b9acdc7a1997f2716353651236d5ffacb0a2 /x11-wm | |
parent | 18db56686a1bf7e2adeb4e5aae25d8cf85e57e49 (diff) | |
download | ports-74ff3dfd26f7e4bfaa2ed885a18673400f9cf4c9.tar.gz ports-74ff3dfd26f7e4bfaa2ed885a18673400f9cf4c9.zip |
AZSwitch is an experimental application for window switching.
The main challenge is how to track key and mouse input
and show minimature window.
Unlike AZDock, which is application-based, AZSwitch is window-based.
Therefore, they are not compatible to each other in implementation.
WWW: http://www.etoile-project.org/
Notes
Notes:
svn path=/head/; revision=212913
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/etoile-azswitch/Makefile | 32 | ||||
-rw-r--r-- | x11-wm/etoile-azswitch/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/etoile-azswitch/pkg-descr | 7 | ||||
-rw-r--r-- | x11-wm/etoile-azswitch/pkg-plist | 7 |
5 files changed, 50 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 6981d34c2dd0..2dca29e8858e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -50,6 +50,7 @@ SUBDIR += epplets SUBDIR += etoile-azalea SUBDIR += etoile-azdock + SUBDIR += etoile-azswitch SUBDIR += evilwm SUBDIR += expocity SUBDIR += fbcmd diff --git a/x11-wm/etoile-azswitch/Makefile b/x11-wm/etoile-azswitch/Makefile new file mode 100644 index 000000000000..0029447d2f7c --- /dev/null +++ b/x11-wm/etoile-azswitch/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: etoile-azswitch +# Date created: 07 May 2008 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= azswitch +PORTVERSION= 0.2 +CATEGORIES= x11-wm gnustep +MASTER_SITES= http://download.gna.org/etoile/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project window switching + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= EtoileUI:${ETOILE_UI_PORT} + +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} +USE_GNUSTEP_MAKE_DIRS+= Services/Private/AZSwitch + +XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit +ETOILE_UI_PORT?= deskutils/etoile-ui + +.include <bsd.port.mk> diff --git a/x11-wm/etoile-azswitch/distinfo b/x11-wm/etoile-azswitch/distinfo new file mode 100644 index 000000000000..2ac1ee4891af --- /dev/null +++ b/x11-wm/etoile-azswitch/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9 +SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c +SIZE (etoile-0.2.tar.gz) = 21373391 diff --git a/x11-wm/etoile-azswitch/pkg-descr b/x11-wm/etoile-azswitch/pkg-descr new file mode 100644 index 000000000000..62618b35de40 --- /dev/null +++ b/x11-wm/etoile-azswitch/pkg-descr @@ -0,0 +1,7 @@ +AZSwitch is an experimental application for window switching. +The main challenge is how to track key and mouse input +and show minimature window. +Unlike AZDock, which is application-based, AZSwitch is window-based. +Therefore, they are not compatible to each other in implementation. + +WWW: http://www.etoile-project.org/ diff --git a/x11-wm/etoile-azswitch/pkg-plist b/x11-wm/etoile-azswitch/pkg-plist new file mode 100644 index 000000000000..32be44654c28 --- /dev/null +++ b/x11-wm/etoile-azswitch/pkg-plist @@ -0,0 +1,7 @@ +System/Applications/AZSwitch.app/AZSwitch +System/Applications/AZSwitch.app/Resources/AZSwitch.desktop +System/Applications/AZSwitch.app/Resources/Info-gnustep.plist +System/Applications/AZSwitch.app/stamp.make +System/Tools/AZSwitch +@dirrm System/Applications/AZSwitch.app/Resources +@dirrm System/Applications/AZSwitch.app |