[71128] trunk/dports/gnome

devans at macports.org devans at macports.org
Thu Sep 2 01:56:29 PDT 2010


Revision: 71128
          http://trac.macports.org/changeset/71128
Author:   devans at macports.org
Date:     2010-09-02 01:56:28 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
libgdata: new port, a GLib-based library for accessing online service APIs using the GData protocol.

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

Added: trunk/dports/gnome/libgdata/Portfile
===================================================================
--- trunk/dports/gnome/libgdata/Portfile	                        (rev 0)
+++ trunk/dports/gnome/libgdata/Portfile	2010-09-02 08:56:28 UTC (rev 71128)
@@ -0,0 +1,39 @@
+# -*- 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            libgdata
+version         0.6.4
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     libgdata is a GLib-based library for accessing online service APIs using the \
+                GData protocol --- most notably, Google's services.
+
+long_description \
+                ${description} \
+                It provides APIs to access the common Google services, and has full asynchronous support.
+
+maintainers     devans openmaintainer
+categories      gnome net
+platforms       darwin
+homepage        http://live.gnome.org/TwoPointTwentynine/ExternalDependencies
+master_sites    gnome:sources/${name}/${branch}/
+
+use_bzip2       yes
+
+checksums       md5     7efdef75d1b59177d119f689522d00ba \
+                sha1    b464d798797fa6c9a52ad2dab3cd122702c76294 \
+                rmd160  cfd61e279dc5a6d3afc36bd5c5de9925ab3045d1
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gnome-doc-utils \
+                port:gtk-doc
+
+depends_lib     port:libsoup
+
+configure.args  --disable-introspection
+
+livecheck.type  regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/gnome/libgdata/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/20100902/5c994c96/attachment.html>


More information about the macports-changes mailing list