Download and Install gpg-agent version 2.0.7 on Mac OS X
Saturday the 19th of July, 2008

    gpg-agent  most recent diff


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



      # $Id: Portfile 32369 2007-12-28 05:55:15Z boeyms macports.org $

      PortSystem 1.0

      Name: gpg-agent
      Version: 2.0.7
      Category: security mail
      Maintainers: boeyms openmaintainer
      Description: GPG key agent
      Long Description: gpg-agent is a key management agent similar in function to ssh-agent.
      Homepage: http://www.gnupg.org
      Platform: darwin freebsd sunos
      distname gnupg-${version}
      master_sites gnupg:gnupg

      use_bzip2 yes
      checksums md5 433de7aca1f5d4342121ea09d98a2360 sha1 f7d9ae7695bd9b849475b482bb7b027ec6fadbae rmd160 70bd8dbf52fe2ccc9d89791c374a5507f6a61ee8


      configure.args --enable-agent-only --with-pinentry-pgm=${prefix}/bin/pinentry

      depends_lib port:libiconv port:gettext port:zlib port:bzip2 port:bison port:libassuan port:libksba port:libgcrypt port:libgpg-error port:pth port:pinentry

      patchfiles patch-po_Makevars.diff

      platform darwin {
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
      }

      platform darwin 7 {
      configure.ldflags-append "-framework IOKit"
      }

      Variant: no_pinentry description {Do not use pinentry to handle user input} {
      depends_lib-delete port:pinentry
      configure.args-delete --with-pinentry-pgm=${prefix}/bin/pinentry
      }

      livecheck.check regex
      livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/gnupg/?O=D
      livecheck.regex gnupg-(\\d+\\.\\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/gpg-agent
      % sudo port install gpg-agent
      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 gpg-agent
      ---> Verifying checksum for gpg-agent
      ---> Extracting gpg-agent
      ---> Configuring gpg-agent
      ---> Building gpg-agent with target all
      ---> Staging gpg-agent into destroot
      ---> Installing gpg-agent
    - 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 gpg-agent with these commands:
      %  man gpg-agent
      % apropos gpg-agent
      % which gpg-agent
      % locate gpg-agent

     Where to find more information:

    Darwin Ports



    image test