# -*- 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 67782 2010-05-18 10:52:42Z ryandesign@macports.org $

PortSystem          1.0

name                virtuoso
conflicts           unixODBC
version             6.1.1
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           md5     0695bffacf78e53733c27e96c9d7f9e7 \
                    sha1    8a51e4db4b185103e2a132949ad35a872c454025 \
                    rmd160  c21665e5d362880778f3bafad113ae502dfe65e3

use_parallel_build  no

depends_build       port:gawk

depends_lib         port:libiodbc

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+)+)
