From 14b6e0341e1d08a8c63ae45ce33a8cc6c379a315 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 19 Nov 2006 21:14:23 +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 Camaelon bundle, the theme engine for GNUstep. WWW: http://www.etoile-project.org/ --- x11-themes/Makefile | 1 + x11-themes/etoile-camaelon/Makefile | 30 ++++++++++++++++++++++++++++++ x11-themes/etoile-camaelon/distinfo | 3 +++ x11-themes/etoile-camaelon/pkg-descr | 10 ++++++++++ x11-themes/etoile-camaelon/pkg-plist | 5 +++++ 5 files changed, 49 insertions(+) create mode 100644 x11-themes/etoile-camaelon/Makefile create mode 100644 x11-themes/etoile-camaelon/distinfo create mode 100644 x11-themes/etoile-camaelon/pkg-descr create mode 100644 x11-themes/etoile-camaelon/pkg-plist (limited to 'x11-themes') diff --git a/x11-themes/Makefile b/x11-themes/Makefile index ce07243b637b..5a9ac968112e 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -34,6 +34,7 @@ SUBDIR += enlightenment-theme-BrushedMetal-Tigert SUBDIR += enlightenment-theme-Ganymede SUBDIR += enlightenment-theme-ShinyMetal + SUBDIR += etoile-camaelon SUBDIR += etoile-etoilemenus SUBDIR += etoile-iconkit SUBDIR += flux-art diff --git a/x11-themes/etoile-camaelon/Makefile b/x11-themes/etoile-camaelon/Makefile new file mode 100644 index 000000000000..e39588482b07 --- /dev/null +++ b/x11-themes/etoile-camaelon/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: etoile-camaelon +# Date created: 18 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= camaelon +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= x11-themes +MASTER_SITES= http://florida.ethz.ch/ports/distfiles/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project Camaelon 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/Camaelon + +.include diff --git a/x11-themes/etoile-camaelon/distinfo b/x11-themes/etoile-camaelon/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/x11-themes/etoile-camaelon/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/x11-themes/etoile-camaelon/pkg-descr b/x11-themes/etoile-camaelon/pkg-descr new file mode 100644 index 000000000000..096a86423ce1 --- /dev/null +++ b/x11-themes/etoile-camaelon/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 Camaelon bundle, the theme engine for GNUstep. + +WWW: http://www.etoile-project.org/ diff --git a/x11-themes/etoile-camaelon/pkg-plist b/x11-themes/etoile-camaelon/pkg-plist new file mode 100644 index 000000000000..aad2a754d950 --- /dev/null +++ b/x11-themes/etoile-camaelon/pkg-plist @@ -0,0 +1,5 @@ +System/Library/Bundles/Camaelon.themeEngine/Camaelon +System/Library/Bundles/Camaelon.themeEngine/Resources/Info-gnustep.plist +System/Library/Bundles/Camaelon.themeEngine/stamp.make +@dirrm System/Library/Bundles/Camaelon.themeEngine/Resources +@dirrm System/Library/Bundles/Camaelon.themeEngine -- cgit