# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 65848 2010-04-02 03:38:58Z rmsfisher@macports.org $

PortSystem          1.0

name                orc
version             0.4.4
description         Orc - The Oil Runtime Compiler
long_description    Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data.
maintainers         rmsfisher openmaintainer
categories          devel
platforms           darwin
homepage            http://code.entropywave.com/projects/orc/
master_sites        http://code.entropywave.com/download/orc/
checksums           md5     35f3b7283f391ab8ade7f94332940414 \
                    sha1    9fa67deb0326312d7719ddf1dc6087ec81e90844 \
                    rmd160  64c0f0a4601090d4d5c49a71cdaea629214db726

depends_lib         port:liboil

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
