# -*- 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 78443 2011-05-08 02:51:29Z rmstonecipher@macports.org $

PortSystem          1.0

name                orc
version             0.4.14
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         rmstonecipher openmaintainer
categories          devel
platforms           darwin
homepage            http://code.entropywave.com/projects/orc/
master_sites        http://code.entropywave.com/download/orc/

checksums           md5     6b3ff209e9763ebe40e152538884bd71 \
                    sha1    fb9edd4978e4f9f4aef01d6ff43144e9a4800d0a \
                    rmd160  b2fc18059fed6ac51e511c18ad481cd1a5295fca

patchfiles          patch_configure.diff \
                    patch_orc-test_orcarray.c.diff \
                    patch_config.h.in.diff

configure.optflags-append -Xarch_i386 -O1

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