Download and Install bdump version 3.5 on Mac OS X
Monday the 8th of September, 2008

    bdump  most recent diff


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



      # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp macports.org $

      PortSystem 1.0

      Name: bdump
      Version: 3.5
      Category: sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: allows viwing hex and ASCII formats side by side
      Long Description: A replacement for od for viewing binary files. Allows viewing hex and ASCII formats side by side.

      Homepage: http://www.braham.net/Phil/linux_utils.html
      master_sites http://www.braham.net/Phil/Linux_utils/bdump/
      distname ${name}
      checksums md5 df6d2abbd7179fddef660f1b85ff4a7d
      use_zip yes

      worksrcdir

      use_configure no

      build {
      system "cd ${worksrcpath} && cc bdump.c -o bdump"
      }

      destroot {
      xinstall -m 755 ${worksrcpath}/bdump ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/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/bdump
      % sudo port install bdump
      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 bdump
      ---> Verifying checksum for bdump
      ---> Extracting bdump
      ---> Configuring bdump
      ---> Building bdump with target all
      ---> Staging bdump into destroot
      ---> Installing bdump
    - 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 bdump with these commands:
      %  man bdump
      % apropos bdump
      % which bdump
      % locate bdump

     Where to find more information:

    Darwin Ports



    image test