[54948] trunk/dports/gnome

devans at macports.org devans at macports.org
Tue Aug 4 16:18:16 PDT 2009


Revision: 54948
          http://trac.macports.org/changeset/54948
Author:   devans at macports.org
Date:     2009-08-04 16:18:16 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
empathy: new port, version 2.26.2.

Added Paths:
-----------
    trunk/dports/gnome/empathy/
    trunk/dports/gnome/empathy/Portfile

Added: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile	                        (rev 0)
+++ trunk/dports/gnome/empathy/Portfile	2009-08-04 23:18:16 UTC (rev 54948)
@@ -0,0 +1,66 @@
+# -*- 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		empathy
+version		2.26.2
+set branch	[join [lrange [split ${version} .] 0 1] .]
+description	Empathy is an instant-messaging(chat) program for GNOME
+long_description \
+                Empathy is an instant-messaging(chat) program which supports text, \
+                voice, video, file transfers, and inter-application communication (tubes) \
+                over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc).
+maintainers	devans openmaintainer
+categories	gnome
+platforms	darwin
+homepage	http://live.gnome.org/Empathy
+master_sites    gnome:sources/${name}/${branch}/
+
+checksums       md5     7d42b4c54373c3706a3da301cd616329 \
+                sha1    d2eb4de3d3efd7728dc28eb16dfe60c64141be70 \
+                rmd160  58d995c9e616aa5d429dde9fad5861d66a33521f
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gnome-doc-utils \
+                port:gtk-doc
+
+depends_lib     port:gconf \
+                port:libglade2 \
+                port:gnome-panel \
+                port:telepathy-glib \
+                port:telepathy-mission-control \
+                port:telepathy-haze \
+                port:telepathy-farsight \
+                port:enchant \
+                port:iso-codes \
+                port:libnotify \
+                port:evolution-data-server \
+                port:libcanberra \
+                port:gst-plugins-good \
+                port:gst-plugins-bad \
+                port:py25-gtk \
+                port:xorg-libX11
+
+use_bzip2 	yes
+
+configure.args  --mandir=${prefix}/share/man \
+                --x-includes=${prefix}/include \
+                --x-libraries=${prefix}/lib \
+                --disable-scrollkeeper \
+                --disable-schemas-install \
+                --with-compile-warnings=yes
+
+configure.python ${prefix}/bin/python2.5
+
+post-activate {
+   system "scrollkeeper-update"
+   system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/gnome/empathy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/ed0cbdea/attachment-0001.html>


More information about the macports-changes mailing list