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

    pinentry  most recent diff


    version 0.7.6

      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.6 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


      # -*- 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 pinentry Portfile 57869 2009-09-17 22:01:18Z blb macports.org $

      PortSystem 1.0

      Name: pinentry
      Version: 0.7.6
      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 5a4f676375fa882009da02013d77210f sha1 0c525ce81e5589bc9a4f2eb72705bed2b3e9a8b9 rmd160 6e69eee88b5cbb919ced79971cd4794f5e659023

      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 description {Enable gtk1 pinentry} {
      depends_lib port:gtk1
      configure.args-append --enable-pinentry-gtk --enable-fallback-curses
      }

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

      Variant: qt3 description {Enable qt3 pinentry} {
      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.type 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



    Lightbox this page.