[79881] trunk/dports/gnome

jeremyhu at macports.org jeremyhu at macports.org
Tue Jun 28 19:36:58 PDT 2011


Revision: 79881
          http://trac.macports.org/changeset/79881
Author:   jeremyhu at macports.org
Date:     2011-06-28 19:36:57 -0700 (Tue, 28 Jun 2011)
Log Message:
-----------
glib-networking: New port to support TLS gio #29962

Added Paths:
-----------
    trunk/dports/gnome/glib-networking/
    trunk/dports/gnome/glib-networking/Portfile

Added: trunk/dports/gnome/glib-networking/Portfile
===================================================================
--- trunk/dports/gnome/glib-networking/Portfile	                        (rev 0)
+++ trunk/dports/gnome/glib-networking/Portfile	2011-06-29 02:36:57 UTC (rev 79881)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem  1.0
+
+name            glib-networking
+version         2.28.7
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     Network-related giomodules for glib
+long_description ${description}
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/${name}/${branch}/
+
+checksums           md5     c10e51571d03c10111a37bcd21fbf777 \
+                    sha1    711d548a88dffb4c3be7ffa1d515ef3efccedc62 \
+                    rmd160  059f5956c96de586db6f457d52909420b0a86f7d
+
+depends_lib     port:glib2 \
+                port:gnutls \
+                port:curl-ca-bundle
+
+use_bzip2 	yes
+
+configure.args \
+    --without-ca-certificates
+
+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/glib-networking/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/20110628/929f6c34/attachment.html>


More information about the macports-changes mailing list