Download and Install py-bitdecoder version 0.5.1 on Mac OS X
Wednesday the 27th of August, 2008

    py-bitdecoder  most recent diff


      View the most recent changes for the py-bitdecoder port at: py-bitdecoder.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-bitdecoder.
      The raw portfile for py-bitdecoder 0.5.1 is located here:
      http://py-bitdecoder.darwinports.com/dports/python/py-bitdecoder/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-bitdecoder
      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-bitdecoder
      Version: 0.5.1
      revision 1
      Category: python devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: python module and program to decode bits to human readable text
      Long Description: BitDecoder is a simple program to decode bits to some human readable text. It is also available as a python module.

      Homepage: http://baruch.ev-en.org/proj/bitdecoder.html
      master_sites http://baruch.ev-en.org/proj/
      distname BitDecoder-${version}
      checksums md5 0d7b66cd59ef115388998da3ca8d672b

      post-build {
      reinplace "s|/usr/bin/python|${python.bin}|g" ${worksrcpath}/bitdecoder
      }

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

     Where to find more information:

    Darwin Ports



    image test