[72127] trunk/dports/gnome

devans at macports.org devans at macports.org
Mon Oct 4 13:49:32 PDT 2010


Revision: 72127
          http://trac.macports.org/changeset/72127
Author:   devans at macports.org
Date:     2010-10-04 13:49:30 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
folks: new port, provides a library (libfolks) that aggregates people from multiple sources to create meta-contacts.

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

Added: trunk/dports/gnome/folks/Portfile
===================================================================
--- trunk/dports/gnome/folks/Portfile	                        (rev 0)
+++ trunk/dports/gnome/folks/Portfile	2010-10-04 20:49:30 UTC (rev 72127)
@@ -0,0 +1,38 @@
+# -*- 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            folks
+version         0.2.0
+# branch 0.3.0 has unstable API, don't upgrade until 0.4.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
+categories      gnome comms
+platforms       darwin
+maintainers     devans openmaintainer
+description     A library that aggregates people from multiple sources to create metacontacts.
+
+long_description \
+                Folks provides  a library (libfolks)  that aggregates people from multiple sources \
+                (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) \
+                to create metacontacts. libfolks is under heavy development and not yet API/ABI-stable.
+
+homepage        http://telepathy.freedesktop.org/wiki/Folks
+master_sites    gnome:sources/${name}/${branch}/
+
+use_bzip2       yes
+
+checksums       md5     8c66c03d942313db735f6eb375c2f71a \
+                sha1    5a9b5098b4251fc176b5816c40dc74b11553b8e3 \
+                rmd160  8a04af9de982913836ca407becba8e91b111a015
+
+depends_build   port:pkgconfig \
+                port:vala
+
+depends_lib     port:libgee \
+                port:telepathy-glib \
+                port:libxml2
+
+livecheck.type  regex
+livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/gnome/folks/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/20101004/ab759752/attachment.html>


More information about the macports-changes mailing list