Download and Install py-ezpycrypto version 0.1.1 on Mac OS X
Friday the 25th of July, 2008

    py-ezpycrypto  most recent diff


      View the most recent changes for the py-ezpycrypto port at: py-ezpycrypto.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-ezpycrypto.
      The raw portfile for py-ezpycrypto 0.1.1 is located here:
      http://py-ezpycrypto.darwinports.com/dports/python/py-ezpycrypto/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-ezpycrypto
      Google
      Web Darwinports.com



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-ezpycrypto
      Version: 0.1.1
      revision 1
      Category: python security
      Platform: darwin
      Maintainers: nomaintainer
      Description: high-level encryption python module building upon py-crypto
      Long Description: ezPyCrypto is a high-level encryption library for Python that makes your job of securing data easy and effortless. As a reaction to some other crypto libraries, which can be painfully complex to understand and use, ezPyCrypto has been designed from the ground up for absolute ease of use, without compromising security.

      Homepage: http://www.freenet.org.nz/ezPyCrypto/
      master_sites ${homepage}
      distname ezPyCrypto-${version}
      checksums md5 6e30f9e6a16aca849431568e1a5b0ee1

      depends_lib-append port:py-crypto

      test.run yes
      test.cmd ${python.bin}
      test.env PYTHONPATH=${worksrcpath}/build/lib
      test.target example?.py

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} example1.py example2.py example3.py example4.py example5.py example6.py example7.py example8.py ${destroot}${prefix}/share/doc/${name}/examples
      }

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

     Where to find more information:

    Darwin Ports



    image test