Ticket #26122: Portfile

File Portfile, 1.7 KB (added by louis-francis.ratte-boulianne@…, 14 years ago)

Portfile

Line 
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
4PortSystem 1.0
5
6name            telepathy-gabble
7version         0.9.15
8description     The ${name} XMPP component of Telepathy - a Flexible Communications Framework.
9long_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.
15maintainers     devans openmaintainer
16categories      comms
17platforms       darwin
18homepage        http://telepathy.freedesktop.org/wiki
19master_sites    http://telepathy.freedesktop.org/releases/${name}/
20
21checksums       md5   99d37fdf3f5a337124f99817e9b26e9e \
22                sha1  ab4002708d14074a242874bfb907f3949eb6d43d \
23                rmd160  d202a0fc67e68efbf7d09ec4c9ee377a22b4c177
24
25depends_build   port:pkgconfig \
26                port:gnome-doc-utils \
27                port:gtk-doc \
28                port:python26
29
30depends_lib     port:telepathy-glib \
31                port:libnice \
32                port:libsoup
33
34configure.python ${prefix}/bin/python2.6
35
36patchfiles      patch-optout-uuid.diff \
37                patch-gio-socket-block-bug.diff
38use_autoreconf  yes
39
40use_parallel_build yes
41
42livecheck.type  regex
43livecheck.url   ${master_sites}
44livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"