Py-fcrypt version 1.3.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    py-fcrypt  most recent diff


    version 1.3.1

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


      The py-fcrypt Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-fcrypt
      Version: 1.3.1
      Revision: 1
      Category: python sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: python implementation of the Unix DES password crypt function
      Long Description: A pure Python implementation of the Unix DES password crypt function, based on Eric Young's fcrypt.c. It works with any version of Python from version 1.5 or higher, and because it's pure Python it doesn't need a C compiler to install it.

      Homepage: http://home.clear.net.nz/pages/c.evans/sw/#python-fcrypt
      Master Sites: http://home.clear.net.nz/pages/c.evans/sw/
      distname fcrypt-${version}
      Checksums: md5 41da4b31b45e753183b799b7091b5e92

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README ${destroot}${prefix}/share/doc/${name}
      }

    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/py-fcrypt
      % sudo port install py-fcrypt
      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 py-fcrypt
      ---> Verifying checksum for py-fcrypt
      ---> Extracting py-fcrypt
      ---> Configuring py-fcrypt
      ---> Building py-fcrypt with target all
      ---> Staging py-fcrypt into destroot
      ---> Installing py-fcrypt
    - 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 py-fcrypt with these commands:
      %  man py-fcrypt
      % apropos py-fcrypt
      % which py-fcrypt
      % locate py-fcrypt

     Where to find more information:

    Darwin Ports



    Lightbox this page.