# -*- 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 55088 2009-08-06 19:03:33Z devans@macports.org $

PortSystem      1.0

name            telepathy-sofiasip
set sfname      tp-sofiasip
version         0.5.15
categories      comms
maintainers     devans openmaintainer
platforms       darwin
homepage        http://tp-sofiasip.sourceforge.net/
master_sites    sourceforge:${sfname}

description     Telepathy-SofiaSIP 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       md5     cb953dec2c5374c3161a86b136e27ef5 \
                sha1    2b189f2f5275bf637f7ee5106d70a81890ce9d11 \
                rmd160  11a0a2ae4c5146aa3a271c2a666abfe9e298a3c4

depends_build   port:pkgconfig \
                port:gtk-doc

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

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

livecheck.regex "<title>$name .* (\\d+(?:\\.\\d+)*) released.*</title>"
