# -*- 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 77779 2011-04-12 14:35:49Z devans@macports.org $

PortSystem 1.0

name            telepathy-idle
version         0.1.9
description     The ${name} IRC connection manager component of Telepathy - a Flexible Communications Framework

long_description \
                Idle implements the Telepathy D-Bus specification for Internet Relay Chat, allowing Telepathy \
                clients like Empathy to connect to IRC servers.

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

checksums       md5     423f2cc0481bdb32facb850eaf586ff2 \
                sha1    1f1349922ab45074de99b063a7483ebb0fc6e695 \
                rmd160  ad266aa09827e93bf06de3330b20000f710fe8a4

depends_build   port:pkgconfig \
                port:libxslt \
                port:gtk-doc

depends_lib     port:telepathy-glib \
                port:py26-twisted \
                port:openssl

patchfiles      patch-configure.diff \
                patch-src-idle-parser.c.diff

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

configure.args  --disable-silent-rules

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