bzip2 version 1.0.4 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    bzip2  most recent diff


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



      # $Id: Portfile 32257 2007-12-23 09:39:21Z ryandesign macports.org $

      PortSystem 1.0
      Name: bzip2
      Version: 1.0.4
      revision 1
      Platform: darwin freebsd linux sunos
      Category: sysutils archivers
      Maintainers: ryandesign openmaintainer
      Description: bzip2 compression library and tools

      Homepage: http://www.bzip.org/
      master_sites http://www.bzip.org/${version}/
      checksums md5 fc310b254f6ba5fbb5da018f04533688 sha1 f2388ec8f2c506e02aa89e67577b3c6331cbaa4c rmd160 438365cb911ef84b3bd6643e0d39f6b7567f0447
      patchfiles patch-Makefile-man.diff patch-Makefile-links.diff

      platform darwin {
      patchfiles-append patch-Makefile-dylib.diff
      }

      platform freebsd {
      patchfiles-append patch-Makefile-so.diff
      }

      platform linux {
      patchfiles-append patch-Makefile-so.diff
      }

      platform sunos {
      patchfiles-append patch-Makefile-so.diff
      }

      platform darwin 7 {
      build.env DYLD_LIBRARY_PATH="${worksrcpath}"
      }

      use_configure no
      build.args PREFIX="${prefix}"
      destroot.destdir PREFIX="${destroot}${prefix}"

      Variant: universal {
      build.args-append CC="gcc ${configure.universal_cflags}"
      }

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

     Where to find more information:

    Darwin Ports



    image test