Gnupg version 1.4.10 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.4.10

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The gnupg Portfile 58802 2009-10-05 17:47:30Z snc macports.org $

      PortSystem 1.0

      Name: gnupg
      Version: 1.4.10
      Category: mail security
      Maintainers: waqar
      Description: GNU pretty-good-privacy package
      Long Description: GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is a RFC2440 (OpenPGP) compliant application.
      Homepage: http://www.gnupg.org
      Platform: darwin freebsd sunos
      Master Sites: http://ftp.gnupg.org/gcrypt/gnupg/ ftp://ftp.gnupg.org/gcrypt/gnupg/ ftp://ftp.planetmirror.com/pub/gnupg/ ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/gnupg/

      use_bzip2 yes
      Checksums: ${distfiles} md5 dcf7ed712997888d616e029637bfc303 ${distfiles} sha1 fd1b6a5f3b2dd836b598a1123ac257b8f105615d ${distfiles} rmd160 d54063eaa5b25dc3c3f4ad924411ec69c25c1e62
      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-asm --disable-dynload --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} --with-zlib=${prefix} --with-bzip2=${prefix}

      depends_lib port:libiconv port:gettext port:readline port:zlib port:bzip2

      test.run yes
      test.dir ${worksrcpath}/checks
      test.target check

      Variant: idea {
      patch_sites-append http://www.gnupg.dk/contrib-dk
      patchfiles idea.c.gz
      checksums-append idea.c.gz md5 9dc3bc086824a8c7a331f35e09a3e57f idea.c.gz sha1 82fded4ec31b97b3b2dd22741880b67cfee40f84 idea.c.gz rmd160 e35be5a031d10d52341ac5f029d28f811edd908d
      patch.dir ${worksrcpath}/cipher
      patch.cmd cat
      patch.pre_args > idea.c
      }

      platform darwin 7 {
      depends_lib-append port:gnutar
      configure.args-append --with-tar=${prefix}/bin/gnutar
      }

      platform sunos {
      configure.args-delete --disable-asm --disable-dynload
      }

      livecheck.type regex
      livecheck.url ftp://ftp.gnupg.org/GnuPG/${name}/
      livecheck.regex ${name}-(1\\.\\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/gnupg
      % sudo port install gnupg
      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 gnupg
      ---> Verifying checksum for gnupg
      ---> Extracting gnupg
      ---> Configuring gnupg
      ---> Building gnupg with target all
      ---> Staging gnupg into destroot
      ---> Installing gnupg
    - 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 gnupg with these commands:
      %  man gnupg
      % apropos gnupg
      % which gnupg
      % locate gnupg

     Where to find more information:

    Darwin Ports



    Lightbox this page.