# $Id: Portfile 68578 2010-06-07 00:04:17Z ryandesign@macports.org $

PortSystem              1.0

name                    embryo
version                 0.9.9.49539
set snapshot            2010-06-07
maintainers             nomaintainer
categories              devel lang
platforms               darwin

description             A C like scripting language

long_description        Embryo implements a C like scripting language \
                        used in various parts of the Enlightenment project, \
                        namely Edje. Embryo\'s scripting language is based \
                        on CompuPhase\'s Small language that was introduced \
                        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.

homepage                http://trac.enlightenment.org/e/wiki/Embryo
master_sites            http://download.enlightenment.org/snapshots/${snapshot}/

use_bzip2               yes

checksums               md5     270092a1daec7e229596e744c43e0c3b \
                        sha1    be77c2f064c5d385ee640710690db8a679dba52c \
                        rmd160  d86c49a0ef0545082e131138c65526a974948dc4

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