Download and Install pinentry version 0.7.2 on Mac OS X
Thursday the 3rd of July, 2008

    pinentry  most recent diff


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



      # $Id: Portfile 30252 2007-10-23 02:19:43Z jmpp macports.org $

      PortSystem 1.0
      Name: pinentry
      Version: 0.7.2
      Category: security
      Maintainers: nomaintainer
      Description: Passphrase entry dialog utilizing the Assuan protocol
      Long Description: This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project.

      Homepage: http://www.gnupg.org/aegypten2
      Platform: darwin
      master_sites gnupg

      checksums md5 55626ce13ed76d82ec5330d19bdf3ab4 sha1 aa113b08e315d22b6f70a634f459fdfbaa4dcaba rmd160 db667256801545ef065d9d47cafe5e67137fa6ce

      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --with-libiconv-prefix=${prefix} --with-ncurses-include-dir=${prefix}/include/ncurses --enable-pinentry-curses --disable-pinentry-gtk2 --disable-pinentry-gtk --disable-pinentry-qt

      depends_lib port:libiconv port:ncurses

      Variant: gtk1 {
      depends_lib port:gtk1
      configure.args-append --enable-pinentry-gtk --enable-fallback-curses
      }

      Variant: gtk2 {
      depends_lib lib:libgtk-x11-2.0:gtk2
      configure.args-append --enable-pinentry-gtk2 --enable-fallback-curses
      }

      Variant: qt3 {
      depends_lib lib:libqt-mt.3:qt3
      configure.env-append QTDIR=${prefix}/lib MOC=${prefix}/bin/moc
      configure.args-append --enable-pinentry-qt --enable-fallback-curses --with-qt-includes=${prefix}/include/qt3 --with-qt-libraries=${prefix}/lib
      }

      platform darwin {
      configure.args-append --disable-rpath
      }

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

     Where to find more information:

    Darwin Ports



    image test