From 0bc88ef07f9d5d6ad927a9dc222f1484283b0a2a Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 19 Nov 2006 17:03:19 +0000 Subject: Etoile intends to be an innovative GNUstep based user environnement built from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the WorkspaceSwitcher bundle. WWW: http://www.etoile-project.org/ --- deskutils/Makefile | 1 + deskutils/etoile-workspaceswitcher/Makefile | 30 ++++++++++++++++++++++++++++ deskutils/etoile-workspaceswitcher/distinfo | 3 +++ deskutils/etoile-workspaceswitcher/pkg-descr | 10 ++++++++++ deskutils/etoile-workspaceswitcher/pkg-plist | 5 +++++ 5 files changed, 49 insertions(+) create mode 100644 deskutils/etoile-workspaceswitcher/Makefile create mode 100644 deskutils/etoile-workspaceswitcher/distinfo create mode 100644 deskutils/etoile-workspaceswitcher/pkg-descr create mode 100644 deskutils/etoile-workspaceswitcher/pkg-plist (limited to 'deskutils') diff --git a/deskutils/Makefile b/deskutils/Makefile index e5323df624ad..6a2cc9c96c19 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -41,6 +41,7 @@ SUBDIR += etoile-extendedworkspacekit SUBDIR += etoile-preferenceskit SUBDIR += etoile-trackerkit + SUBDIR += etoile-workspaceswitcher SUBDIR += everygui SUBDIR += evolution-jescs SUBDIR += freemind diff --git a/deskutils/etoile-workspaceswitcher/Makefile b/deskutils/etoile-workspaceswitcher/Makefile new file mode 100644 index 000000000000..8816a0a5f0ff --- /dev/null +++ b/deskutils/etoile-workspaceswitcher/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: etoile-workspaceswitcher +# Date created: 18 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= workspaceswitcher +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= deskutils +MASTER_SITES= http://florida.ethz.ch/ports/distfiles/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project WorkspaceSwitcher bundle + +SNAPSHOT= 20060917 +WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile +NO_FILTER_SHLIBS= yes +USE_GNUSTEP_MAKE_DIRS+= Bundles/WorkspaceSwitcher + +.include diff --git a/deskutils/etoile-workspaceswitcher/distinfo b/deskutils/etoile-workspaceswitcher/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/deskutils/etoile-workspaceswitcher/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile_0+20060917+dfsg.orig.tar.gz) = bc96dcaba7ac66abb1320d5cfc98f05e +SHA256 (etoile_0+20060917+dfsg.orig.tar.gz) = de7cb026ccebdbb72d115ca800a13910cd51c9df27f5578ad7059b13f88eb334 +SIZE (etoile_0+20060917+dfsg.orig.tar.gz) = 10478850 diff --git a/deskutils/etoile-workspaceswitcher/pkg-descr b/deskutils/etoile-workspaceswitcher/pkg-descr new file mode 100644 index 000000000000..d2859f384468 --- /dev/null +++ b/deskutils/etoile-workspaceswitcher/pkg-descr @@ -0,0 +1,10 @@ +Etoile intends to be an innovative GNUstep based user environnement built +from the ground up on highly modular and light components with project and +document orientation in mind, in order to allow users to create their own +workflow by reshaping or recombining provided Services (aka Applications), +Components etc. Flexibility and modularity on both User Interface and code +level should allow us to scale from PDA to computer environment. + +This package installs the WorkspaceSwitcher bundle. + +WWW: http://www.etoile-project.org/ diff --git a/deskutils/etoile-workspaceswitcher/pkg-plist b/deskutils/etoile-workspaceswitcher/pkg-plist new file mode 100644 index 000000000000..cc54dcaca736 --- /dev/null +++ b/deskutils/etoile-workspaceswitcher/pkg-plist @@ -0,0 +1,5 @@ +Local/Library/Bundles/WorkspaceSwitcher.menulet/Resources/Info-gnustep.plist +Local/Library/Bundles/WorkspaceSwitcher.menulet/WorkspaceSwitcher +Local/Library/Bundles/WorkspaceSwitcher.menulet/stamp.make +@dirrm Local/Library/Bundles/WorkspaceSwitcher.menulet/Resources +@dirrm Local/Library/Bundles/WorkspaceSwitcher.menulet -- cgit