# $Id: Portfile 68576 2010-06-06 23:49:48Z ryandesign@macports.org $
PortSystem 1.0
name		ecore
version		0.9.9.49539
set snapshot	2010-06-07
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, \
			Xdnd, general X stuff, and event loops, timeouts \
			and idle handlers fast, optimized, and convenient. \
			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
categories	devel x11
platforms	darwin 

homepage	http://www.enlightenment.org
master_sites	http://download.enlightenment.org/snapshots/${snapshot}/

use_bzip2	yes

checksums	md5     45ee54a8691310d16a4c54b9725a3657 \
		sha1    f7e8f4a965fff5b81989e0f79453687e310b32e3 \
		rmd160  2b96a618b2a1d63952e043f6b5796cee1b03e957

depends_lib     port:evas port:curl

livecheck.type		regex
livecheck.url		http://download.enlightenment.org/snapshots/
livecheck.version	${snapshot}
livecheck.regex		(\\d{4}-\\d{2}-\\d{2})/
