# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 55711 2009-08-17 15:27:07Z devans@macports.org $

PortSystem 1.0

name            telepathy-glib
version         0.7.34
description     The ${name} component of Telepathy - a Flexible Communications Framework.
long_description \
                The ${name} component of Telepathy - a Flexible Communications Framework. \
                The Telepathy project is building a unified framework for many \
                different kinds of real-time communications. It uses the D-Bus \
                messaging system to provide a simple interface for client applications, \
                allowing them to quickly take advantage of Telepathy's benefits.
maintainers     devans openmaintainer
categories      comms
platforms       darwin
homepage        http://telepathy.freedesktop.org/wiki
master_sites    http://telepathy.freedesktop.org/releases/${name}/

checksums       md5     a655531426dabd8cf453590069497d04 \
                sha1    cfb668143420c4d1d29f9244dcd355cc6824d8d5 \
                rmd160  f11ff6f93791d803368b1133ab50ade5eaafb0ee

depends_build   port:pkgconfig \
                port:gnome-doc-utils \
                port:gtk-doc \
                port:python25

depends_lib     port:dbus-glib

configure.python ${prefix}/bin/python2.5

use_parallel_build no

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