gnupg version 1.4.8 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gnupg  most recent diff


      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.8 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
      Google
      Web Darwinports.com



      # $Id: Portfile 33291 2008-01-22 21:59:20Z blair macports.org $

      PortSystem 1.0
      Name: gnupg
      Version: 1.4.8
      Category: mail security
      Maintainers: waqar macports.org
      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 e5be39ea81bb07de006e7dd44439cb76 ${distfiles} sha1 4b63267358e5c70f05b48e27d6877bad2636cabd ${distfiles} rmd160 75228c02ea1999494232cb2eb2107951d1602c4d
      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.check regex
      livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
      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



    image test