pinentry ------------------------------------------ This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project; see http://www.gnupg.org/aegypten/ for details. There are programs for different toolkits available. For all GUIs it is automatically detected which modules can be built, but it can also be requested explicitely. GUI OPTION DEPENDENCIES Curses --enable-pinentry-curses Curses library, for example ncurses GTK+ V2.0 --enable-pinentry-gtk2 Gimp Toolkit Library, Version 2.0 eg. libgtk-x11-2.0 and libglib-2.0 The GTK+ pinentry can fall back to the curses mode. ------------------------------------------- Runtime requirements: cygwin gnupg ncurses gtk2-x11 libiconv2 libintl8 Canonical homepage: http://www.gnupg.org/ Canonical download: ftp://ftp.gnupg.org/gcrypt/pinentry ------------------------------------------- Build instructions: unpack pinentry-0.7.5-1-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically - To rebuild the binary and source archiv type: $ cd /usr/src $ cygport pinentry-0.7.5-1 all (Or if you like to sign patch and build script type instead:) $ SIG=1 cygport pinentry-0.7.5-1 all This will create: /usr/src/pinentry-0.7.5-1.tar.bz2 /usr/src/pinentry-0.7.5-1-src.tar.bz2 - To get the modified source to build the cygwin executables type: $ cd /usr/src $ cygport pinentry-0.7.5-1 prep This will unpack and patch pinentry to: /usr/src/pinentry-0.7.5-1/src ------------------------------------------- Port Notes: Chech the cyport file. ----- version 0.7.5-1 ----- Initial release. * Contains only pinentry-curses and pinentry-gtk2 ------------------------------------------- Cygwin port maintained by: * Eric Lassauge