# -*- 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: Portfile 83350 2011-08-30 05:22:31Z dports@macports.org $

PortSystem      1.0

name            libgnome-keyring
version         2.30.1
revision        1
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     devans openmaintainer
categories      gnome
platforms       darwin
license         GPL-2+ LGPL-2+
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 \
                port:eggdbus

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
