1 | # -*- 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 |
---|
2 | # $Id: Portfile 59690 2009-10-20 04:11:43Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name telepathy-gabble |
---|
7 | version 0.9.15 |
---|
8 | description The ${name} XMPP component of Telepathy - a Flexible Communications Framework. |
---|
9 | long_description \ |
---|
10 | The ${name} XMPP component of Telepathy - a Flexible Communications Framework. \ |
---|
11 | The Telepathy project is building a unified framework for many \ |
---|
12 | different kinds of real-time communications. It uses the D-Bus \ |
---|
13 | messaging system to provide a simple interface for client applications, \ |
---|
14 | allowing them to quickly take advantage of Telepathy's benefits. |
---|
15 | maintainers devans openmaintainer |
---|
16 | categories comms |
---|
17 | platforms darwin |
---|
18 | homepage http://telepathy.freedesktop.org/wiki |
---|
19 | master_sites http://telepathy.freedesktop.org/releases/${name}/ |
---|
20 | |
---|
21 | checksums md5 99d37fdf3f5a337124f99817e9b26e9e \ |
---|
22 | sha1 ab4002708d14074a242874bfb907f3949eb6d43d \ |
---|
23 | rmd160 d202a0fc67e68efbf7d09ec4c9ee377a22b4c177 |
---|
24 | |
---|
25 | depends_build port:pkgconfig \ |
---|
26 | port:gnome-doc-utils \ |
---|
27 | port:gtk-doc \ |
---|
28 | port:python26 |
---|
29 | |
---|
30 | depends_lib port:telepathy-glib \ |
---|
31 | port:libnice \ |
---|
32 | port:libsoup |
---|
33 | |
---|
34 | configure.python ${prefix}/bin/python2.6 |
---|
35 | |
---|
36 | patchfiles patch-optout-uuid.diff \ |
---|
37 | patch-gio-socket-block-bug.diff |
---|
38 | use_autoreconf yes |
---|
39 | |
---|
40 | use_parallel_build yes |
---|
41 | |
---|
42 | livecheck.type regex |
---|
43 | livecheck.url ${master_sites} |
---|
44 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|