diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-20 01:03:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-20 01:03:19 +0800 |
commit | 0bc88ef07f9d5d6ad927a9dc222f1484283b0a2a (patch) | |
tree | 9361d1a339c10a72098f7e6ae5b134b979df6051 /deskutils | |
parent | 01d9be30bc9270aff1f36ed2991652f594dc603d (diff) | |
download | freebsd-ports-gnome-0bc88ef07f9d5d6ad927a9dc222f1484283b0a2a.tar.gz freebsd-ports-gnome-0bc88ef07f9d5d6ad927a9dc222f1484283b0a2a.tar.zst freebsd-ports-gnome-0bc88ef07f9d5d6ad927a9dc222f1484283b0a2a.zip |
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/
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/etoile-workspaceswitcher/Makefile | 30 | ||||
-rw-r--r-- | deskutils/etoile-workspaceswitcher/distinfo | 3 | ||||
-rw-r--r-- | deskutils/etoile-workspaceswitcher/pkg-descr | 10 | ||||
-rw-r--r-- | deskutils/etoile-workspaceswitcher/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
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 <bsd.port.mk> 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 |