# -*- 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 77463 2011-03-31 15:28:55Z singingwolfboy@macports.org $

PortSystem          1.0

name                gobject-introspection
version             0.10.6
set branch          [join [lrange [split ${version} .] 0 1] .]
categories          gnome
platforms           darwin
maintainers         singingwolfboy openmaintainer
description         GObject Introspection

long_description    Gobject Introspection acts as a bridge between low-level C+GObject code and \
                    a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.). 

homepage            http://live.gnome.org/GObjectIntrospection
master_sites        gnome:sources/${name}/${branch}/
use_bzip2           yes

checksums           md5     73a4b44d25f62f751825b30c621103ce \
                    sha1    df724aaa40f945c2519099a5594c66c91085e150 \
                    rmd160  16e6325ea27a49b9adcd635da62bc5aaf1de43e4

depends_build       port:pkgconfig

depends_lib         path:lib/pkgconfig/cairo.pc:cairo \
                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                    port:libffi

livecheck.type      regex
livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
