Download and Install py-fchksum version 1.7.1 on Mac OS X
Wednesday the 23rd of July, 2008

    py-fchksum  most recent diff


      View the most recent changes for the py-fchksum port at: py-fchksum.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-fchksum.
      The raw portfile for py-fchksum 1.7.1 is located here:
      http://py-fchksum.darwinports.com/dports/python/py-fchksum/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-fchksum
      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-fchksum
      Version: 1.7.1
      revision 1
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: Python module to find the checksum of files
      Long Description: fchksum is a Python module to find the checksum of files. Currently it supports md5, crc32, cksum, bsd-style sum, and sysv-style sum.

      Homepage: http://www.dakotacom.net/~donut/programs/fchksum.html
      master_sites http://www.dakotacom.net/~donut/programs/fchksum/
      distname python-fchksum-${version}
      checksums md5 5a7fdec9b6a04ef6d17962df2a74284b

      depends_lib-append lib:libz:zlib

      test.run no
      test.cmd ${build.cmd}
      test.target test

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} COPYING Changelog 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-fchksum
      % sudo port install py-fchksum
      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-fchksum
      ---> Verifying checksum for py-fchksum
      ---> Extracting py-fchksum
      ---> Configuring py-fchksum
      ---> Building py-fchksum with target all
      ---> Staging py-fchksum into destroot
      ---> Installing py-fchksum
    - 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-fchksum with these commands:
      %  man py-fchksum
      % apropos py-fchksum
      % which py-fchksum
      % locate py-fchksum

     Where to find more information:

    Darwin Ports



    image test