# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 77482 2011-04-01 02:07:00Z snc@macports.org $

PortSystem          1.0

name                virtuoso
version             6.1.3
categories          devel
maintainers         snc openmaintainer
license             GPL
description         a high-performance object-relational SQL database
long_description    Virtuoso is an enterprise-grade server that delivers a platform \
                    for Data Access, Integration and Management.
platforms           darwin
homepage            http://${name}.openlinksw.com/dataspace/dav/wiki/Main/
master_sites        http://downloads.sourceforge.net/project/${name}/${name}/${version}
distname            ${name}-opensource-${version}

checksums           sha1    27e0b29e690ddf766941067ef861a7bf166aeac5 \
                    rmd160  eaae429e90c6735e7b6c06b838e56b031802d37f

use_parallel_build  no

depends_build       port:gawk

depends_lib         port:libiodbc port:openssl

livecheck.url       http://sourceforge.net/api/file/index/project-id/161622/mtime/desc/rss?path=/virtuoso
livecheck.type      regex
livecheck.regex     ${name}/(\\d+(\\.\\d+)+)/${name}-opensource-(\\d+(\\.\\d+)+)
