# $Id: Portfile 64465 2010-03-06 19:59:57Z rmsfisher@macports.org $

PortSystem 1.0

name                raptor
version             1.4.21
description         Raptor RDF Parser Toolkit
long_description    Raptor is an open source C library that provides a set of \
                    parsers and serializers that generate Resource Description \
                    Framework (RDF) triples by parsing syntaxes or serializing \
                    the triples into a syntax.
maintainers         nomaintainer
categories          www
platforms           darwin
homepage            http://librdf.org/raptor/
master_sites        http://download.librdf.org/source/
checksums           md5     992061488af7a9e2d933df6b694bb876 \
                    sha1    f8a82c6e9a342d0cc9772a02562c5e29c2c9b737 \
                    rmd160  f2ee591e3e9e008b496d6b7bf78f1293173bf7ed
depends_lib         port:curl \
                    port:libiconv \
                    port:libxml2 \
                    port:libxslt \
                    port:openssl \
                    port:zlib
test.run            yes
test.target         check
livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
