[22345] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 20:26:30 PST 2007


Revision: 22345
          http://trac.macosforge.org/projects/macports/changeset/22345
Author:   yves at macports.org
Date:     2007-02-26 20:26:29 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
New e17 (enlightenment DR17) port with updated deps

Modified Paths:
--------------
    trunk/dports/devel/ecore/Portfile
    trunk/dports/devel/eet/Portfile
    trunk/dports/devel/embryo/Portfile
    trunk/dports/devel/evas/Portfile
    trunk/dports/graphics/edje/Portfile

Added Paths:
-----------
    trunk/dports/x11/e17/
    trunk/dports/x11/e17/Portfile

Modified: trunk/dports/devel/ecore/Portfile
===================================================================
--- trunk/dports/devel/ecore/Portfile	2007-02-27 04:15:32 UTC (rev 22344)
+++ trunk/dports/devel/ecore/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
@@ -1,8 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		ecore
-version		0.9.9.010
-epoch		24062005
+version		0.9.9.037
 description	Ecore is a core event abstraction layer.
 long_description       	It is the core event abstraction layer and \
 			X abstraction layer that makes doing selections, \
@@ -11,17 +10,14 @@
 			It's a separate library so anyone can make use \
 			of the work put into Ecore to make this job \
 			easy for applications.
-maintainers	nomaintainer at macports.org
+maintainers	yves at macports.org
 categories	devel x11
 platforms	darwin 
 homepage	http://www.enlightenment.org
 master_sites    http://enlightenment.freedesktop.org/files/ \
 		sourceforge:enlightenment
-checksums	md5 38cdadc83910b0ae4035310b5afeff52
-depends_lib     lib:libX11.6:XFree86 lib:libjpeg.62:jpeg \
-                lib:libpng.3:libpng lib:libtiff.3:tiff \
-                lib:libImlib2:imlib2 lib:libintl:gettext \
-		lib:libfreetype:freetype
-configure.env	CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-no-cpp-precomp"
-configure.args	--mandir=${prefix}/share/man 
+checksums	md5 ec6d00a39ca6648f12f58f8d4f2208cc
+depends_lib     port:evas port:curl
+configure.env	CPPFLAGS="-I${prefix}/include" \
+                LDFLAGS="-L${prefix}/lib"
+ 

Modified: trunk/dports/devel/eet/Portfile
===================================================================
--- trunk/dports/devel/eet/Portfile	2007-02-27 04:15:32 UTC (rev 22344)
+++ trunk/dports/devel/eet/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		eet
-version		0.9.10.010
+version		0.9.10.037
 description	EET is a library for writing sets of data.
 long_description        EET is a tiny library designed to write an \
 			arbitary set of chunks of data to a file and \
@@ -11,13 +11,16 @@
 			do zip as a zip itself has more complexity \
 			than is needed, and it was much simpler to \
 			impliment this once here.
-maintainers	nomaintainer at macports.org
+maintainers	yves at macports.org
 categories	devel x11
 platforms	darwin 
 homepage	http://www.enlightenment.org
 master_sites    http://enlightenment.freedesktop.org/files \
 		sourceforge:enlightenment
-checksums	md5 19b0aae8adf32c13a85bf47b6d4ad501
+checksums	md5 05c65e4cd84b36baa42e3eee1e652c97
+
+depends_lib	port:jpeg port:zlib
+
 configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-no-cpp-precomp -L${prefix}/lib"
+configure.env   CPPFLAGS="-I${prefix}/include" \
+                LDFLAGS="-L${prefix}/lib"

Modified: trunk/dports/devel/embryo/Portfile
===================================================================
--- trunk/dports/devel/embryo/Portfile	2007-02-27 04:15:32 UTC (rev 22344)
+++ trunk/dports/devel/embryo/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		embryo
-version		0.9.1.010
+version		0.9.1.037
 description	A C like scripting language
 long_description        Embryo implements a C like scripting language \
 			used in various parts of the Enlightenment project, \
@@ -10,13 +10,10 @@
 			in Dr Dobb\'s Journal in 1999. Embryo allows scripting \
 			capabilities in places that otherwise wouldnt \
 			support basic programming structures such as in Edje EDCs.
-maintainers	nomaintainer at macports.org
+maintainers	yves at macports.org
 categories	devel lang
 platforms	darwin 
 homepage	http://www.enlightenment.org
 master_sites    http://enlightenment.freedesktop.org/files/ \
 		sourceforge:enlightenment
-checksums	md5 9332a76bc3dc784606b0c1eb3c07cc31
-configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
+checksums	md5 2a09c0355f33112e96ed253bd0bb308a

Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile	2007-02-27 04:15:32 UTC (rev 22344)
+++ trunk/dports/devel/evas/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
@@ -1,25 +1,27 @@
 # $Id$
 PortSystem 1.0
 name		evas
-version		0.9.9.010
-epoch		24062005
+version		0.9.9.037
 description	Evas is a hardware-accelerated canvas API for X11.
 long_description        Evas is a hardware-accelerated canvas API for X-Windows \
 			that can draw anti-aliased text, smooth super and sub-sampled \
 			images, alpha-blend, as well as drop down to using normal X11 \
 			primitives such as pixmaps, lines and rectangles for speed if \
 			your CPU or graphics hardware are too slow.
-maintainers	nomaintainer at macports.org
+maintainers	yves at macports.org
 categories	devel x11
 platforms	darwin 
 homepage	http://www.enlightenment.org
 master_sites    http://enlightenment.freedesktop.org/files \
 		sourceforge:enlightenment
-checksums	md5 e7197ca22ee4aec41905cc0d03a7e899
-depends_lib     lib:libX11.6:XFree86 lib:libjpeg.62:jpeg \
-                lib:libpng.3:libpng lib:libtiff.3:tiff \
-                lib:libImlib2:imlib2 lib:libintl:gettext \
-		lib:libfreetype:freetype
-configure.env	CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-no-cpp-precomp"
-configure.args	--mandir=${prefix}/share/man --disable-cairo-x11
+checksums	md5 21cb713b01be39992a7c48d0ea23429b
+depends_lib     port:eet port:glitz port:cairo \
+                port:tiff port:imlib2 port:libungif
+configure.env	CPPFLAGS="-I${prefix}/include -I${x11prefix}/include" \
+                LDFLAGS="-L${prefix}/lib"
+configure.args	--mandir=${prefix}/share/man --enable-glitz-x11 \
+		--enable-gl-x11 --enable-buffer
+
+variant with_svg {
+	depends_lib-append	port:librsvg
+}

Modified: trunk/dports/graphics/edje/Portfile
===================================================================
--- trunk/dports/graphics/edje/Portfile	2007-02-27 04:15:32 UTC (rev 22344)
+++ trunk/dports/graphics/edje/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
@@ -1,20 +1,20 @@
 # $Id$
 PortSystem 1.0
 name		edje
-version		0.5.0.010
+version		0.5.0.037
 description	A library for graphical layout and animation.
 long_description        A graphical layout and animation library \
 			for animated resizable, compressed and scalable \
 			themes.
-maintainers	nomaintainer at macports.org
+maintainers	yves at macports.org
 categories	graphics x11
 platforms	darwin 
 homepage	http://www.enlightenment.org
 master_sites    http://enlightenment.freedesktop.org/files/ \
 		sourceforge:enlightenment
-checksums	md5 18bf825dbc7c6d43942d8e7c4b34d472
-#depends_lib     lib:libedb:edb lib:libeet:eet lib:libevas:evas
-depends_lib     lib:libeet:eet lib:libevas:evas
-configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
+checksums	md5 e2f51f5e182201f0d22e042bca0ebfb1
+
+depends_lib     port:ecore port:embryo
+ 
+configure.env   CPPFLAGS="-I${prefix}/include" \
+                LDFLAGS="-L${prefix}/lib" 

Added: trunk/dports/x11/e17/Portfile
===================================================================
--- trunk/dports/x11/e17/Portfile	                        (rev 0)
+++ trunk/dports/x11/e17/Portfile	2007-02-27 04:26:29 UTC (rev 22345)
@@ -0,0 +1,25 @@
+# $Id: Portfile,v 1.1 2006/07/18 11:15:57 olegb Exp $
+PortSystem 1.0
+name		e17
+version		0.16.999.037
+description	Enlightenment windowmanager DR17
+long_description        Development Release 17 of the Enlightenment window \
+			manager represents an evolution into the next generation \
+			of desktop environments: the desktop shell. DR17 will \
+			provide integration between files and your environment in a \
+			seamless manner while encompassing a graphically rich and \
+			flexible architecture. It will not compete with GNOME or KDE, \
+			but be a completely new way of visualizing your desktop, \
+			based around the EFL which was built from the ground up \
+			for this task.
+maintainers 	yves at macports.org
+categories	x11
+platforms	darwin 
+homepage	http://www.enlightenment.org
+master_sites    http://enlightenment.freedesktop.org/files/ 
+distname	enlightenment-${version}
+checksums	rmd160 7086cbc7c3f9b449f0558830e74e57c78730a8c4
+depends_lib     port:edje
+ 
+configure.env   CPPFLAGS="-I${prefix}/include" \
+                LDFLAGS="-L${prefix}/lib"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/13f5620b/attachment.html


More information about the macports-changes mailing list