[110171] trunk/dports/gnome
devans at macports.org
devans at macports.org
Tue Aug 27 12:49:23 PDT 2013
Revision: 110171
https://trac.macports.org/changeset/110171
Author: devans at macports.org
Date: 2013-08-27 12:49:23 -0700 (Tue, 27 Aug 2013)
Log Message:
-----------
rest: new port, helps accessing web services that claim to be RESTful.
Added Paths:
-----------
trunk/dports/gnome/rest/
trunk/dports/gnome/rest/Portfile
Added: trunk/dports/gnome/rest/Portfile
===================================================================
--- trunk/dports/gnome/rest/Portfile (rev 0)
+++ trunk/dports/gnome/rest/Portfile 2013-08-27 19:49:23 UTC (rev 110171)
@@ -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 rest
+version 0.7.12
+license LGPL-2.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+description A library that makes it easier to access web services that \
+ claim to be RESTful.
+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 377175439158bc9c7ad65dc107b33143f76f86d5 \
+ sha256 16ffa4929078dabfcfac31f9ce942072ebab67e3339ce9f378127457b03baf3a
+
+depends_build port:pkgconfig \
+ port:intltool
+
+depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:libxml2 \
+ port:libsoup \
+ port:gobject-introspection
+
+depends_run port:curl-ca-bundle
+
+configure.args --enable-introspection=yes \
+ --enable-gnome \
+ --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
+
+livecheck.type gnome-with-unstable
Property changes on: trunk/dports/gnome/rest/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/8bfd56dc/attachment.html>
More information about the macports-changes
mailing list