Gnome-keyring version 2.26.3 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gnome-keyring  most recent diff


    version 2.26.3

      View the most recent changes for the gnome-keyring port at: gnome-keyring.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gnome-keyring.
      The raw portfile for gnome-keyring 2.26.3 is located here:
      http://gnome-keyring.darwinports.com/dports/gnome/gnome-keyring/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gnome-keyring


      # -*- 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
      The gnome-keyring Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: gnome-keyring
      Version: 2.26.3
      set branch [join [lrange [split ${version} .] 0 1] .]
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Description: GNOME program for storing passwords.

      Long Description: gnome-keyring is a program that keep password and other secrets for users. It is run as a daemon in the session, similar to ssh-agent, andother applications can locate it by an environment variable.

      Homepage: http://live.gnome.org/GnomeKeyring/
      Master Sites: gnome:sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 d7639185dce46c26cf2e7d2a75028f78 sha1 c07136f0757937a7fe6989cbdf3bf8103da55364 rmd160 323cf0fe5f11260573e0d20998c879380f4c2122

      depends_build port:pkgconfig port:intltool

      depends_lib port:libgcrypt port:libtasn1 port:gconf

      configure.args --disable-schemas-install

      test.run yes
      test.target check

      pre-test {
      if {! [variant_isset test]} {
      return -code 1 "You must enable test variant to test this port."
      }
      }

      Variant: test description {Enable build of tests} {
      configure.args-append --enable-tests
      }

      post-activate {
      system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
      }

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

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gnome-keyring
      % sudo port install gnome-keyring
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gnome-keyring
      ---> Verifying checksum for gnome-keyring
      ---> Extracting gnome-keyring
      ---> Configuring gnome-keyring
      ---> Building gnome-keyring with target all
      ---> Staging gnome-keyring into destroot
      ---> Installing gnome-keyring
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gnome-keyring with these commands:
      %  man gnome-keyring
      % apropos gnome-keyring
      % which gnome-keyring
      % locate gnome-keyring

     Where to find more information:

    Darwin Ports



    Lightbox this page.