apr-util0 version 0.9.15 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    apr-util0  most recent diff


      View the most recent changes for the apr-util0 port at: apr-util0.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for apr-util0.
      The raw portfile for apr-util0 0.9.15 is located here:
      http://apr-util0.darwinports.com/dports/devel/apr-util0/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-util0
      Google
      Web Darwinports.com



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

      PortSystem 1.0
      Name: apr-util0
      Version: 0.9.15
      Category: devel
      Maintainers: blair
      Description: utilities built with the apache group's portability library

      Long Description: apr-util is a library of useful utilities built with and intended to be used with the Apache Portable Runtime version 0.9.x. This is an old version of the APRutil library, the latest version is in the apr-util port.

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

      distname apr-util-${version}
      use_bzip2 yes
      checksums md5 8e1427f63379d4ebd6de525e5b242dc3

      depends_lib port:apr0 port:expat port:libiconv port:db44

      configure.args --with-apr=${prefix}/bin/apr-config --with-expat=${prefix} --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db44 --without-mysql --without-pgsql

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

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

      Variant: no_bdb {
      depends_lib-delete port:db44
      configure.args-delete --with-berkeley-db=${prefix}/include:${prefix}/lib/db44
      configure.args-append --without-berkeley-db
      }

      Variant: openldap {
      depends_lib-append port:openldap
      configure.args-append --with-ldap --with-ldap-include=${prefix}/include --with-ldap-lib=${prefix}/lib
      }

      #pre-configure {
      # reinplace "s|^Libs: |Libs: -L${prefix}/lib/db44 |" $worksrcpath/apr-util.pc.in
      # }

      livecheck.check regex
      livecheck.url http://www.apache.org/dist/apr/
      livecheck.regex APR-util (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/apr-util0
      % sudo port install apr-util0
      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-util0
      ---> Verifying checksum for apr-util0
      ---> Extracting apr-util0
      ---> Configuring apr-util0
      ---> Building apr-util0 with target all
      ---> Staging apr-util0 into destroot
      ---> Installing apr-util0
    - 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-util0 with these commands:
      %  man apr-util0
      % apropos apr-util0
      % which apr-util0
      % locate apr-util0

     Where to find more information:

    Darwin Ports



    image test