apr0 version 0.9.17 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    apr0  most recent diff


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



      # $Id: Portfile 32744 2008-01-13 01:35:59Z ryandesign macports.org $

      PortSystem 1.0
      Name: apr0
      Version: 0.9.17
      Category: devel
      Maintainers: blair
      Description: The apache group's portability library

      Long Description: The Apache Portable Runtime is a library of C data structures and routines, forming a system portability layer that covers as many operating systems as possible, including Unices, Win32, BeOS, and OS/2. This is the old version of APR, the newest version is in the apr port.

      Homepage: http://apr.apache.org/
      master_sites apache:apr

      distname apr-${version}
      use_bzip2 yes
      checksums md5 cbeb635755165c800f7be5e059027318

      configure.args --with-installbuilddir=${prefix}/share/apr-0/build

      test.run yes
      test.target check
      test.env DYLD_LIBRARY_PATH=${worksrcpath}/.libs

      post-destroot {
      delete ${destroot}${prefix}/lib/apr.exp
      }

      platform darwin 9 {
      post-configure {
      reinplace {s|\(#define APR_HAS_SENDFILE[[:space:]]*\)1|\1 0|} ${worksrcpath}/include/apr.h
      }
      }

      livecheck.check regex
      livecheck.url http://www.apache.org/dist/apr/
      livecheck.regex APR (0\\.\[0-9.\]+)

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

     Where to find more information:

    Darwin Ports



    image test