[70512] trunk/dports/gnome

devans at macports.org devans at macports.org
Wed Aug 11 17:22:37 PDT 2010


Revision: 70512
          http://trac.macports.org/changeset/70512
Author:   devans at macports.org
Date:     2010-08-11 17:22:36 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
New port libgnome-keyring containing the client API to the gnome-keyring daemon
which was split from that port in GNOME 2.30. Ports that previously depended on
gnome-keyring should now depend on this port instead unless they need to access
the daemon internals directly.  Port gnome-keyring now contains only the daemon code.

Added Paths:
-----------
    trunk/dports/gnome/libgnome-keyring/
    trunk/dports/gnome/libgnome-keyring/Portfile

Added: trunk/dports/gnome/libgnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/libgnome-keyring/Portfile	                        (rev 0)
+++ trunk/dports/gnome/libgnome-keyring/Portfile	2010-08-12 00:22:36 UTC (rev 70512)
@@ -0,0 +1,35 @@
+# -*- 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            libgnome-keyring
+version         2.30.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+description     GNOME compatibility library for accessing secrets
+
+long_description \
+    gnome-keyring is a program that stores passwords and other secrets \
+    for users. It is run as a daemon in the session. This library \
+    provides an interface to the daemon for client applications.
+
+homepage        http://live.gnome.org/GnomeKeyring/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
+
+checksums       md5     11ce9e5ca66cf934e243ddd68f52adc9 \
+                sha1    ca1155ab336239a60181c7a64d46b0368cd596e8 \
+                rmd160  b83bb3c4a30aa91a113fe2f04554eb55c97c6787
+
+depends_build   port:pkgconfig \
+                port:intltool
+
+depends_lib     port:libgcrypt \
+                port:gnome-keyring
+
+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/libgnome-keyring/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/20100811/ef27cd7d/attachment.html>


More information about the macports-changes mailing list