diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-19 17:03:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-19 17:03:19 +0000 |
commit | 44930a3e4f8ee810b55fb3847cd4ad9195ba5b57 (patch) | |
tree | 9d81107b830f488f3bb3c0cc9608044558269a41 /deskutils | |
parent | 57ecb66db27b3d7fb3b337c685144dff1a26ab6f (diff) |
Notes
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 |