diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-19 21:14:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-19 21:14:23 +0000 |
commit | f1db9ff8d2da9aa2ca59a80c3753454da814181e (patch) | |
tree | c53bcac9747fd88563a13240d08ff74718ed7d01 /x11-themes | |
parent | 10b68a75ecbb32dc3bfee64cf6b7024bac7fe387 (diff) | |
download | ports-f1db9ff8d2da9aa2ca59a80c3753454da814181e.tar.gz ports-f1db9ff8d2da9aa2ca59a80c3753454da814181e.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 Camaelon bundle, the theme engine for GNUstep.
WWW: http://www.etoile-project.org/
Notes
Notes:
svn path=/head/; revision=177628
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/pkg-descr | 10 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
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 <bsd.port.mk> 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 |