Added: trunk/dports/comms/telepathy-gabble/Portfile (0 => 72050)
--- trunk/dports/comms/telepathy-gabble/Portfile (rev 0)
+++ trunk/dports/comms/telepathy-gabble/Portfile 2010-10-01 06:42:46 UTC (rev 72050)
@@ -0,0 +1,44 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name telepathy-gabble
+version 0.10.1
+description The ${name} component of Telepathy - a Flexible Communications Framework
+long_description \
+ Gabble is a Jabber/XMPP connection manager that handles single- and multi-user \
+ chats and voice/video calls.
+maintainers devans openmaintainer
+categories comms
+platforms darwin
+homepage http://telepathy.freedesktop.org/wiki/
+master_sites http://telepathy.freedesktop.org/releases/${name}/
+
+checksums md5 bf06fcebbb2d4bfb0359302f70a8e493 \
+ sha1 bd11eaf3bfd2fb1fbbf20553af7accda1664987c \
+ rmd160 8eabc794cb2e4719216633e79a417ec2943ae005
+
+depends_build port:pkgconfig \
+ port:gtk-doc
+
+depends_lib port:telepathy-glib \
+ port:libxslt \
+ port:py26-twisted \
+ port:libsoup \
+ port:libnice \
+ port:cyrus-sasl2
+
+patchfiles patch-configure.diff
+
+configure.python ${prefix}/bin/python2.6
+
+configure.env-append \
+ UUID_CFLAGS=-I/usr/include/uuid \
+ UUID_LIBS=/usr/lib/libSystem.B.dylib
+
+configure.args --disable-silent-rules
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/comms/telepathy-gabble/Portfile
___________________________________________________________________
Added: trunk/dports/comms/telepathy-gabble/files/patch-configure.diff (0 => 72050)
--- trunk/dports/comms/telepathy-gabble/files/patch-configure.diff (rev 0)
+++ trunk/dports/comms/telepathy-gabble/files/patch-configure.diff 2010-10-01 06:42:46 UTC (rev 72050)
@@ -0,0 +1,14 @@
+--- configure.orig 2010-09-16 05:54:09.000000000 -0700
++++ configure 2010-09-21 13:49:27.000000000 -0700
+@@ -12964,9 +12964,9 @@
+
+
+
+- PYTHON_PREFIX='${prefix}'
++ PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
+
+- PYTHON_EXEC_PREFIX='${exec_prefix}'
++ PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
+
+
+