# -*- 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

PortSystem      1.0

name            telepathy-rakia
version         0.8.0
revision        1
license         LGPL-2.1
categories      comms
maintainers     {devans @dbevans} openmaintainer
platforms       darwin
homepage        https://telepathy.freedesktop.org/wiki/Components/
master_sites    https://telepathy.freedesktop.org/releases/${name}

description     Telepathy-Rakia is a SIP connection manager (protocol plugin) \
                for the Telepathy framework.

long_description \
                $description \
                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.

checksums       rmd160  306e6187f2b8ff6b9811c6b873df96200a313ab0 \
                sha256  1baebcd391e0ba199f2f6faa2c99b53ba03e732e80290827de5e42889473bda1

patchfiles      patch-configure.diff

depends_build   port:pkgconfig

depends_lib     port:telepathy-glib \
                port:sofia-sip \
                port:py27-twisted

configure.python \
                ${prefix}/bin/python2.7

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