[110172] trunk/dports/gnome

devans at macports.org devans at macports.org
Tue Aug 27 12:55:24 PDT 2013


Revision: 110172
          https://trac.macports.org/changeset/110172
Author:   devans at macports.org
Date:     2013-08-27 12:55:24 -0700 (Tue, 27 Aug 2013)
Log Message:
-----------
libsocialweb: new port, a personal social data server.

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

Added: trunk/dports/gnome/libsocialweb/Portfile
===================================================================
--- trunk/dports/gnome/libsocialweb/Portfile	                        (rev 0)
+++ trunk/dports/gnome/libsocialweb/Portfile	2013-08-27 19:55:24 UTC (rev 110172)
@@ -0,0 +1,40 @@
+# -*- 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                libsocialweb
+version             0.25.21
+license             LGPL-2.1
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         A personal social data server.
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          gnome devel
+platforms           darwin
+homepage            https://wiki.gnome.org/Librest
+master_sites        gnome:sources/${name}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  072dbfbc75cc55bb081694efc63e3f9f86854448 \
+                    sha256  f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687
+
+depends_build       port:pkgconfig \
+                    port:intltool
+
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gconf \
+                    port:dbus-glib \
+                    port:json-glib \
+                    port:libsoup \
+                    port:libgnome-keyring \
+                    port:rest \
+                    port:gobject-introspection
+
+configure.args      --enable-all-services \
+                    --enable-introspection=yes \
+                    --enable-vala-bindings \
+                    --disable-silent-rules
+
+livecheck.type      gnome-with-unstable


Property changes on: trunk/dports/gnome/libsocialweb/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/20130827/3fc5e25f/attachment-0001.html>


More information about the macports-changes mailing list