apr version 1.2.12 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    apr  most recent diff


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



      # $Id: Portfile 33886 2008-02-06 19:36:09Z dluke macports.org $

      PortSystem 1.0

      Name: apr
      Version: 1.2.12
      revision 1
      Category: devel
      Maintainers: dluke geeklair.net
      Platform: darwin
      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.

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

      use_bzip2 yes
      checksums md5 c5da94517e3918f0f2b2e0a05f56aa21 sha1 f6b41162440a1275b3d61dfd3ce784f35d6b7a40 rmd160 d07de708c3019eec54eb4c354b1ef7680a2b7975

      configure.env ac_cv_prog_AWK=awk
      configure.args --with-installbuilddir=${prefix}/share/apr-1/build

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

      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://apache.org/dist/apr/
      livecheck.regex {APR (\d+(?:\.\d+)*) is the latest available version}

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

     Where to find more information:

    Darwin Ports



    image test