# -*- 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 117776 2014-03-12 17:34:03Z devans@macports.org $

PortSystem      1.0

name            telepathy-farstream
version         0.6.1
license         LGPL-2.1+
description     The ${name} component of Telepathy - a Flexible Communications Framework
long_description \
                ${description} \
                Telepathy Farstream is a Telepathy client library that uses Farstream \
                to handle Call channels.

maintainers     devans openmaintainer
categories      comms
platforms       darwin
homepage        http://www.freedesktop.org/wiki/Software/Farstream/
master_sites    http://telepathy.freedesktop.org/releases/${name}/

checksums       rmd160  f2773ba051bbb2264a10b368dca373f83bffd533 \
                sha256  a3d26f37ae0e60c40ce9607a3cf411353307258b4a984cef66c1aade1bb54845

depends_build   port:pkgconfig \
                port:libxslt

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:telepathy-glib \
                port:dbus-glib \
                port:farstream \
                port:gobject-introspection

configure.args  --enable-introspection=yes \
                --disable-silent-rules

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
